GET shop/checkCustID/{cid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cid

string

Required

Body Parameters

None.

Response Information

Resource Description

ApplyOfObject
NameDescriptionTypeAdditional 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"
  }
}