GET api/CustomerType/GetCustomerTypeById?CustomerTypeId={CustomerTypeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CustomerTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerTypeName | Description | Type | Additional 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"}