POST services/api/rest/v1/Update_IntegrationOrderInvNo
Request Information
URI Parameters
None.
Body Parameters
IntegrationOrderInvNoUpdateFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | string |
None. |
|
| LocationId | integer |
None. |
|
| InvNo | integer |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "sample string 1",
"LocationId": 2,
"InvNo": 3,
"UserName": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IntegrationOrderInvNoUpdateFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | string |
None. |
|
| LocationId | integer |
None. |
|
| InvNo | integer |
None. |
|
| UserName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrderId": "sample string 1",
"LocationId": 2,
"InvNo": 3,
"UserName": "sample string 4"
}