GET api/SpecialConditionLines
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SpecialConditionLineName | Description | Type | Additional information |
---|---|---|---|
Table | string |
None. |
|
ShipmentId | string |
None. |
|
ShipmentLineId | string |
None. |
|
Code | string |
None. |
|
Logic | string |
None. |
|
Value | string |
None. |
|
GeneratedLineId | string |
None. |
|
ShipmentLineSKUId | string |
None. |
|
ShipmentSOLineId | decimal number |
None. |
|
ShipmentLineUnit | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Table": "sample string 1", "ShipmentId": "sample string 2", "ShipmentLineId": "sample string 3", "Code": "sample string 4", "Logic": "sample string 5", "Value": "sample string 6", "GeneratedLineId": "sample string 7", "ShipmentLineSKUId": "sample string 8", "ShipmentSOLineId": 1.0, "ShipmentLineUnit": "sample string 9" }, { "Table": "sample string 1", "ShipmentId": "sample string 2", "ShipmentLineId": "sample string 3", "Code": "sample string 4", "Logic": "sample string 5", "Value": "sample string 6", "GeneratedLineId": "sample string 7", "ShipmentLineSKUId": "sample string 8", "ShipmentSOLineId": 1.0, "ShipmentLineUnit": "sample string 9" } ]
application/xml, text/xml
Sample:
<ArrayOfSpecialConditionLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Snapfulfil.Domain"> <SpecialConditionLine> <Code>sample string 4</Code> <GeneratedLineId>sample string 7</GeneratedLineId> <Logic>sample string 5</Logic> <ShipmentId>sample string 2</ShipmentId> <ShipmentLineId>sample string 3</ShipmentLineId> <ShipmentLineSKUId>sample string 8</ShipmentLineSKUId> <ShipmentLineUnit>sample string 9</ShipmentLineUnit> <ShipmentSOLineId>1</ShipmentSOLineId> <Table>sample string 1</Table> <Value>sample string 6</Value> </SpecialConditionLine> <SpecialConditionLine> <Code>sample string 4</Code> <GeneratedLineId>sample string 7</GeneratedLineId> <Logic>sample string 5</Logic> <ShipmentId>sample string 2</ShipmentId> <ShipmentLineId>sample string 3</ShipmentLineId> <ShipmentLineSKUId>sample string 8</ShipmentLineSKUId> <ShipmentLineUnit>sample string 9</ShipmentLineUnit> <ShipmentSOLineId>1</ShipmentSOLineId> <Table>sample string 1</Table> <Value>sample string 6</Value> </SpecialConditionLine> </ArrayOfSpecialConditionLine>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="" System.Collections.Generic.List`1[Snapfulfil.Domain.SpecialConditionLine] --MultipartDataMediaFormatterBoundary1q2w3e--