https://dev.v3manager.com/demo/api/subscriptionAddon
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/subscriptionAddon"
https://dev.v3manager.com/demo/api/subscriptionAddon/count
GET
https://dev.v3manager.com/demo/api/subscriptionAddon/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/subscriptionAddon/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/subscriptionAddon/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"
Name | Type | Required |
---|---|---|
field | string | yes |
filter | array | no |
https://dev.v3manager.com/demo/api/subscriptionAddon/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/subscriptionAddon/22"
https://dev.v3manager.com/demo/api/subscriptionAddon
POST
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUserName | Updated by | string | No | |
updateUser | Updated by | int | Yes | |
accumulative | Cumulative | bool | No | |
customer | Customer | string | No | |
createUserName | Created by | string | No | |
createUser | Created by | int | Yes | |
deleted | Removed | bool | Yes | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
end | End | date | No | |
start | Home | date | No | |
comments | Private observations | text | No | |
percentage | Share percentage | float | No | The price of the addon will be determined by applying the specified percentage to the value of the fee. You cannot use custom price and percentage in the same addon. You have to choose one or the other. The calculation of the price of the addon will be carried out by applying the specified percentage to the value of the fee. It is not possible to combine a custom price with a percentage in the same addon; Only one option must be selected. |
price | Custom price | currency | No | |
productName | Product | string | No | |
product | Product | int | No | |
id | ID | int | Yes | |
subscriptionCustomer | int | No |