POST api/Booking/Cargo/Repack/Edit
Request Information
URI Parameters
None.
Body Parameters
EditRepackInputModel| Name | 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. |
|
| PackageImages | Collection of GetPackageImage |
None. |
Request Formats
application/json, text/json
Sample:
{
"Repack_ID": "13997b88-fb04-4d50-8ab4-fb1869a7241b",
"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": [
"3c4ecb59-facc-4df8-af4f-cdf3cfab539f",
"969e6c97-ae99-4b7f-af84-8a86865ee0a7"
],
"PackagesToRemove": [
"5cb258ad-68de-4998-b5b5-9015e131f3fd",
"1c85dc13-aec7-433a-88b3-1e642dadf9d6"
],
"TaskId": 1,
"Status_ID": 13,
"Location": "sample string 14",
"AreaId": "da8b9d60-1e65-433d-a453-00e2c99b9d13",
"RowId": "ab9fa145-551a-4102-95fb-815aef1d6a0b",
"PositionId": "4bc772b3-62dd-4513-8a29-7e7c52d53ffc",
"PackageImages": [
{
"ImageId": "a3b22a43-fc6d-4669-9f8b-95ed978c6c27",
"ImagePath": "sample string 2",
"SmallImagePath": "sample string 3",
"MediumImagePath": "sample string 4",
"ImageType": 1,
"Sequence": 5,
"FileSize": 6,
"FileName": "sample string 7",
"FileExtension": "sample string 8",
"ContentType": "sample string 9"
},
{
"ImageId": "a3b22a43-fc6d-4669-9f8b-95ed978c6c27",
"ImagePath": "sample string 2",
"SmallImagePath": "sample string 3",
"MediumImagePath": "sample string 4",
"ImageType": 1,
"Sequence": 5,
"FileSize": 6,
"FileName": "sample string 7",
"FileExtension": "sample string 8",
"ContentType": "sample string 9"
}
]
}
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>da8b9d60-1e65-433d-a453-00e2c99b9d13</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>
<PackageImages xmlns:d2p1="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS">
<d2p1:GetPackageImage>
<d2p1:ContentType>sample string 9</d2p1:ContentType>
<d2p1:FileExtension>sample string 8</d2p1:FileExtension>
<d2p1:FileName>sample string 7</d2p1:FileName>
<d2p1:FileSize>6</d2p1:FileSize>
<d2p1:ImageId>a3b22a43-fc6d-4669-9f8b-95ed978c6c27</d2p1:ImageId>
<d2p1:ImagePath>sample string 2</d2p1:ImagePath>
<d2p1:ImageType>Capture</d2p1:ImageType>
<d2p1:MediumImagePath>sample string 4</d2p1:MediumImagePath>
<d2p1:Sequence>5</d2p1:Sequence>
<d2p1:SmallImagePath>sample string 3</d2p1:SmallImagePath>
</d2p1:GetPackageImage>
<d2p1:GetPackageImage>
<d2p1:ContentType>sample string 9</d2p1:ContentType>
<d2p1:FileExtension>sample string 8</d2p1:FileExtension>
<d2p1:FileName>sample string 7</d2p1:FileName>
<d2p1:FileSize>6</d2p1:FileSize>
<d2p1:ImageId>a3b22a43-fc6d-4669-9f8b-95ed978c6c27</d2p1:ImageId>
<d2p1:ImagePath>sample string 2</d2p1:ImagePath>
<d2p1:ImageType>Capture</d2p1:ImageType>
<d2p1:MediumImagePath>sample string 4</d2p1:MediumImagePath>
<d2p1:Sequence>5</d2p1:Sequence>
<d2p1:SmallImagePath>sample string 3</d2p1:SmallImagePath>
</d2p1:GetPackageImage>
</PackageImages>
<PackagesToAdd xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3c4ecb59-facc-4df8-af4f-cdf3cfab539f</d2p1:guid>
<d2p1:guid>969e6c97-ae99-4b7f-af84-8a86865ee0a7</d2p1:guid>
</PackagesToAdd>
<PackagesToRemove xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>5cb258ad-68de-4998-b5b5-9015e131f3fd</d2p1:guid>
<d2p1:guid>1c85dc13-aec7-433a-88b3-1e642dadf9d6</d2p1:guid>
</PackagesToRemove>
<PositionId>4bc772b3-62dd-4513-8a29-7e7c52d53ffc</PositionId>
<Repack_ID>13997b88-fb04-4d50-8ab4-fb1869a7241b</Repack_ID>
<RowId>ab9fa145-551a-4102-95fb-815aef1d6a0b</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":"13997b88-fb04-4d50-8ab4-fb1869a7241b","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":["3c4ecb59-facc-4df8-af4f-cdf3cfab539f","969e6c97-ae99-4b7f-af84-8a86865ee0a7"],"PackagesToRemove":["5cb258ad-68de-4998-b5b5-9015e131f3fd","1c85dc13-aec7-433a-88b3-1e642dadf9d6"],"TaskId":1,"Status_ID":13,"Location":"sample string 14","AreaId":"da8b9d60-1e65-433d-a453-00e2c99b9d13","RowId":"ab9fa145-551a-4102-95fb-815aef1d6a0b","PositionId":"4bc772b3-62dd-4513-8a29-7e7c52d53ffc","PackageImages":[{"ImageId":"a3b22a43-fc6d-4669-9f8b-95ed978c6c27","ImagePath":"sample string 2","SmallImagePath":"sample string 3","MediumImagePath":"sample string 4","ImageType":1,"Sequence":5,"FileSize":6,"FileName":"sample string 7","FileExtension":"sample string 8","ContentType":"sample string 9"},{"ImageId":"a3b22a43-fc6d-4669-9f8b-95ed978c6c27","ImagePath":"sample string 2","SmallImagePath":"sample string 3","MediumImagePath":"sample string 4","ImageType":1,"Sequence":5,"FileSize":6,"FileName":"sample string 7","FileExtension":"sample string 8","ContentType":"sample string 9"}]}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.