GET api/products

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Product
NameDescriptionTypeAdditional information
SKUId

string

None.

Values

string

None.

Status

string

None.

BizId

string

None.

Description

string

None.

Text

string

None.

Group1

string

None.

Group2

string

None.

Type

string

None.

Class

string

None.

Value

string

None.

Life

decimal number

None.

BoxQty

integer

None.

BoxUnit

string

None.

BoxPack

string

None.

BoxHeight

decimal number

None.

BoxWidth

decimal number

None.

BoxDepth

decimal number

None.

BoxWeight

decimal number

None.

ItemUnit

string

None.

ItemPack

string

None.

ItemHeight

decimal number

None.

ItemWidth

decimal number

None.

ItemDepth

decimal number

None.

ItemWeight

decimal number

None.

ExpiryReqd

string

None.

ProductionReqd

string

None.

BatchReqd

string

None.

SerialReqd

string

None.

PI

string

None.

MLORTyper

string

None.

MLORValuer

decimal number

None.

MLORTyped

string

None.

MLORValued

decimal number

None.

QA

string

None.

QC

string

None.

HazardCode

string

None.

RotationMethod

string

None.

WeightType

string

None.

NMFCItem

string

None.

NMFCClass

string

None.

Country

string

None.

DateHeld

date

None.

Stage

string

None.

AttachInd

string

None.

