POST ActionApi/T_TraceOrder/Save_Trace_OrderAuth
Request Information
URI Parameters
None.
Body Parameters
OrderAuthName | Description | Type | Additional information |
---|---|---|---|
iAuthorizeId | globally unique identifier |
Required |
|
iDirectorId | globally unique identifier |
Required |
|
iBrandUserId | globally unique identifier |
Required |
|
iStatue | integer |
Required |
|
cOrderCode | string |
Required |
|
iOrderType | integer |
Required |
|
iPreparedId | globally unique identifier |
Required |
|
PageIndex | integer |
Required |
|
PageSize | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "iAuthorizeId": "60ff45ba-2696-436b-9afd-83fa97d4af1f", "iDirectorId": "5284a315-7e4a-479a-966b-46f4de888d43", "iBrandUserId": "26895008-120d-47fb-99b1-2cc415a88911", "iStatue": 1, "cOrderCode": "sample string 1", "iOrderType": 1, "iPreparedId": "b514388e-1407-4a46-a923-6c2758d2bd15", "PageIndex": 2, "PageSize": 3 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
OrderAuthName | Description | Type | Additional information |
---|---|---|---|
iAuthorizeId | globally unique identifier |
Required |
|
iDirectorId | globally unique identifier |
Required |
|
iBrandUserId | globally unique identifier |
Required |
|
iStatue | integer |
Required |
|
cOrderCode | string |
Required |
|
iOrderType | integer |
Required |
|
iPreparedId | globally unique identifier |
Required |
|
PageIndex | integer |
Required |
|
PageSize | integer |
Required |
Response Formats
application/json, text/json
Sample:
{ "iAuthorizeId": "a9dbfe99-860a-4dfc-8390-f67ba0efe0d7", "iDirectorId": "825b744d-cbd3-4531-911c-3e2f54914acf", "iBrandUserId": "0aa09227-1dd3-489c-9dc3-23d1de0c3f24", "iStatue": 1, "cOrderCode": "sample string 1", "iOrderType": 1, "iPreparedId": "8456ab3d-3d67-4127-8e7f-1cd09a6ef4ce", "PageIndex": 2, "PageSize": 3 }