GET shop/enterInquiry/detail/{dt_bill}/{cd_bill}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dt_bill | string |
Required |
|
| cd_bill | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Ds_ProductOfInfo_QtyTarget| Name | Description | Type | Additional information |
|---|---|---|---|
| DS_PRODUCT | string |
None. |
|
| INFO | Info_QtyTarget |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"DS_PRODUCT": "sample string 1",
"INFO": {
"$id": "2",
"QT_TARGET": 1,
"QTY": 2
}
},
{
"$ref": "1"
}
]