GET shop/returnInquiry/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_QtyFixName | Description | Type | Additional information |
---|---|---|---|
DS_PRODUCT | string |
None. |
|
INFO | Info_QtyFix |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "DS_PRODUCT": "sample string 1", "INFO": { "$id": "2", "QT_FIX": 1, "QTY": 2 } }, { "$ref": "1" } ]