MaintInd

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SKUId": "sample string 1",
    "Values": "sample string 2",
    "Status": "sample string 3",
    "BizId": "sample string 4",
    "Description": "sample string 5",
    "Text": "sample string 6",
    "Group1": "sample string 7",
    "Group2": "sample string 8",
    "Type": "sample string 9",
    "Class": "sample string 10",
    "Value": "sample string 11",
    "Life": 1.0,
    "BoxQty": 1,
    "BoxUnit": "sample string 12",
    "BoxPack": "sample string 13",
    "BoxHeight": 1.0,
    "BoxWidth": 1.0,
    "BoxDepth": 1.0,
    "BoxWeight": 1.0,
    "ItemUnit": "sample string 14",
    "ItemPack": "sample string 15",
    "ItemHeight": 1.0,
    "ItemWidth": 1.0,
    "ItemDepth": 1.0,
    "ItemWeight": 1.0,
    "ExpiryReqd": "sample string 16",
    "ProductionReqd": "sample string 17",
    "BatchReqd": "sample string 18",
    "SerialReqd": "sample string 19",
    "PI": "sample string 20",
    "MLORTyper": "sample string 21",
    "MLORValuer": 1.0,
    "MLORTyped": "sample string 22",
    "MLORValued": 1.0,
    "QA": "sample string 23",
    "QC": "sample string 24",
    "HazardCode": "sample string 25",
    "RotationMethod": "sample string 26",
    "WeightType": "sample string 27",
    "NMFCItem": "sample string 28",
    "NMFCClass": "sample string 29",
    "Country": "sample string 30",
    "DateHeld": "2025-05-13T23:39:07.891636+01:00",
    "Stage": "sample string 31",
    "AttachInd": "sample string 32",
    "MaintInd": "sample string 33"
  },
  {
    "SKUId": "sample string 1",
    "Values": "sample string 2",
    "Status": "sample string 3",
    "BizId": "sample string 4",
    "Description": "sample string 5",
    "Text": "sample string 6",
    "Group1": "sample string 7",
    "Group2": "sample string 8",
    "Type": "sample string 9",
    "Class": "sample string 10",
    "Value": "sample string 11",
    "Life": 1.0,
    "BoxQty": 1,
    "BoxUnit": "sample string 12",
    "BoxPack": "sample string 13",
    "BoxHeight": 1.0,
    "BoxWidth": 1.0,
    "BoxDepth": 1.0,
    "BoxWeight": 1.0,
    "ItemUnit": "sample string 14",
    "ItemPack": "sample string 15",
    "ItemHeight": 1.0,
    "ItemWidth": 1.0,
    "ItemDepth": 1.0,
    "ItemWeight": 1.0,
    "ExpiryReqd": "sample string 16",
    "ProductionReqd": "sample string 17",
    "BatchReqd": "sample string 18",
    "SerialReqd": "sample string 19",
    "PI": "sample string 20",
    "MLORTyper": "sample string 21",
    "MLORValuer": 1.0,
    "MLORTyped": "sample string 22",
    "MLORValued": 1.0,
    "QA": "sample string 23",
    "QC": "sample string 24",
    "HazardCode": "sample string 25",
    "RotationMethod": "sample string 26",
    "WeightType": "sample string 27",
    "NMFCItem": "sample string 28",
    "NMFCClass": "sample string 29",
    "Country": "sample string 30",
    "DateHeld": "2025-05-13T23:39:07.891636+01:00",
    "Stage": "sample string 31",
    "AttachInd": "sample string 32",
    "MaintInd": "sample string 33"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Snapfulfil.Domain">
  <Product>
    <AttachInd>sample string 32</AttachInd>
    <BatchReqd>sample string 18</BatchReqd>
    <BizId>sample string 4</BizId>
    <BoxDepth>1</BoxDepth>
    <BoxHeight>1</BoxHeight>
    <BoxPack>sample string 13</BoxPack>
    <BoxQty>1</BoxQty>
    <BoxUnit>sample string 12</BoxUnit>
    <BoxWeight>1</BoxWeight>
    <BoxWidth>1</BoxWidth>
    <Class>sample string 10</Class>
    <Country>sample string 30</Country>
    <DateHeld>2025-05-13T23:39:07.891636+01:00</DateHeld>
    <Description>sample string 5</Description>
    <ExpiryReqd>sample string 16</ExpiryReqd>
    <Group1>sample string 7</Group1>
    <Group2>sample string 8</Group2>
    <HazardCode>sample string 25</HazardCode>
    <ItemDepth>1</ItemDepth>
    <ItemHeight>1</ItemHeight>
    <ItemPack>sample string 15</ItemPack>
    <ItemUnit>sample string 14</ItemUnit>
    <ItemWeight>1</ItemWeight>
    <ItemWidth>1</ItemWidth>
    <Life>1</Life>
    <MLORTyped>sample string 22</MLORTyped>
    <MLORTyper>sample string 21</MLORTyper>
    <MLORValued>1</MLORValued>
    <MLORValuer>1</MLORValuer>
    <MaintInd>sample string 33</MaintInd>
    <NMFCClass>sample string 29</NMFCClass>
    <NMFCItem>sample string 28</NMFCItem>
    <PI>sample string 20</PI>
    <ProductionReqd>sample string 17</ProductionReqd>
    <QA>sample string 23</QA>
    <QC>sample string 24</QC>
    <RotationMethod>sample string 26</RotationMethod>
    <SKUId>sample string 1</SKUId>
    <SerialReqd>sample string 19</SerialReqd>
    <Stage>sample string 31</Stage>
    <Status>sample string 3</Status>
    <Text>sample string 6</Text>
    <Type>sample string 9</Type>
    <Value>sample string 11</Value>
    <Values>sample string 2</Values>
    <WeightType>sample string 27</WeightType>
  </Product>
  <Product>
    <AttachInd>sample string 32</AttachInd>
    <BatchReqd>sample string 18</BatchReqd>
    <BizId>sample string 4</BizId>
    <BoxDepth>1</BoxDepth>
    <BoxHeight>1</BoxHeight>
    <BoxPack>sample string 13</BoxPack>
    <BoxQty>1</BoxQty>
    <BoxUnit>sample string 12</BoxUnit>
    <BoxWeight>1</BoxWeight>
    <BoxWidth>1</BoxWidth>
    <Class>sample string 10</Class>
    <Country>sample string 30</Country>
    <DateHeld>2025-05-13T23:39:07.891636+01:00</DateHeld>
    <Description>sample string 5</Description>
    <ExpiryReqd>sample string 16</ExpiryReqd>
    <Group1>sample string 7</Group1>
    <Group2>sample string 8</Group2>
    <HazardCode>sample string 25</HazardCode>
    <ItemDepth>1</ItemDepth>
    <ItemHeight>1</ItemHeight>
    <ItemPack>sample string 15</ItemPack>
    <ItemUnit>sample string 14</ItemUnit>
    <ItemWeight>1</ItemWeight>
    <ItemWidth>1</ItemWidth>
    <Life>1</Life>
    <MLORTyped>sample string 22</MLORTyped>
    <MLORTyper>sample string 21</MLORTyper>
    <MLORValued>1</MLORValued>
    <MLORValuer>1</MLORValuer>
    <MaintInd>sample string 33</MaintInd>
    <NMFCClass>sample string 29</NMFCClass>
    <NMFCItem>sample string 28</NMFCItem>
    <PI>sample string 20</PI>
    <ProductionReqd>sample string 17</ProductionReqd>
    <QA>sample string 23</QA>
    <QC>sample string 24</QC>
    <RotationMethod>sample string 26</RotationMethod>
    <SKUId>sample string 1</SKUId>
    <SerialReqd>sample string 19</SerialReqd>
    <Stage>sample string 31</Stage>
    <Status>sample string 3</Status>
    <Text>sample string 6</Text>
    <Type>sample string 9</Type>
    <Value>sample string 11</Value>
    <Values>sample string 2</Values>
    <WeightType>sample string 27</WeightType>
  </Product>
</ArrayOfProduct>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name=""

System.Collections.Generic.List`1[Snapfulfil.Domain.Product]
--MultipartDataMediaFormatterBoundary1q2w3e--