POST api/WRPackages/CreateMultiple
Request Information
URI Parameters
None.
Body Parameters
CreateMuliplePackageInputModel| Name | Description | Type | Additional 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": "670af120-dbbf-4eaa-98b1-0d46db8d0bf0",
"StatusId": 1,
"PackageType_ID": 1,
"ProNo": "sample string 2",
"ReceivedById": 1,
"ReceivedDate": "2026-02-04T20:49:34.3769045-05: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>2026-02-04T20:49:34.3769045-05:00</ReceivedDate> <StatusId>1</StatusId> <WRId>670af120-dbbf-4eaa-98b1-0d46db8d0bf0</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":"670af120-dbbf-4eaa-98b1-0d46db8d0bf0","StatusId":1,"PackageType_ID":1,"ProNo":"sample string 2","ReceivedById":1,"ReceivedDate":"2026-02-04T20:49:34.3769045-05:00","NumberOfPieces":3,"Length":"sample string 4","Width":"sample string 5","Height":"sample string 6","Weight":"sample string 7"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.