pixi Developer & Integration Documentation

pixiSetBoxRangeForPicklist

Description

API call to set box range for a picklist


Request Parameters

# Name Type Required Example Description
1 Picklist integer 1 1234 Picklist number
2 BoxNrFrom integer 1 10 Start of box range
3 BoxNrTo integer 1 20 End of box range

Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiSetBoxRangeForPicklist>
         <dem:Picklist>1234</dem:Picklist>
         <dem:BoxNrFrom>10</dem:BoxNrFrom>
         <dem:BoxNrTo>20</dem:BoxNrTo>
      </dem:pixiSetBoxRangeForPicklist>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Successfull response

# Name Type Description
1 Picklist integer Picklist number
2 BoxNrFrom integer Start of box range
3 BoxNrTo integer End of box range
4 Status string Status message

Body 2: Successfull response

# Name Type Description
1 Status string Status (Error/Success)
2 Message string Error description

Additional Notes

API call allows changing the box range for picklists even if items have already been put to box.