Spending Plan
Spending Plan webhooks notify you when a spending_plan is created, updated, or deleted.
| Field | Data Type | Description |
|---|---|---|
created_at | Integer | The date and time the spending_plan was created, given in Unix epoch time. |
current_iteration_number | Integer | The current active associated spending_plan_iteration number for a given spending_plan. |
guid | String | The unique identifier for the spending_plan. Defined by MX. |
updated_at | Integer | The date and time the spending_plan was last updated, given in Unix epoch time. |
user_guid | String | The unique identifier for the user to which the spending_plan belongs. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user associated with the spending_plan. |
Example Payload
Language:json