POST api/Products
Create a new Product
Request Information
URI Parameters
None.
Body Parameters
ProductName | Description | Type | Additional 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": "8619a7f9-8fe0-437f-b374-ce86a4653736", "CreateDate": "2025-07-05T08:47:32Z", "EditDate": "2025-07-05T08:47:32Z" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"665e73f8-4bb9-4a24-89f7-219dd32398c5"