GET api/Customer/GetCustomer?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerName | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| Address | string |
None. |
|
| IsActive | boolean |
None. |
|
| BLCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerName": "sample string 2",
"Phone": "sample string 3",
"Email": "sample string 4",
"Address": "sample string 5",
"IsActive": true,
"BLCount": 6
}