POST api/Products

Create a new Product

Request Information

URI Parameters

None.

Body Parameters

Product
NameDescriptionTypeAdditional information
Price

decimal number

None.

Cost

decimal number

None.

ItemNumber

string

None.

Name

string

None.

ID

globally unique identifier

None.

CreateDate

date

None.

EditDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Price": 1.0,
  "Cost": 2.0,
  "ItemNumber": "sample string 3",
  "Name": "sample string 4",
  "ID": "2e8cd147-8c61-488c-831f-2265688369c8",
  "CreateDate": "2024-05-04T05:57:58Z",
  "EditDate": "2024-05-04T05:57:58Z"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"36020053-1261-4096-96d5-3f18c910c7e5"