POST shopRtInterface/transRTData
Request Information
URI Parameters
None.
Body Parameters
Collection of ShopRtRecvName | Description | Type | Additional information |
---|---|---|---|
TP_GUBUN | string |
None. |
|
TP_INOUT | string |
None. |
|
DT_RT | string |
None. |
|
RT_NO | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "$id": "1", "TP_GUBUN": "sample string 1", "TP_INOUT": "sample string 2", "DT_RT": "sample string 3", "RT_NO": "sample string 4" }, { "$ref": "1" } ]
Response Information
Resource Description
ApplyBillOfListOfApplyBillOfShopRtRecvName | Description | Type | Additional information |
---|---|---|---|
YN_APPLY | boolean |
None. |
|
DS_MSG | string |
None. |
|
INFO | Collection of ApplyBillOfShopRtRecv |
None. |
Response Formats
application/json, text/json
Sample:
{ "YN_APPLY": true, "DS_MSG": "sample string 2", "INFO": [ { "$id": "2", "YN_APPLY": true, "DS_MSG": "sample string 2", "INFO": { "$id": "3", "TP_GUBUN": "sample string 1", "TP_INOUT": "sample string 2", "DT_RT": "sample string 3", "RT_NO": "sample string 4" } }, { "$ref": "2" } ] }