POST api/CargoList/CreateBatchFromPackages

Request Information

URI Parameters

None.

Body Parameters

CreateBatchFromPackageInputModel
NameDescriptionTypeAdditional information
PackageIds

Collection of globally unique identifier

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PackageIds": [
    "48ef18cb-7eb9-486e-bc89-8f79f3996f08",
    "3866d844-ba53-4834-87a4-8ded7e18ce87"
  ],
  "UserId": 1
}

application/xml, text/xml

Sample:
<CreateBatchFromPackageInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.InputOutputModels">
  <PackageIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>48ef18cb-7eb9-486e-bc89-8f79f3996f08</d2p1:guid>
    <d2p1:guid>3866d844-ba53-4834-87a4-8ded7e18ce87</d2p1:guid>
  </PackageIds>
  <UserId>1</UserId>
</CreateBatchFromPackageInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"PackageIds":["48ef18cb-7eb9-486e-bc89-8f79f3996f08","3866d844-ba53-4834-87a4-8ded7e18ce87"],"UserId":1}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.