GET api/InvTotals?dx={dx}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dx | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InvTotalsName | Description | Type | Additional information |
---|---|---|---|
strKey | string |
None. |
|
dtRegistered | date |
None. |
|
bIsGroup | boolean |
None. |
|
ulProductKey | integer |
None. |
|
ulGroupKey | integer |
None. |
|
bPriceType | boolean |
None. |
|
enUOM | string |
None. |
|
ulPacks | integer |
None. |
|
ulQty | integer |
None. |
|
ulNormalPrice | integer |
None. |
|
ulNormalUnitPrice | integer |
None. |
|
bDelete | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<ArrayOfInvTotals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPUAPI"> <InvTotals> <bDelete>true</bDelete> <bIsGroup>true</bIsGroup> <bPriceType>true</bPriceType> <dtRegistered>2024-11-28T04:50:20.8139564+01:00</dtRegistered> <enUOM>sample string 2</enUOM> <strKey>sample string 1</strKey> <ulGroupKey>1</ulGroupKey> <ulNormalPrice>1</ulNormalPrice> <ulNormalUnitPrice>1</ulNormalUnitPrice> <ulPacks>1</ulPacks> <ulProductKey>1</ulProductKey> <ulQty>1</ulQty> </InvTotals> <InvTotals> <bDelete>true</bDelete> <bIsGroup>true</bIsGroup> <bPriceType>true</bPriceType> <dtRegistered>2024-11-28T04:50:20.8139564+01:00</dtRegistered> <enUOM>sample string 2</enUOM> <strKey>sample string 1</strKey> <ulGroupKey>1</ulGroupKey> <ulNormalPrice>1</ulNormalPrice> <ulNormalUnitPrice>1</ulNormalUnitPrice> <ulPacks>1</ulPacks> <ulProductKey>1</ulProductKey> <ulQty>1</ulQty> </InvTotals> </ArrayOfInvTotals>
application/json, text/json
Sample:
[ { "strKey": "sample string 1", "dtRegistered": "2024-11-28T04:50:20.8139564+01:00", "bIsGroup": true, "ulProductKey": 1, "ulGroupKey": 1, "bPriceType": true, "enUOM": "sample string 2", "ulPacks": 1, "ulQty": 1, "ulNormalPrice": 1, "ulNormalUnitPrice": 1, "bDelete": true }, { "strKey": "sample string 1", "dtRegistered": "2024-11-28T04:50:20.8139564+01:00", "bIsGroup": true, "ulProductKey": 1, "ulGroupKey": 1, "bPriceType": true, "enUOM": "sample string 2", "ulPacks": 1, "ulQty": 1, "ulNormalPrice": 1, "ulNormalUnitPrice": 1, "bDelete": true } ]