POST api/NebimSayim/GetShipmentPackings

Request Information

URI Parameters

None.

Body Parameters

UserCollectionsRequest
NameDescriptionTypeAdditional information
OfficeCode

string

None.

WarehouseCode

string

None.

ProcessTypeCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "officeCode": "sample string 1",
  "warehouseCode": "sample string 2",
  "processTypeCode": 3
}

application/xml, text/xml

Sample:
<UserCollectionsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Request">
  <OfficeCode>sample string 1</OfficeCode>
  <ProcessTypeCode>3</ProcessTypeCode>
  <WarehouseCode>sample string 2</WarehouseCode>
</UserCollectionsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.