POST api/CargoRelease/Cargo/Repack/Edit
Request Information
URI Parameters
None.
Body Parameters
EditRepackInputModelName | Description | Type | Additional information |
---|---|---|---|
Repack_ID | globally unique identifier |
None. |
|
ContainerType_ID | integer |
None. |
|
Associations | integer |
None. |
|
Length | string |
None. |
|
Width | string |
None. |
|
Height | string |
None. |
|
Weight | string |
None. |
|
Description | string |
None. |
|
ContainerNumber | string |
None. |
|
SealNo1 | string |
None. |
|
SealNo2 | string |
None. |
|
IsAddToRepack | boolean |
None. |
|
PackagesToAdd | Collection of globally unique identifier |
None. |
|
PackagesToRemove | Collection of globally unique identifier |
None. |
|
TaskId | integer |
None. |
|
Status_ID | integer |
None. |
|
Location | string |
None. |
|
AreaId | globally unique identifier |
None. |
|
RowId | globally unique identifier |
None. |
|
PositionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Repack_ID": "7fd5bd32-801a-47fe-a76f-da29a46562a0", "ContainerType_ID": 2, "Associations": 3, "Length": "sample string 4", "Width": "sample string 5", "Height": "sample string 6", "Weight": "sample string 7", "Description": "sample string 8", "ContainerNumber": "sample string 9", "SealNo1": "sample string 10", "SealNo2": "sample string 11", "IsAddToRepack": true, "PackagesToAdd": [ "dc7a5089-c7e5-4016-8e6c-25e4232b6bf8", "6a7f3708-cb5f-4f52-a67b-9dfd0563c8b2" ], "PackagesToRemove": [ "6d77b96c-d7e5-488c-8a4e-431b2f39e08b", "781b8f46-85bd-413a-aaaa-2e26d0fc3c4b" ], "TaskId": 1, "Status_ID": 13, "Location": "sample string 14", "AreaId": "84d61c1e-d7be-43d9-86f9-c85ba42f8584", "RowId": "be07e19f-fd85-4934-a6bf-c143982f4e6f", "PositionId": "37162f08-39b5-440e-8095-582ad5b10e28" }
application/xml, text/xml
Sample:
<EditRepackInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <AreaId>84d61c1e-d7be-43d9-86f9-c85ba42f8584</AreaId> <Associations>3</Associations> <ContainerNumber>sample string 9</ContainerNumber> <ContainerType_ID>2</ContainerType_ID> <Description>sample string 8</Description> <Height>sample string 6</Height> <IsAddToRepack>true</IsAddToRepack> <Length>sample string 4</Length> <Location>sample string 14</Location> <PackagesToAdd xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>dc7a5089-c7e5-4016-8e6c-25e4232b6bf8</d2p1:guid> <d2p1:guid>6a7f3708-cb5f-4f52-a67b-9dfd0563c8b2</d2p1:guid> </PackagesToAdd> <PackagesToRemove xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>6d77b96c-d7e5-488c-8a4e-431b2f39e08b</d2p1:guid> <d2p1:guid>781b8f46-85bd-413a-aaaa-2e26d0fc3c4b</d2p1:guid> </PackagesToRemove> <PositionId>37162f08-39b5-440e-8095-582ad5b10e28</PositionId> <Repack_ID>7fd5bd32-801a-47fe-a76f-da29a46562a0</Repack_ID> <RowId>be07e19f-fd85-4934-a6bf-c143982f4e6f</RowId> <SealNo1>sample string 10</SealNo1> <SealNo2>sample string 11</SealNo2> <Status_ID>13</Status_ID> <TaskId>1</TaskId> <Weight>sample string 7</Weight> <Width>sample string 5</Width> </EditRepackInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Repack_ID":"7fd5bd32-801a-47fe-a76f-da29a46562a0","ContainerType_ID":2,"Associations":3,"Length":"sample string 4","Width":"sample string 5","Height":"sample string 6","Weight":"sample string 7","Description":"sample string 8","ContainerNumber":"sample string 9","SealNo1":"sample string 10","SealNo2":"sample string 11","IsAddToRepack":true,"PackagesToAdd":["dc7a5089-c7e5-4016-8e6c-25e4232b6bf8","6a7f3708-cb5f-4f52-a67b-9dfd0563c8b2"],"PackagesToRemove":["6d77b96c-d7e5-488c-8a4e-431b2f39e08b","781b8f46-85bd-413a-aaaa-2e26d0fc3c4b"],"TaskId":1,"Status_ID":13,"Location":"sample string 14","AreaId":"84d61c1e-d7be-43d9-86f9-c85ba42f8584","RowId":"be07e19f-fd85-4934-a6bf-c143982f4e6f","PositionId":"37162f08-39b5-440e-8095-582ad5b10e28"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.