GET api/v1/{posId}/commissions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Commission| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNo | string |
None. |
|
| Amount | decimal number |
None. |
|
| AmountInclVAT | decimal number |
None. |
|
| Code | string |
None. |
|
| CustomerAmount | decimal number |
None. |
|
| CustomerAmountInclVAT | decimal number |
None. |
|
| CustomerNo | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Description | string |
None. |
|
| PrintAmount | boolean |
None. |
|
| PrintDescription | boolean |
None. |
|
| StoreID | string |
None. |
|
| Type | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountNo": "sample string 1",
"Amount": 1.0,
"AmountInclVAT": 1.0,
"Code": "sample string 2",
"CustomerAmount": 3.0,
"CustomerAmountInclVAT": 1.0,
"CustomerNo": "sample string 4",
"DateFrom": "2025-12-06T05:41:21.4660948+01:00",
"DateTo": "2025-12-06T05:41:21.4660948+01:00",
"Description": "sample string 5",
"PrintAmount": true,
"PrintDescription": true,
"StoreID": "sample string 6",
"Type": 7
},
{
"AccountNo": "sample string 1",
"Amount": 1.0,
"AmountInclVAT": 1.0,
"Code": "sample string 2",
"CustomerAmount": 3.0,
"CustomerAmountInclVAT": 1.0,
"CustomerNo": "sample string 4",
"DateFrom": "2025-12-06T05:41:21.4660948+01:00",
"DateTo": "2025-12-06T05:41:21.4660948+01:00",
"Description": "sample string 5",
"PrintAmount": true,
"PrintDescription": true,
"StoreID": "sample string 6",
"Type": 7
}
]
text/html
Sample:
[{"AccountNo":"sample string 1","Amount":1.0,"AmountInclVAT":1.0,"Code":"sample string 2","CustomerAmount":3.0,"CustomerAmountInclVAT":1.0,"CustomerNo":"sample string 4","DateFrom":"2025-12-06T05:41:21.4660948+01:00","DateTo":"2025-12-06T05:41:21.4660948+01:00","Description":"sample string 5","PrintAmount":true,"PrintDescription":true,"StoreID":"sample string 6","Type":7},{"AccountNo":"sample string 1","Amount":1.0,"AmountInclVAT":1.0,"Code":"sample string 2","CustomerAmount":3.0,"CustomerAmountInclVAT":1.0,"CustomerNo":"sample string 4","DateFrom":"2025-12-06T05:41:21.4660948+01:00","DateTo":"2025-12-06T05:41:21.4660948+01:00","Description":"sample string 5","PrintAmount":true,"PrintDescription":true,"StoreID":"sample string 6","Type":7}]
application/xml, text/xml
Sample:
<Root>
<Data>
<AccountNo>sample string 1</AccountNo>
<Amount>1</Amount>
<AmountInclVAT>1</AmountInclVAT>
<Code>sample string 2</Code>
<CustomerAmount>3</CustomerAmount>
<CustomerAmountInclVAT>1</CustomerAmountInclVAT>
<CustomerNo>sample string 4</CustomerNo>
<DateFrom>2025-12-06T05:41:21.4660948+01:00</DateFrom>
<DateTo>2025-12-06T05:41:21.4660948+01:00</DateTo>
<Description>sample string 5</Description>
<PrintAmount>true</PrintAmount>
<PrintDescription>true</PrintDescription>
<StoreID>sample string 6</StoreID>
<Type>7</Type>
</Data>
<Data>
<AccountNo>sample string 1</AccountNo>
<Amount>1</Amount>
<AmountInclVAT>1</AmountInclVAT>
<Code>sample string 2</Code>
<CustomerAmount>3</CustomerAmount>
<CustomerAmountInclVAT>1</CustomerAmountInclVAT>
<CustomerNo>sample string 4</CustomerNo>
<DateFrom>2025-12-06T05:41:21.4660948+01:00</DateFrom>
<DateTo>2025-12-06T05:41:21.4660948+01:00</DateTo>
<Description>sample string 5</Description>
<PrintAmount>true</PrintAmount>
<PrintDescription>true</PrintDescription>
<StoreID>sample string 6</StoreID>
<Type>7</Type>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.