POST api/PickupAndDelivery/Cargo/Repack/Save
Request Information
URI Parameters
None.
Body Parameters
PickupAndDeliveryRepackInputModelName | Description | Type | Additional information |
---|---|---|---|
PickupAndDelivery_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:
{ "PickupAndDelivery_ID": "b017d41f-1bcd-4466-b945-4b0bf8ecfcfd", "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": [ "c05e05c3-3cd1-4ae5-bc2f-036f54c53cb9", "57d2f88d-bb30-4530-83c1-b072ba9bae87" ], "RepackAttachments": [ { "Attachment_ID": "768436a7-ca86-4e32-854a-12e18cedff0c", "FileName": "sample string 2", "Description": "sample string 3", "FileExtension": "sample string 4", "FileSize": 5, "ContentType": "sample string 6", "FilePath": "sample string 7" }, { "Attachment_ID": "768436a7-ca86-4e32-854a-12e18cedff0c", "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": "fa39b737-4ab8-4f0e-8919-af5d0927eb72", "RowId": "fd29aada-52b2-464c-a999-824b28590f55", "PositionId": "f6f718b6-5929-4ec5-bd5c-6d6fb0a85b42" }
application/xml, text/xml
Sample:
<PickupAndDeliveryRepackInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <AreaId>fa39b737-4ab8-4f0e-8919-af5d0927eb72</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>c05e05c3-3cd1-4ae5-bc2f-036f54c53cb9</d2p1:guid> <d2p1:guid>57d2f88d-bb30-4530-83c1-b072ba9bae87</d2p1:guid> </Package_IDs> <PickupAndDelivery_ID>b017d41f-1bcd-4466-b945-4b0bf8ecfcfd</PickupAndDelivery_ID> <PositionId>f6f718b6-5929-4ec5-bd5c-6d6fb0a85b42</PositionId> <RepackAttachments> <RepackAttachmentModel> <Attachment_ID>768436a7-ca86-4e32-854a-12e18cedff0c</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>768436a7-ca86-4e32-854a-12e18cedff0c</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>fd29aada-52b2-464c-a999-824b28590f55</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> </PickupAndDeliveryRepackInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"PickupAndDelivery_ID":"b017d41f-1bcd-4466-b945-4b0bf8ecfcfd","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":["c05e05c3-3cd1-4ae5-bc2f-036f54c53cb9","57d2f88d-bb30-4530-83c1-b072ba9bae87"],"RepackAttachments":[{"Attachment_ID":"768436a7-ca86-4e32-854a-12e18cedff0c","FileName":"sample string 2","Description":"sample string 3","FileExtension":"sample string 4","FileSize":5,"ContentType":"sample string 6","FilePath":"sample string 7"},{"Attachment_ID":"768436a7-ca86-4e32-854a-12e18cedff0c","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":"fa39b737-4ab8-4f0e-8919-af5d0927eb72","RowId":"fd29aada-52b2-464c-a999-824b28590f55","PositionId":"f6f718b6-5929-4ec5-bd5c-6d6fb0a85b42"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.