GET api/PriceLevels?token={token}&prclevel={prclevel}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

prclevel

string

Required

Body Parameters

None.

Response Information

Resource Description

IM_PRCLEVEL
NameDescriptionTypeAdditional information
PRCLEVEL

string

None.

Enable

boolean

None.

OrdenP

integer

None.

Label

string

None.

Value

decimal number

None.

Enable_MXSLS

boolean

None.

CURNCYID

string

None.

Enable_restocking

boolean

None.

Enable_Imports

boolean

None.

Enable_Updates

boolean

None.

Enable_Scaling

boolean

None.

Enable_Promo

boolean

None.

FontColor

string

None.

Enable_Create_PRCLEVEL

boolean

None.

Valor_Anterior

decimal number

None.

Enable_MaxSales_B2B

boolean

None.

Enable_MXSLS_ALFA

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "PRCLEVEL": "sample string 1",
  "Enable": true,
  "OrdenP": 1,
  "Label": "sample string 2",
  "Value": 1.0,
  "Enable_MXSLS": true,
  "CURNCYID": "sample string 3",
  "Enable_restocking": true,
  "Enable_Imports": true,
  "Enable_Updates": true,
  "Enable_Scaling": true,
  "Enable_Promo": true,
  "FontColor": "sample string 4",
  "Enable_Create_PRCLEVEL": true,
  "Valor_Anterior": 1.0,
  "Enable_MaxSales_B2B": true,
  "Enable_MXSLS_ALFA": true
}

application/xml, text/xml

Sample:
<IM_PRCLEVEL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaxSalesApi.Models">
  <CURNCYID>sample string 3</CURNCYID>
  <Enable>true</Enable>
  <Enable_Create_PRCLEVEL>true</Enable_Create_PRCLEVEL>
  <Enable_Imports>true</Enable_Imports>
  <Enable_MXSLS>true</Enable_MXSLS>
  <Enable_MXSLS_ALFA>true</Enable_MXSLS_ALFA>
  <Enable_MaxSales_B2B>true</Enable_MaxSales_B2B>
  <Enable_Promo>true</Enable_Promo>
  <Enable_Scaling>true</Enable_Scaling>
  <Enable_Updates>true</Enable_Updates>
  <Enable_restocking>true</Enable_restocking>
  <FontColor>sample string 4</FontColor>
  <Label>sample string 2</Label>
  <OrdenP>1</OrdenP>
  <PRCLEVEL>sample string 1</PRCLEVEL>
  <Valor_Anterior>1</Valor_Anterior>
  <Value>1</Value>
</IM_PRCLEVEL>