GET product/detail/{dt_request}/{cd_requestbill}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dt_request

string

Required

cd_requestbill

string

Required

Body Parameters

None.

Response Information

Resource Description

ApplyOfJArray
NameDescriptionTypeAdditional 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
}