POST Object/GetLoadoutPicking

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LoadoutNo": 1
}

application/xml, text/xml

Sample:
<LoadoutOld xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <LoadoutNo>1</LoadoutNo>
</LoadoutOld>

application/x-www-form-urlencoded

Sample:

Sample not available.