POST api/priceLists/delete

Request Information

URI Parameters

None.

Body Parameters

PriceListData
NameDescriptionTypeAdditional 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": "2025-08-02T19:12:57.6815973+00:00",
  "DateTo": "2025-08-02T19:12:57.6815973+00:00",
  "CurrencyCode": 0,
  "AppBranchOfficeOwnerID": 1,
  "NumbersToRound": 1,
  "ModifiedOn": "2025-08-02T19:12:57.6815973+00:00",
  "Deleted": true,
  "NameAndCurrency": "sample string 1 (Pesos)",
  "FullDescription": "sample string 1 - 2/8/2025 - 2/8/2025 - 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>2025-08-02T19:12:57.6815973+00:00</DateFrom>
  <DateTo>2025-08-02T19:12:57.6815973+00:00</DateTo>
  <Deleted>true</Deleted>
  <ModifiedOn>2025-08-02T19:12:57.6815973+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.