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": [
    "3d395f60-fbb8-4a43-99bd-075ab4ae22d4",
    "c76066b8-7772-4b94-a5f1-2843ba5f64df"
  ],
  "Status_ID": 1,
  "PackageType_ID": 1,
  "Pro_NO": "sample string 1",
  "ReceivedBy_ID": 1,
  "ReceivedDate": "2026-05-07T07:47:47.3133425-04:00",
  "Location": "sample string 2",
  "WR_ID": "29342b0c-ee39-4fe6-9eec-9d9bc632dba1",
  "AreaId": "b331acdd-0f80-4bcb-b70d-4c1cfecd32f3",
  "RowId": "d50554c6-e90e-45ec-948f-f87054bb3143",
  "PositionId": "d68801be-6154-4951-8e46-e70cd6cdf0c0"
}

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>b331acdd-0f80-4bcb-b70d-4c1cfecd32f3</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>3d395f60-fbb8-4a43-99bd-075ab4ae22d4</d2p1:guid>
    <d2p1:guid>c76066b8-7772-4b94-a5f1-2843ba5f64df</d2p1:guid>
  </Package_ID>
  <PositionId>d68801be-6154-4951-8e46-e70cd6cdf0c0</PositionId>
  <Pro_NO>sample string 1</Pro_NO>
  <ReceivedBy_ID>1</ReceivedBy_ID>
  <ReceivedDate>2026-05-07T07:47:47.3133425-04:00</ReceivedDate>
  <RowId>d50554c6-e90e-45ec-948f-f87054bb3143</RowId>
  <Status_ID>1</Status_ID>
  <WR_ID>29342b0c-ee39-4fe6-9eec-9d9bc632dba1</WR_ID>
</EditFieldInMultipleInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Package_ID":["3d395f60-fbb8-4a43-99bd-075ab4ae22d4","c76066b8-7772-4b94-a5f1-2843ba5f64df"],"Status_ID":1,"PackageType_ID":1,"Pro_NO":"sample string 1","ReceivedBy_ID":1,"ReceivedDate":"2026-05-07T07:47:47.3133425-04:00","Location":"sample string 2","WR_ID":"29342b0c-ee39-4fe6-9eec-9d9bc632dba1","AreaId":"b331acdd-0f80-4bcb-b70d-4c1cfecd32f3","RowId":"d50554c6-e90e-45ec-948f-f87054bb3143","PositionId":"d68801be-6154-4951-8e46-e70cd6cdf0c0"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.