POST api/order/change-location
Request Information
URI Parameters
None.
Body Parameters
ListRequestName | Description | Type | Additional information |
---|---|---|---|
USER_SEQ | integer |
None. |
|
TOKEN_NO | string |
None. |
|
NAME_SEQ | integer |
None. |
|
BROKER_SEQ | integer |
None. |
|
COMMENT | string |
None. |
|
CONTACT_NAME | string |
None. |
|
CONTACT_NO | string |
None. |
|
LOCATION | string |
None. |
|
DET_SEQ | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "USER_SEQ": 1, "TOKEN_NO": "sample string 2", "NAME_SEQ": 3, "BROKER_SEQ": 4, "COMMENT": "sample string 5", "CONTACT_NAME": "sample string 6", "CONTACT_NO": "sample string 7", "LOCATION": "sample string 8", "DET_SEQ": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessageName | Description | Type | Additional information |
---|---|---|---|
STATUS | string |
None. |
|
MESSAGE | string |
None. |
|
VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "STATUS": "sample string 1", "MESSAGE": "sample string 2", "VALUE": "sample string 3" }