GET api/SA_GetProducts?MandantID={MandantID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MandantID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SA_Products| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductNo | string |
None. |
|
| Mandator | string |
None. |
|
| TreeGroup | string |
None. |
|
| SearchKey | string |
None. |
|
| ShortText | string |
None. |
|
| StockUnit | string |
None. |
|
| SalePrice | decimal number |
None. |
|
| SA_ProductTrans | boolean |
None. |
|
| Length1 | decimal number |
None. |
|
| Width1 | decimal number |
None. |
|
| Thickness | decimal number |
None. |
|
| WeightPerUnit | decimal number |
None. |
|
| ProductCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductNo": "sample string 1",
"Mandator": "sample string 2",
"TreeGroup": "sample string 3",
"SearchKey": "sample string 4",
"ShortText": "sample string 5",
"StockUnit": "sample string 6",
"SalePrice": 1.1,
"SA_ProductTrans": true,
"Length1": 1.1,
"Width1": 1.1,
"Thickness": 1.1,
"WeightPerUnit": 1.1,
"ProductCode": 1
},
{
"ProductNo": "sample string 1",
"Mandator": "sample string 2",
"TreeGroup": "sample string 3",
"SearchKey": "sample string 4",
"ShortText": "sample string 5",
"StockUnit": "sample string 6",
"SalePrice": 1.1,
"SA_ProductTrans": true,
"Length1": 1.1,
"Width1": 1.1,
"Thickness": 1.1,
"WeightPerUnit": 1.1,
"ProductCode": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSA_Products xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TimeSheetWebAPI.Models">
<SA_Products>
<Length1>1.1</Length1>
<Mandator>sample string 2</Mandator>
<ProductCode>1</ProductCode>
<ProductNo>sample string 1</ProductNo>
<SA_ProductTrans>true</SA_ProductTrans>
<SalePrice>1.1</SalePrice>
<SearchKey>sample string 4</SearchKey>
<ShortText>sample string 5</ShortText>
<StockUnit>sample string 6</StockUnit>
<Thickness>1.1</Thickness>
<TreeGroup>sample string 3</TreeGroup>
<WeightPerUnit>1.1</WeightPerUnit>
<Width1>1.1</Width1>
</SA_Products>
<SA_Products>
<Length1>1.1</Length1>
<Mandator>sample string 2</Mandator>
<ProductCode>1</ProductCode>
<ProductNo>sample string 1</ProductNo>
<SA_ProductTrans>true</SA_ProductTrans>
<SalePrice>1.1</SalePrice>
<SearchKey>sample string 4</SearchKey>
<ShortText>sample string 5</ShortText>
<StockUnit>sample string 6</StockUnit>
<Thickness>1.1</Thickness>
<TreeGroup>sample string 3</TreeGroup>
<WeightPerUnit>1.1</WeightPerUnit>
<Width1>1.1</Width1>
</SA_Products>
</ArrayOfSA_Products>