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
SupplierName | 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": "2025-06-25T17:23:59.3015146+02: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.