Create Account limit
https://api.ocamba.com/v2/ocamba/accounts/{id}/limits
https://api.ocamba.com/v2/ocamba/accounts/{id}/limits
Creates a new Account limit object
Name
Descriptionaccount_idstringrequired
Unique account identifier defined as a path parameter.Example: 12345
Name
Descriptionitemstringrequired
Depends on the type. If type is budget allowed values are income and expense. If type is frequency allowed values are: impressions, clicks and conversions.Example: income
Possible values: income | expense | impressions | clicks | conversions
periodstringrequired
Describe the period of the limit.Example: day
Possible values: hour | day | month | lifetime
typestringrequired
Represent the type of the account limit.Example: budget
Possible values: budget | frequency
valueintegerrequired
Value of the upper limit.Example: 1
201 - Created
note
1 Unique constraint is defined on a combination of the following fields: type, item and period. If you try to create two AccountLimit objects with same values on this combination of fields, the second object will be considered as `Duplicate entry` and your request will be rejected.