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": [
    "dea56bc2-e8ec-4c0c-ac42-5aaef6dd8d91",
    "80f13fff-185c-4c70-ba66-109621ff78b6"
  ],
  "Status_ID": 1,
  "PackageType_ID": 1,
  "Pro_NO": "sample string 1",
  "ReceivedBy_ID": 1,
  "ReceivedDate": "2025-08-02T14:22:03.0214048-04:00",
  "Location": "sample string 2",
  "WR_ID": "a2b585dd-e797-4d53-bbd3-1ea4547709d4",
  "AreaId": "f4872c07-7516-4ccd-9fb6-59e2402f4c7d",
  "RowId": "aa2528e3-e098-4409-abe6-7d6a96c2f9d6",
  "PositionId": "c8bbbe53-031d-4d5d-9a05-4c57db29b267"
}

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>f4872c07-7516-4ccd-9fb6-59e2402f4c7d</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>dea56bc2-e8ec-4c0c-ac42-5aaef6dd8d91</d2p1:guid>
    <d2p1:guid>80f13fff-185c-4c70-ba66-109621ff78b6</d2p1:guid>
  </Package_ID>
  <PositionId>c8bbbe53-031d-4d5d-9a05-4c57db29b267</PositionId>
  <Pro_NO>sample string 1</Pro_NO>
  <ReceivedBy_ID>1</ReceivedBy_ID>
  <ReceivedDate>2025-08-02T14:22:03.0214048-04:00</ReceivedDate>
  <RowId>aa2528e3-e098-4409-abe6-7d6a96c2f9d6</RowId>
  <Status_ID>1</Status_ID>
  <WR_ID>a2b585dd-e797-4d53-bbd3-1ea4547709d4</WR_ID>
</EditFieldInMultipleInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Package_ID":["dea56bc2-e8ec-4c0c-ac42-5aaef6dd8d91","80f13fff-185c-4c70-ba66-109621ff78b6"],"Status_ID":1,"PackageType_ID":1,"Pro_NO":"sample string 1","ReceivedBy_ID":1,"ReceivedDate":"2025-08-02T14:22:03.0214048-04:00","Location":"sample string 2","WR_ID":"a2b585dd-e797-4d53-bbd3-1ea4547709d4","AreaId":"f4872c07-7516-4ccd-9fb6-59e2402f4c7d","RowId":"aa2528e3-e098-4409-abe6-7d6a96c2f9d6","PositionId":"c8bbbe53-031d-4d5d-9a05-4c57db29b267"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.