POST CargoIntegration/Process
Request Information
URI Parameters
None.
Body Parameters
CargoIntegrationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TType | integer |
None. |
|
| RowID | integer |
None. |
|
| OrderID | integer |
None. |
|
| CargoName | string |
None. |
|
| CargoNumber | integer |
None. |
|
| CargoState | string |
None. |
|
| State | integer |
None. |
|
| CompanyNo | integer |
None. |
|
| CreateUserID | integer |
None. |
|
| CreateTime | date |
None. |
|
| CreateIP | string |
None. |
|
| UpdateUserID | integer |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TType": 1,
"RowID": 2,
"OrderID": 3,
"CargoName": "sample string 4",
"CargoNumber": 5,
"CargoState": "sample string 6",
"State": 7,
"CompanyNo": 8,
"CreateUserID": 9,
"CreateTime": "2026-01-11T18:31:12.3090926+03:00",
"CreateIP": "sample string 11",
"UpdateUserID": 12,
"UpdateTime": "2026-01-11T18:31:12.3090926+03:00",
"UpdateIP": "sample string 14"
}
application/xml, text/xml
Sample:
<CargoIntegrationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ARSales.Api.View.Request.CargoIntegration"> <CargoName>sample string 4</CargoName> <CargoNumber>5</CargoNumber> <CargoState>sample string 6</CargoState> <CompanyNo>8</CompanyNo> <CreateIP>sample string 11</CreateIP> <CreateTime>2026-01-11T18:31:12.3090926+03:00</CreateTime> <CreateUserID>9</CreateUserID> <OrderID>3</OrderID> <RowID>2</RowID> <State>7</State> <TType>1</TType> <UpdateIP>sample string 14</UpdateIP> <UpdateTime>2026-01-11T18:31:12.3090926+03:00</UpdateTime> <UpdateUserID>12</UpdateUserID> </CargoIntegrationRequest>
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. |