POST api/DeletePriceList
Request Information
URI Parameters
None.
Body Parameters
PriceListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Type | string |
None. |
|
| Category | string |
None. |
|
| PartCode | string |
None. |
|
| Supplier | string |
None. |
|
| UnitCost | decimal number |
None. |
|
| LastModified | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"Type": "sample string 3",
"Category": "sample string 4",
"PartCode": "sample string 5",
"Supplier": "sample string 6",
"UnitCost": 7.0,
"LastModified": "2026-04-07T15:45:57.2958636+01:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.