GET api/Dealer/GetAllclientzone?companyid={companyid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of clientZone| Name | Description | Type | Additional information |
|---|---|---|---|
| clientzoneid | integer |
None. |
|
| clientzone1 | string |
None. |
|
| companyid | integer |
None. |
|
| clientzonedesc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"clientzoneid": 1,
"clientzone1": "sample string 2",
"companyid": 1,
"clientzonedesc": "sample string 3"
},
{
"$ref": "1"
}
]