POST api/Supplier/PostSupplier
Request Information
URI Parameters
None.
Body Parameters
Supplier| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Identifier | string |
Max length: 255 |
|
| Name | string |
Max length: 255 |
|
| IsDeleted | boolean |
None. |
|
| Updated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b8a74bc2-70be-4b5b-9100-0bbdf2fca5fa",
"Identifier": "sample string 2",
"Name": "sample string 3",
"IsDeleted": true,
"Updated": "2026-05-06T16:28:06.4973231+02:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.