POST api/PickupAndDelivery/Cargo/Repack/Edit
Request Information
URI Parameters
None.
Body Parameters
EditRepackInputModelName | 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. |
Request Formats
application/json, text/json
Sample:
{ "Repack_ID": "b93ded44-242b-42bb-aeca-05b4295e74fd", "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": [ "b320c206-bcac-479c-98b8-2ecb83ac4468", "b74e216a-5221-4481-9bac-ee66a6a9449f" ], "PackagesToRemove": [ "b07a7ebd-483f-4aa2-8bb5-634923c04c0b", "6bafba5e-b4d9-4f4e-8a01-c44b4f40e7f9" ], "TaskId": 1, "Status_ID": 13, "Location": "sample string 14", "AreaId": "afe3ade1-036f-48a8-bd31-fb9ea474d9c7", "RowId": "4cd08b4c-f882-4390-a9c6-34dc069b07a3", "PositionId": "40292131-fdad-4ad1-833b-81e871e60e6a" }
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>afe3ade1-036f-48a8-bd31-fb9ea474d9c7</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> <PackagesToAdd xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b320c206-bcac-479c-98b8-2ecb83ac4468</d2p1:guid> <d2p1:guid>b74e216a-5221-4481-9bac-ee66a6a9449f</d2p1:guid> </PackagesToAdd> <PackagesToRemove xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b07a7ebd-483f-4aa2-8bb5-634923c04c0b</d2p1:guid> <d2p1:guid>6bafba5e-b4d9-4f4e-8a01-c44b4f40e7f9</d2p1:guid> </PackagesToRemove> <PositionId>40292131-fdad-4ad1-833b-81e871e60e6a</PositionId> <Repack_ID>b93ded44-242b-42bb-aeca-05b4295e74fd</Repack_ID> <RowId>4cd08b4c-f882-4390-a9c6-34dc069b07a3</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":"b93ded44-242b-42bb-aeca-05b4295e74fd","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":["b320c206-bcac-479c-98b8-2ecb83ac4468","b74e216a-5221-4481-9bac-ee66a6a9449f"],"PackagesToRemove":["b07a7ebd-483f-4aa2-8bb5-634923c04c0b","6bafba5e-b4d9-4f4e-8a01-c44b4f40e7f9"],"TaskId":1,"Status_ID":13,"Location":"sample string 14","AreaId":"afe3ade1-036f-48a8-bd31-fb9ea474d9c7","RowId":"4cd08b4c-f882-4390-a9c6-34dc069b07a3","PositionId":"40292131-fdad-4ad1-833b-81e871e60e6a"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.