POST api/get_PackingSlipLoosePacking_ModelItem

Request Information

URI Parameters

None.

Body Parameters

LoosePackingSlipRequest
NameDescriptionTypeAdditional information
ModelId

string

None.

BatchNo

string

None.

Qty

integer

None.

CFTWeight

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "ModelId": "sample string 1",
  "BatchNo": "sample string 2",
  "Qty": 3,
  "CFTWeight": 4.0
}

application/xml, text/xml

Sample:
<LoosePackingSlipRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models">
  <BatchNo>sample string 2</BatchNo>
  <CFTWeight>4</CFTWeight>
  <ModelId>sample string 1</ModelId>
  <Qty>3</Qty>
</LoosePackingSlipRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.