Spend request approved

Sent when an existing spend request is approved.

Payload

The payload of this webhook request is an object.
spend_request_idstringRequiredRead-only<=40 characters
urlstringRequiredRead-only
external_idstring or nullRequiredRead-only
titlestringRequiredRead-only<=100 characters
descriptionstringRequiredRead-only<=500 characters
amountstringRequiredRead-onlyformat: "decimal"
amount_typeenumRequired
  • DAY_RATE - Day rate
  • TOTAL - Total
Allowed values:
currencyenumRequired
* `AUD` - $ AUD * `CAD` - $ CAD * `CHF` - ₣ CHF * `CZK` - Kč CZK * `DKK` - kr DKK * `EUR` - € EUR * `GBP` - £ GBP * `HKD` - $ HKD * `NOK` - kr NOK * `NZD` - $ NZD * `PLN` - zł PLN * `SEK` - kr SEK * `SGD` - $ SGD * `AED` - د.إ AED * `USD` - $ USD * `ZAR` - R ZAR
custom_fieldslist of objectsRequiredRead-only

Response

200
any
Return a 200 status to indicate that the data was received successfully.