POST api/priceLists/delete
Request Information
URI Parameters
None.
Body Parameters
PriceListData| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| CurrencyCode | CurrencyCodeEnum |
None. |
|
| AppBranchOfficeOwnerID | integer |
None. |
|
| NumbersToRound | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| Deleted | boolean |
None. |
|
| NameAndCurrency | string |
None. |
|
| FullDescription | string |
None. |
|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"DateFrom": "2026-02-04T03:00:05.1350615+00:00",
"DateTo": "2026-02-04T03:00:05.1350615+00:00",
"CurrencyCode": 0,
"AppBranchOfficeOwnerID": 1,
"NumbersToRound": 1,
"ModifiedOn": "2026-02-04T03:00:05.1350615+00:00",
"Deleted": true,
"NameAndCurrency": "sample string 1 (Pesos)",
"FullDescription": "sample string 1 - 4/2/2026 - 4/2/2026 - Pesos",
"ID": 1
}
text/xml
Sample:
<PriceListData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList"> <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID> <AppBranchOfficeOwnerID>1</AppBranchOfficeOwnerID> <CurrencyCode>ARS</CurrencyCode> <DateFrom>2026-02-04T03:00:05.1350615+00:00</DateFrom> <DateTo>2026-02-04T03:00:05.1350615+00:00</DateTo> <Deleted>true</Deleted> <ModifiedOn>2026-02-04T03:00:05.1350615+00:00</ModifiedOn> <Name>sample string 1</Name> <NumbersToRound>1</NumbersToRound> </PriceListData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.