GET api/Suppliers/GetById?IdSupplier={IdSupplier}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSupplier | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Supplier| 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:39:16.7324795+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.