POST api/WRPackages/EditFieldInMultiple
Request Information
URI Parameters
None.
Body Parameters
EditFieldInMultipleInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Package_ID | Collection of globally unique identifier |
None. |
|
| Status_ID | integer |
None. |
|
| PackageType_ID | integer |
None. |
|
| Pro_NO | string |
None. |
|
| ReceivedBy_ID | integer |
None. |
|
| ReceivedDate | date |
None. |
|
| Location | string |
None. |
|
| WR_ID | globally unique identifier |
None. |
|
| AreaId | globally unique identifier |
None. |
|
| RowId | globally unique identifier |
None. |
|
| PositionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Package_ID": [
"652e35b8-3b18-4647-a196-6de47406c1fb",
"1dfa7120-ceae-4992-8d65-d80c434ebfe0"
],
"Status_ID": 1,
"PackageType_ID": 1,
"Pro_NO": "sample string 1",
"ReceivedBy_ID": 1,
"ReceivedDate": "2026-06-21T15:49:58.3186901-04:00",
"Location": "sample string 2",
"WR_ID": "649f5a47-fac8-419f-91be-98f7b121381f",
"AreaId": "65734b12-5e99-47e7-96ff-89d3baac2bef",
"RowId": "6bdc3185-439e-48b2-82f7-a09f1795c939",
"PositionId": "97b3d8d1-1272-4be6-b9d0-ba9549855d42"
}
application/xml, text/xml
Sample:
<EditFieldInMultipleInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
<AreaId>65734b12-5e99-47e7-96ff-89d3baac2bef</AreaId>
<Location>sample string 2</Location>
<PackageType_ID>1</PackageType_ID>
<Package_ID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>652e35b8-3b18-4647-a196-6de47406c1fb</d2p1:guid>
<d2p1:guid>1dfa7120-ceae-4992-8d65-d80c434ebfe0</d2p1:guid>
</Package_ID>
<PositionId>97b3d8d1-1272-4be6-b9d0-ba9549855d42</PositionId>
<Pro_NO>sample string 1</Pro_NO>
<ReceivedBy_ID>1</ReceivedBy_ID>
<ReceivedDate>2026-06-21T15:49:58.3186901-04:00</ReceivedDate>
<RowId>6bdc3185-439e-48b2-82f7-a09f1795c939</RowId>
<Status_ID>1</Status_ID>
<WR_ID>649f5a47-fac8-419f-91be-98f7b121381f</WR_ID>
</EditFieldInMultipleInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Package_ID":["652e35b8-3b18-4647-a196-6de47406c1fb","1dfa7120-ceae-4992-8d65-d80c434ebfe0"],"Status_ID":1,"PackageType_ID":1,"Pro_NO":"sample string 1","ReceivedBy_ID":1,"ReceivedDate":"2026-06-21T15:49:58.3186901-04:00","Location":"sample string 2","WR_ID":"649f5a47-fac8-419f-91be-98f7b121381f","AreaId":"65734b12-5e99-47e7-96ff-89d3baac2bef","RowId":"6bdc3185-439e-48b2-82f7-a09f1795c939","PositionId":"97b3d8d1-1272-4be6-b9d0-ba9549855d42"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.