GET api/Customer/GetCustomerAreaByCustomerId?CustomerId={CustomerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerArea| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AreaId | integer |
None. |
|
| Area | string |
None. |
|
| CustomerId | integer |
None. |
|
| Customer | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | string |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"AreaId": 2,
"Area": "sample string 3",
"CustomerId": 4,
"Customer": "sample string 5",
"CreatedBy": "sample string 6",
"CreatedDate": "sample string 7",
"UpdatedBy": "sample string 8",
"UpdatedDate": "sample string 9"
}
application/octet-stream
Sample:
{"$id":"1","Id":1,"AreaId":2,"Area":"sample string 3","CustomerId":4,"Customer":"sample string 5","CreatedBy":"sample string 6","CreatedDate":"sample string 7","UpdatedBy":"sample string 8","UpdatedDate":"sample string 9"}