POST api/WRPackages/CreateMultiple

Request Information

URI Parameters

None.

Body Parameters

CreateMuliplePackageInputModel
NameDescriptionTypeAdditional information
WRId

globally unique identifier

None.

StatusId

integer

None.

PackageType_ID

integer

None.

ProNo

string

None.

ReceivedById

integer

None.

ReceivedDate

date

None.

NumberOfPieces

integer

None.

Length

string

None.

Width

string

None.

Height

string

None.

Weight

string

None.

Request Formats

application/json, text/json

Sample:
{
  "WRId": "04722093-9402-473c-b282-49c68870e4cb",
  "StatusId": 1,
  "PackageType_ID": 1,
  "ProNo": "sample string 2",
  "ReceivedById": 1,
  "ReceivedDate": "2025-08-02T14:20:10.2905631-04:00",
  "NumberOfPieces": 3,
  "Length": "sample string 4",
  "Width": "sample string 5",
  "Height": "sample string 6",
  "Weight": "sample string 7"
}

application/xml, text/xml

Sample:
<CreateMuliplePackageInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
  <Height>sample string 6</Height>
  <Length>sample string 4</Length>
  <NumberOfPieces>3</NumberOfPieces>
  <PackageType_ID>1</PackageType_ID>
  <ProNo>sample string 2</ProNo>
  <ReceivedById>1</ReceivedById>
  <ReceivedDate>2025-08-02T14:20:10.2905631-04:00</ReceivedDate>
  <StatusId>1</StatusId>
  <WRId>04722093-9402-473c-b282-49c68870e4cb</WRId>
  <Weight>sample string 7</Weight>
  <Width>sample string 5</Width>
</CreateMuliplePackageInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"WRId":"04722093-9402-473c-b282-49c68870e4cb","StatusId":1,"PackageType_ID":1,"ProNo":"sample string 2","ReceivedById":1,"ReceivedDate":"2025-08-02T14:20:10.2905631-04:00","NumberOfPieces":3,"Length":"sample string 4","Width":"sample string 5","Height":"sample string 6","Weight":"sample string 7"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.