PUT api/InvTotals/{id}?dx={dx}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
dx | string |
Required |
Body Parameters
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. |
Request Formats
application/xml, text/xml
Sample:
<InvTotals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPUAPI"> <bDelete>true</bDelete> <bIsGroup>true</bIsGroup> <bPriceType>true</bPriceType> <dtRegistered>2024-11-28T04:39:41.692836+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>
application/json, text/json
Sample:
{ "strKey": "sample string 1", "dtRegistered": "2024-11-28T04:39:41.692836+01:00", "bIsGroup": true, "ulProductKey": 1, "ulGroupKey": 1, "bPriceType": true, "enUOM": "sample string 2", "ulPacks": 1, "ulQty": 1, "ulNormalPrice": 1, "ulNormalUnitPrice": 1, "bDelete": true }
Response Information
Resource Description
None.