POST SupplierCategory/Save

Saves the specified Supplier Category.

Request Information

URI Parameters

None.

Body Parameters

The supplier category.

Supplier Category
NameTypeAdditional informationDescription
Description string

None.

ID integer

Required

Modified nullable date

Read Only / System Generated

Created nullable date

Read Only / System Generated

Request Formats

application/json, text/json

Sample:
{
  "Description": "sample string 1",
  "ID": 2,
  "Modified": "2024-03-28T00:00:00+10:00",
  "Created": "2024-03-28T00:00:00+10:00"
}

Response Information

Resource Description

Supplier Category
NameTypeAdditional informationDescription
Description string

None.

ID integer

Required

Modified nullable date

Read Only / System Generated

Created nullable date

Read Only / System Generated

Response Formats

application/json, text/json

Sample:
{
  "Description": "sample string 1",
  "ID": 2,
  "Modified": "2024-03-28T00:00:00+10:00",
  "Created": "2024-03-28T00:00:00+10:00"
}