POST api/Company/GetChangesCount
Request Information
URI Parameters
None.
Body Parameters
Collection of ChangesData| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Quantity | integer |
None. |
|
| SyncDate | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Quantity": 2,
"SyncDate": "2025-12-05T23:05:01.7067897-06:00"
},
{
"Name": "sample string 1",
"Quantity": 2,
"SyncDate": "2025-12-05T23:05:01.7067897-06:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfChangesData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ROUTE.MODELS">
<ChangesData>
<Name>sample string 1</Name>
<Quantity>2</Quantity>
<SyncDate>2025-12-05T23:05:01.7067897-06:00</SyncDate>
</ChangesData>
<ChangesData>
<Name>sample string 1</Name>
<Quantity>2</Quantity>
<SyncDate>2025-12-05T23:05:01.7067897-06:00</SyncDate>
</ChangesData>
</ArrayOfChangesData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |