POST api/CargoRelease/Cargo/Repack/Save
Request Information
URI Parameters
None.
Body Parameters
CargoReleaseRepackInputModelName | Description | Type | Additional information |
---|---|---|---|
Release_ID | globally unique identifier |
None. |
|
ContainerType_ID | 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. |
|
Package_IDs | Collection of globally unique identifier |
None. |
|
RepackAttachments | Collection of RepackAttachmentModel |
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:
{ "Release_ID": "22d0b9b9-b59c-463c-83ac-8e576e9e8cba", "ContainerType_ID": 2, "Length": "sample string 3", "Width": "sample string 4", "Height": "sample string 5", "Weight": "sample string 6", "Description": "sample string 7", "ContainerNumber": "sample string 8", "SealNo1": "sample string 9", "SealNo2": "sample string 10", "Package_IDs": [ "a9e165cc-fb8f-4768-b6e3-bd760f43fa41", "ba5d1f57-1beb-410a-a252-69a227765a19" ], "RepackAttachments": [ { "Attachment_ID": "8ef66451-0a55-4cd3-9e15-646ca5b35e2b", "FileName": "sample string 2", "Description": "sample string 3", "FileExtension": "sample string 4", "FileSize": 5, "ContentType": "sample string 6", "FilePath": "sample string 7" }, { "Attachment_ID": "8ef66451-0a55-4cd3-9e15-646ca5b35e2b", "FileName": "sample string 2", "Description": "sample string 3", "FileExtension": "sample string 4", "FileSize": 5, "ContentType": "sample string 6", "FilePath": "sample string 7" } ], "Status_ID": 11, "Location": "sample string 12", "AreaId": "30b78b66-dcb7-4560-9726-3198eb83f8cb", "RowId": "33ee8507-26fc-4754-8276-b88cbe8c3518", "PositionId": "9dffa847-d2a9-4f80-8acd-8a1b4bfe0eda" }
application/xml, text/xml
Sample:
<CargoReleaseRepackInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <AreaId>30b78b66-dcb7-4560-9726-3198eb83f8cb</AreaId> <ContainerNumber>sample string 8</ContainerNumber> <ContainerType_ID>2</ContainerType_ID> <Description>sample string 7</Description> <Height>sample string 5</Height> <Length>sample string 3</Length> <Location>sample string 12</Location> <Package_IDs xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:guid>a9e165cc-fb8f-4768-b6e3-bd760f43fa41</d2p1:guid> <d2p1:guid>ba5d1f57-1beb-410a-a252-69a227765a19</d2p1:guid> </Package_IDs> <PositionId>9dffa847-d2a9-4f80-8acd-8a1b4bfe0eda</PositionId> <Release_ID>22d0b9b9-b59c-463c-83ac-8e576e9e8cba</Release_ID> <RepackAttachments> <RepackAttachmentModel> <Attachment_ID>8ef66451-0a55-4cd3-9e15-646ca5b35e2b</Attachment_ID> <ContentType>sample string 6</ContentType> <Description>sample string 3</Description> <FileExtension>sample string 4</FileExtension> <FileName>sample string 2</FileName> <FilePath>sample string 7</FilePath> <FileSize>5</FileSize> </RepackAttachmentModel> <RepackAttachmentModel> <Attachment_ID>8ef66451-0a55-4cd3-9e15-646ca5b35e2b</Attachment_ID> <ContentType>sample string 6</ContentType> <Description>sample string 3</Description> <FileExtension>sample string 4</FileExtension> <FileName>sample string 2</FileName> <FilePath>sample string 7</FilePath> <FileSize>5</FileSize> </RepackAttachmentModel> </RepackAttachments> <RowId>33ee8507-26fc-4754-8276-b88cbe8c3518</RowId> <SealNo1>sample string 9</SealNo1> <SealNo2>sample string 10</SealNo2> <Status_ID>11</Status_ID> <Weight>sample string 6</Weight> <Width>sample string 4</Width> </CargoReleaseRepackInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Release_ID":"22d0b9b9-b59c-463c-83ac-8e576e9e8cba","ContainerType_ID":2,"Length":"sample string 3","Width":"sample string 4","Height":"sample string 5","Weight":"sample string 6","Description":"sample string 7","ContainerNumber":"sample string 8","SealNo1":"sample string 9","SealNo2":"sample string 10","Package_IDs":["a9e165cc-fb8f-4768-b6e3-bd760f43fa41","ba5d1f57-1beb-410a-a252-69a227765a19"],"RepackAttachments":[{"Attachment_ID":"8ef66451-0a55-4cd3-9e15-646ca5b35e2b","FileName":"sample string 2","Description":"sample string 3","FileExtension":"sample string 4","FileSize":5,"ContentType":"sample string 6","FilePath":"sample string 7"},{"Attachment_ID":"8ef66451-0a55-4cd3-9e15-646ca5b35e2b","FileName":"sample string 2","Description":"sample string 3","FileExtension":"sample string 4","FileSize":5,"ContentType":"sample string 6","FilePath":"sample string 7"}],"Status_ID":11,"Location":"sample string 12","AreaId":"30b78b66-dcb7-4560-9726-3198eb83f8cb","RowId":"33ee8507-26fc-4754-8276-b88cbe8c3518","PositionId":"9dffa847-d2a9-4f80-8acd-8a1b4bfe0eda"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.