Top up prices - OBSOLETE API

List Top up prices

URL

https://dev.v3manager.com/demo/api/voucherPrice

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/voucherPrice"

Count Top up prices

URL

https://dev.v3manager.com/demo/api/voucherPrice/count

HTTP Method

GET

Sum Top up prices

URL

https://dev.v3manager.com/demo/api/voucherPrice/sum

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/voucherPrice/sum?field=total&search=["created",">","05-07-2023"]" Encoded: curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/voucherPrice/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"

Parameters

Name Type Required
field string yes
filter array no

Load by id

URL

https://dev.v3manager.com/demo/api/voucherPrice/:id

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/voucherPrice/22"

Create or update Top up prices

URL

https://dev.v3manager.com/demo/api/voucherPrice

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
updateUserName Updated by string No
updateUser Updated by int Yes
amount Top up amount int No
createUser Created by int Yes
createUserName Created by string No
description Description text No
online Available online bool No
tagFilter Filter tag int No
tagFilterName Filter tag string No
updated Update date datetime Yes
created Creation date datetime Yes
price Price currency No
id ID int Yes
typeName Type string No
type Type int No