POST Webshop/GetWebshopUserAvailableBudget
Verkrijg het nog te besteden bedrag voor een webshopgebruiker van een jaar budget
Request Information
URI Parameters
None.
Body Parameters
WebshopUserAvaibleBudgetFilterName | Description | Type | Additional information |
---|---|---|---|
WebshopUserId | integer |
Required |
|
IgnoreOrderstatusIds |
Gebruik alleen orders die niet de meegestuurde orderstatus hebben |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "WebshopUserId": 1, "IgnoreOrderstatusIds": [ 1, 2 ] }
application/xml, text/xml
Sample:
<WebshopUserAvaibleBudgetFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.Filters"> <IgnoreOrderstatusIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </IgnoreOrderstatusIds> <WebshopUserId>1</WebshopUserId> </WebshopUserAvaibleBudgetFilter>
Response Information
Resource Description
Logic4ResponseOfNullableOfDecimalName | Description | Type | Additional information |
---|---|---|---|
Value | decimal number |
None. |
|
ValidationMessages |
Eventuele foutmeldingen |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": 1.0, "ValidationMessages": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
Sample:
<Logic4ResponseOfNullableOfdecimal5F2dSckg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.ResponseModels"> <ValidationMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ValidationMessages> <Value>1</Value> </Logic4ResponseOfNullableOfdecimal5F2dSckg>