POST api/PickupAndDelivery/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": "1173564a-e034-4959-8296-8bd8cab2e279",
"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": [
"a1c0b161-a649-4499-a9e5-c1162eff2a1f",
"f63ec4ed-ee31-4904-912a-12ef55aacc3c"
],
"PackagesToRemove": [
"6febd957-872e-4077-8952-ad66f2aebca6",
"16b5dd13-245f-49df-a189-efc039b440ee"
],
"TaskId": 1,
"Status_ID": 13,
"Location": "sample string 14",
"AreaId": "7a143d67-4e2d-4e65-99b4-fe377dfe1648",
"RowId": "852e03de-c5e1-480c-9953-928084b69f66",
"PositionId": "4fb59f3b-b1a6-49bb-9813-7fa8e1af759c",
"PackageImages": [
{
"ImageId": "3c0b4ccb-a4f2-4330-8c68-fb63a69bd099",
"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": "3c0b4ccb-a4f2-4330-8c68-fb63a69bd099",
"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>7a143d67-4e2d-4e65-99b4-fe377dfe1648</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>3c0b4ccb-a4f2-4330-8c68-fb63a69bd099</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>3c0b4ccb-a4f2-4330-8c68-fb63a69bd099</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>a1c0b161-a649-4499-a9e5-c1162eff2a1f</d2p1:guid>
<d2p1:guid>f63ec4ed-ee31-4904-912a-12ef55aacc3c</d2p1:guid>
</PackagesToAdd>
<PackagesToRemove xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6febd957-872e-4077-8952-ad66f2aebca6</d2p1:guid>
<d2p1:guid>16b5dd13-245f-49df-a189-efc039b440ee</d2p1:guid>
</PackagesToRemove>
<PositionId>4fb59f3b-b1a6-49bb-9813-7fa8e1af759c</PositionId>
<Repack_ID>1173564a-e034-4959-8296-8bd8cab2e279</Repack_ID>
<RowId>852e03de-c5e1-480c-9953-928084b69f66</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":"1173564a-e034-4959-8296-8bd8cab2e279","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":["a1c0b161-a649-4499-a9e5-c1162eff2a1f","f63ec4ed-ee31-4904-912a-12ef55aacc3c"],"PackagesToRemove":["6febd957-872e-4077-8952-ad66f2aebca6","16b5dd13-245f-49df-a189-efc039b440ee"],"TaskId":1,"Status_ID":13,"Location":"sample string 14","AreaId":"7a143d67-4e2d-4e65-99b4-fe377dfe1648","RowId":"852e03de-c5e1-480c-9953-928084b69f66","PositionId":"4fb59f3b-b1a6-49bb-9813-7fa8e1af759c","PackageImages":[{"ImageId":"3c0b4ccb-a4f2-4330-8c68-fb63a69bd099","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":"3c0b4ccb-a4f2-4330-8c68-fb63a69bd099","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.