POST shopRtInterface/transRTData

Request Information

URI Parameters

None.

Body Parameters

Collection of ShopRtRecv
NameDescriptionTypeAdditional 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

ApplyBillOfListOfApplyBillOfShopRtRecv
NameDescriptionTypeAdditional 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"
    }
  ]
}