GET api/Customers/GetById?IdCustomer={IdCustomer}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCustomer | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdUser | integer |
None. |
|
| Document | integer |
None. |
|
| Name | string |
None. |
|
| BornDate | date |
None. |
|
| Phone | integer |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| Country | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdUser": 2,
"Document": 3,
"Name": "sample string 4",
"BornDate": "2026-02-05T05:40:39.3532339+01:00",
"Phone": 6,
"Address": "sample string 7",
"City": "sample string 8",
"Country": "sample string 9"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.