POST api/v1/ServiceReport
Request Information
URI Parameters
None.
Body Parameters
ServiceReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| From | string |
None. |
|
| To | string |
None. |
|
| registrationid | string |
None. |
|
| app_key | string |
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"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.