POST api/Supplier/PostSupplier

Request Information

URI Parameters

None.

Body Parameters

Supplier
NameDescriptionTypeAdditional 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": "d963d8a0-abe1-4c26-94e6-f31bdab0c719",
  "Identifier": "sample string 2",
  "Name": "sample string 3",
  "IsDeleted": true,
  "Updated": "2025-04-04T05:20:22.1625661+02:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.