GET api/CustomerType/GetCustomerTypeById?CustomerTypeId={CustomerTypeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerTypeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

CustomerType
NameDescriptionTypeAdditional information
CustomerType_Id

integer

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerType_Id": 1,
  "Description": "sample string 2"
}

application/octet-stream

Sample:
{"$id":"1","CustomerType_Id":1,"Description":"sample string 2"}