GET product/detail/{dt_request}/{cd_requestbill}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dt_request | string |
Required |
|
| cd_requestbill | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApplyOfJArray| Name | Description | Type | Additional information |
|---|---|---|---|
| YN_APPLY | boolean |
None. |
|
| DS_MSG | string |
None. |
|
| INFO | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"YN_APPLY": true,
"DS_MSG": "sample string 2",
"INFO": null
}