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": "1053e11a-feff-4196-8a1e-6d5ed9f8a53a",
"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": [
"491d22f3-b194-4e0f-8f6d-406f92ec9419",
"831dcc5c-fc31-45ff-97c3-66f7e2fb41a8"
],
"PackagesToRemove": [
"afde891b-51c9-447a-bec4-70ee8b974bfc",
"85c7e9dc-b9ce-41ab-8a40-9bf6cdcacecb"
],
"TaskId": 1,
"Status_ID": 13,
"Location": "sample string 14",
"AreaId": "d48ab002-bb74-44b0-9d34-d46e150d3208",
"RowId": "93449f3a-5a4a-4f56-94cb-3b5d9e131257",
"PositionId": "b230d623-bee9-4783-9e32-f6d7b1b9149a",
"PackageImages": [
{
"ImageId": "c2081b8b-779e-4fdc-9e47-57138297b568",
"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": "c2081b8b-779e-4fdc-9e47-57138297b568",
"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>d48ab002-bb74-44b0-9d34-d46e150d3208</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>c2081b8b-779e-4fdc-9e47-57138297b568</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>c2081b8b-779e-4fdc-9e47-57138297b568</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>491d22f3-b194-4e0f-8f6d-406f92ec9419</d2p1:guid>
<d2p1:guid>831dcc5c-fc31-45ff-97c3-66f7e2fb41a8</d2p1:guid>
</PackagesToAdd>
<PackagesToRemove xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>afde891b-51c9-447a-bec4-70ee8b974bfc</d2p1:guid>
<d2p1:guid>85c7e9dc-b9ce-41ab-8a40-9bf6cdcacecb</d2p1:guid>
</PackagesToRemove>
<PositionId>b230d623-bee9-4783-9e32-f6d7b1b9149a</PositionId>
<Repack_ID>1053e11a-feff-4196-8a1e-6d5ed9f8a53a</Repack_ID>
<RowId>93449f3a-5a4a-4f56-94cb-3b5d9e131257</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":"1053e11a-feff-4196-8a1e-6d5ed9f8a53a","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":["491d22f3-b194-4e0f-8f6d-406f92ec9419","831dcc5c-fc31-45ff-97c3-66f7e2fb41a8"],"PackagesToRemove":["afde891b-51c9-447a-bec4-70ee8b974bfc","85c7e9dc-b9ce-41ab-8a40-9bf6cdcacecb"],"TaskId":1,"Status_ID":13,"Location":"sample string 14","AreaId":"d48ab002-bb74-44b0-9d34-d46e150d3208","RowId":"93449f3a-5a4a-4f56-94cb-3b5d9e131257","PositionId":"b230d623-bee9-4783-9e32-f6d7b1b9149a","PackageImages":[{"ImageId":"c2081b8b-779e-4fdc-9e47-57138297b568","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":"c2081b8b-779e-4fdc-9e47-57138297b568","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.