This API operation returns the price plans used for selling access to the user's private gallery.
GET
/v1/pictures/getPricePlans
Property | Type | Description |
---|---|---|
UserID |
integer | Required. The User ID of the AdultWork.com member profile you wish the API to return the price plan of. |
VATIPAddress |
string | If supplied it will check the country of that IP address and add the local VAT to the price. For example: IP addresses from the UK will add 20 % to the price. |
VATUserID |
integer | If supplied it will overrule VATIPAddress . It will get the users vat details and add the vat to the price. |
Parameters can be passed to this operation using the HTTP GET method.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
Your API-Key is required with every request and can be passed in as a header or a query-string parameter. Don't have an API-Key? Get one now.
Property | Type | Description |
---|---|---|
PricePlans |
Array of aws:PricePlans | List of PricePlans. |
The following example shows the price plans of a user.