POST shop/rtEnter/PostTransV2
Request Information
URI Parameters
None.
Body Parameters
Collection of RTBillOfListOfUidOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| INFO | Collection of UidOfString |
None. |
|
| PRODUCTS | Collection of ProductOfListOfUidOfString |
None. |
|
| YN_TRANS | string |
None. |
|
| DT_ORDER | string |
None. |
|
| NO_SEQ | string |
None. |
|
| NO_REQ_DTL | string |
None. |
|
| TP_ORDER | string |
None. |
|
| CD_TSHOP | string |
None. |
|
| CD_PROD | string |
None. |
|
| CD_STYLE | string |
None. |
|
| CD_COLOR | string |
None. |
|
| CD_SIZE | string |
None. |
|
| CD_SEASON | string |
None. |
|
| DT_WORK | string |
None. |
|
| CD_RTBILL | string |
None. |
|
| QT_REQUEST | integer |
None. |
|
| QT_RT | integer |
None. |
|
| YN_RFID | boolean |
None. |
|
| YN_DIRECT | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"INFO": [
{
"$id": "2",
"CD_UID": "sample string 1",
"INFO": "sample string 2"
},
{
"$ref": "2"
}
],
"PRODUCTS": [
{
"$id": "3",
"seq": "sample string 1",
"style": "sample string 2",
"color": "sample string 3",
"size": "sample string 4",
"degree": "sample string 5",
"qty": "sample string 6",
"dm_read": 7,
"INFO": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mCodes": [
"sample string 1",
"sample string 2"
]
},
{
"$ref": "3"
}
],
"YN_TRANS": "sample string 1",
"DT_ORDER": "sample string 2",
"NO_SEQ": "sample string 3",
"NO_REQ_DTL": "sample string 4",
"TP_ORDER": "sample string 5",
"CD_TSHOP": "sample string 6",
"CD_PROD": "sample string 7",
"CD_STYLE": "sample string 8",
"CD_COLOR": "sample string 9",
"CD_SIZE": "sample string 10",
"CD_SEASON": "sample string 11",
"DT_WORK": "sample string 12",
"CD_RTBILL": "sample string 13",
"QT_REQUEST": 14,
"QT_RT": 15,
"YN_RFID": true,
"YN_DIRECT": true
},
{
"$ref": "1"
}
]
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. |