GET shop/checkCustID/{cid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApplyOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| YN_APPLY | boolean |
None. |
|
| DS_MSG | string |
None. |
|
| INFO | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"YN_APPLY": true,
"DS_MSG": "sample string 2",
"INFO": {
"$id": "2"
}
}