POST api/WRPackages/EditFieldInMultiple

Request Information

URI Parameters

None.

Body Parameters

EditFieldInMultipleInputModel
NameDescriptionTypeAdditional 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": [
    "21d162e8-82ed-4b1c-beb0-a6f162aecc3e",
    "eb26b5bf-318b-4d0a-adc1-a72174209720"
  ],
  "Status_ID": 1,
  "PackageType_ID": 1,
  "Pro_NO": "sample string 1",
  "ReceivedBy_ID": 1,
  "ReceivedDate": "2026-08-05T17:24:44.5736011-04:00",
  "Location": "sample string 2",
  "WR_ID": "f03a5699-834e-47a5-a2bf-1ab3d922ac78",
  "AreaId": "040f19b6-1194-4a2a-9c5a-bcd790f11495",
  "RowId": "5161d2b2-8012-44bd-99d2-5c82bec9558f",
  "PositionId": "5abe270f-cf1d-4ade-beb4-01322110b5b4"
}

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>040f19b6-1194-4a2a-9c5a-bcd790f11495</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>21d162e8-82ed-4b1c-beb0-a6f162aecc3e</d2p1:guid>
    <d2p1:guid>eb26b5bf-318b-4d0a-adc1-a72174209720</d2p1:guid>
  </Package_ID>
  <PositionId>5abe270f-cf1d-4ade-beb4-01322110b5b4</PositionId>
  <Pro_NO>sample string 1</Pro_NO>
  <ReceivedBy_ID>1</ReceivedBy_ID>
  <ReceivedDate>2026-08-05T17:24:44.5736011-04:00</ReceivedDate>
  <RowId>5161d2b2-8012-44bd-99d2-5c82bec9558f</RowId>
  <Status_ID>1</Status_ID>
  <WR_ID>f03a5699-834e-47a5-a2bf-1ab3d922ac78</WR_ID>
</EditFieldInMultipleInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Package_ID":["21d162e8-82ed-4b1c-beb0-a6f162aecc3e","eb26b5bf-318b-4d0a-adc1-a72174209720"],"Status_ID":1,"PackageType_ID":1,"Pro_NO":"sample string 1","ReceivedBy_ID":1,"ReceivedDate":"2026-08-05T17:24:44.5736011-04:00","Location":"sample string 2","WR_ID":"f03a5699-834e-47a5-a2bf-1ab3d922ac78","AreaId":"040f19b6-1194-4a2a-9c5a-bcd790f11495","RowId":"5161d2b2-8012-44bd-99d2-5c82bec9558f","PositionId":"5abe270f-cf1d-4ade-beb4-01322110b5b4"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.