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": "5fb418f4-36f3-4527-80f8-b127faa7fa7f", "iDirectorId": "142016b5-ec2c-4b94-9418-f60d135f4c1e", "iBrandUserId": "00d5f0a3-d3f3-445a-b032-37f7c8a62c09", "iStatue": 1, "cOrderCode": "sample string 1", "iOrderType": 1, "iPreparedId": "ab80eff2-a22f-434b-8d13-d3b7b17d8a41", "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": "5dceb595-038b-4661-a4c8-a607078cdb03", "iDirectorId": "d6c156fc-55bc-480f-8179-ad92a80c507b", "iBrandUserId": "1aea3fc6-9935-4966-bd9a-908290c4c726", "iStatue": 1, "cOrderCode": "sample string 1", "iOrderType": 1, "iPreparedId": "f9c9ca45-ccd2-478a-b676-62b1190816d0", "PageIndex": 2, "PageSize": 3 }