POST api/v1/eCollection
Request Information
URI Parameters
None.
Body Parameters
EColllectionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| From | string |
None. |
|
| To | string |
None. |
|
| registrationid | string |
None. |
|
| app_key | string |
None. |
|
| Page | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "sample string 1",
"To": "sample string 2",
"registrationid": "sample string 3",
"app_key": "sample string 4",
"Page": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.