GET api/v2/SanitationSyncs/ProcessReceivedDataWithId?sanitationSyncId={sanitationSyncId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sanitationSyncId | integer |
Required |
Response
Sanitation_ProcessReceivedDataReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | integer | ||
| Error | integer |
Response Format
application/json, text/json
Sample:
{
"Success": 1,
"Error": 2
}
text/html
Sample:
{"Success":1,"Error":2}