GET api/Products?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Products| Name | Description | Type | Additional information |
|---|---|---|---|
| UserLogin | string |
None. |
|
| ITEMNMBR | string |
None. |
|
| ITEMDESC | string |
None. |
|
| USCATVLS_1 | string |
None. |
|
| Price | decimal number |
None. |
|
| USDPrice | decimal number |
None. |
|
| QTYONHND | decimal number |
None. |
|
| IsNew | boolean |
None. |
|
| Active | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| Sequence_id | integer |
None. |
|
| USCATVLS_2 | string |
None. |
|
| USCATVLS_3 | string |
None. |
|
| USCATVLS_6 | string |
None. |
|
| UOFM | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserLogin": "sample string 1",
"ITEMNMBR": "sample string 2",
"ITEMDESC": "sample string 3",
"USCATVLS_1": "sample string 4",
"Price": 1.0,
"USDPrice": 1.0,
"QTYONHND": 1.0,
"IsNew": true,
"Active": true,
"CreatedDate": "2025-12-05T23:43:02.3166711-04:00",
"ModifiedDate": "2025-12-05T23:43:02.3166711-04:00",
"Sequence_id": 1,
"USCATVLS_2": "sample string 5",
"USCATVLS_3": "sample string 6",
"USCATVLS_6": "sample string 7",
"UOFM": "sample string 8"
},
{
"UserLogin": "sample string 1",
"ITEMNMBR": "sample string 2",
"ITEMDESC": "sample string 3",
"USCATVLS_1": "sample string 4",
"Price": 1.0,
"USDPrice": 1.0,
"QTYONHND": 1.0,
"IsNew": true,
"Active": true,
"CreatedDate": "2025-12-05T23:43:02.3166711-04:00",
"ModifiedDate": "2025-12-05T23:43:02.3166711-04:00",
"Sequence_id": 1,
"USCATVLS_2": "sample string 5",
"USCATVLS_3": "sample string 6",
"USCATVLS_6": "sample string 7",
"UOFM": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfProducts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaxSalesApi.Models">
<Products>
<Active>true</Active>
<CreatedDate>2025-12-05T23:43:02.3166711-04:00</CreatedDate>
<ITEMDESC>sample string 3</ITEMDESC>
<ITEMNMBR>sample string 2</ITEMNMBR>
<IsNew>true</IsNew>
<ModifiedDate>2025-12-05T23:43:02.3166711-04:00</ModifiedDate>
<Price>1</Price>
<QTYONHND>1</QTYONHND>
<Sequence_id>1</Sequence_id>
<UOFM>sample string 8</UOFM>
<USCATVLS_1>sample string 4</USCATVLS_1>
<USCATVLS_2>sample string 5</USCATVLS_2>
<USCATVLS_3>sample string 6</USCATVLS_3>
<USCATVLS_6>sample string 7</USCATVLS_6>
<USDPrice>1</USDPrice>
<UserLogin>sample string 1</UserLogin>
</Products>
<Products>
<Active>true</Active>
<CreatedDate>2025-12-05T23:43:02.3166711-04:00</CreatedDate>
<ITEMDESC>sample string 3</ITEMDESC>
<ITEMNMBR>sample string 2</ITEMNMBR>
<IsNew>true</IsNew>
<ModifiedDate>2025-12-05T23:43:02.3166711-04:00</ModifiedDate>
<Price>1</Price>
<QTYONHND>1</QTYONHND>
<Sequence_id>1</Sequence_id>
<UOFM>sample string 8</UOFM>
<USCATVLS_1>sample string 4</USCATVLS_1>
<USCATVLS_2>sample string 5</USCATVLS_2>
<USCATVLS_3>sample string 6</USCATVLS_3>
<USCATVLS_6>sample string 7</USCATVLS_6>
<USDPrice>1</USDPrice>
<UserLogin>sample string 1</UserLogin>
</Products>
</ArrayOfProducts>