/v2/filters/{id}/amounts

Add spend for filter

If start is the same as end it spend would created for a single day. If start and end are different it would take value and divide it by number of days between start and end, then each single day it would be have a proportional spend value. For example: start=2024-12-01, end=2024-12-05, value=1000 it would result that each day would have 200 as spent amount.

Path Params
int32
required
Defaults to null
Body Params
date
required

Spend period start

date
required

Spend period end, use the same as start if it is spend for a single day

int32
required

Spent amount per period in cents, e.g. enter 1150 for 11.50

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json