GET common/Customers/{customerType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerType

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Customer
NameDescriptionTypeAdditional information
CD_CUSTOMER

string

None.

DS_CUSTOMER

string

None.

TP_CUSTOMER

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "CD_CUSTOMER": "sample string 1",
    "DS_CUSTOMER": "sample string 2",
    "TP_CUSTOMER": "sample string 3"
  },
  {
    "$ref": "1"
  }
]