Create an allowance and associate it with a location

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

allowance

object

required

allowanceobject

locationUuid

uuid

Location UUID to associate the allowance with

locationGroupUuid

uuid

Location group UUID to associate the allowance with

``201 Allowance created and associated successfully

``400

Bad request

``500

Internal server error

Updatedabout 2 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

--url https://services.fountain.com/api/serviceattendance/processes/allowances/createAndAssociate \

--header 'accept: application/json' \

--header 'content-type: application/json' \

--data '

{

"allowance": {

"type": "allowance",

"flatRate": {

"currency": "USD"

}

}

}

'

application/json

``201

Updatedabout 2 months ago