GET api/CustomerType/GetAllCustomerType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerType| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerType_Id | integer |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"CustomerType_Id": 1,
"Description": "sample string 2"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","CustomerType_Id":1,"Description":"sample string 2"},{"$ref":"1"}]