POST api/UploadTraffics/UpdateStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateStatusBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CloudPollingStatus | unsigned integer |
Required Range: inclusive between 0 and 4294967295 |
|
| CloudCommCheck | date |
Required Data type: DateTime |
|
| CustomerId | unsigned integer |
Required Range: inclusive between 0 and 4294967295 |
|
| TransactionId | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"CloudPollingStatus": 1,
"CloudCommCheck": "2026-07-15T18:45:05.2939197+00:00",
"CustomerId": 3,
"TransactionId": "sample string 4"
}
application/xml, text/xml
Sample:
<UpdateStatusBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmdanRestModels.Models"> <TransactionId xmlns="http://schemas.datacontract.org/2004/07/OmdanRestModels.Models.Binding_Models">sample string 4</TransactionId> <CloudCommCheck>2026-07-15T18:45:05.2939197+00:00</CloudCommCheck> <CloudPollingStatus>1</CloudPollingStatus> <CustomerId>3</CustomerId> </UpdateStatusBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.