Tax Exemption

Create Tax Exemption Order

Create Tax Exemption Order

post
/taxes/tax-exemption-orders

Create a new tax exemption order for the given entity.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
entityIdstring · uuidRequired

Unique entity identification in UUID format

entityTypestring · enumRequired

Type of the entity.

Possible values:
fsaTypestring · enumRequired

The type of the fsa

Possible values:
fsaAmountnumber · decimalRequired

The amount to allocate for FSA (must be positive)

fsaValidFromstring · dateOptional

Date from which the allocation becomes valid (optional, it will be January 1st if not provided)

fsaValidUntilstring · dateOptional

Date until which the allocation is valid (optional, must be December 31st if provided)

Responses
chevron-right
200

OK

application/json
post
/taxes/tax-exemption-orders
200

OK

Update Tax Exemption Order

Update Tax Exemption Order

patch
/taxes/tax-exemption-orders/{taxExemptionOrderId}

Update tax exemption order

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
taxExemptionOrderIdstring · uuidRequired

Tax exemption order ID

Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
fsaAmountnumber · decimalOptional

The amount to allocate for FSA (must be positive)

fsaValidUntilstring · dateOptional

Date until which the allocation is valid (optional, must be December 31st if provided)

Responses
patch
/taxes/tax-exemption-orders/{taxExemptionOrderId}

No content

Get Tax Exemption Orders

Get Tax Exemption Orders

get
/taxes/tax-exemption-orders

Get a list of tax exemption orders

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
cursorstringOptional

String value used for pagination

limitinteger · min: 1Required

Maximum number of items to return

Default: 20
taxExemptionOrderIdstring · uuidOptional

Tax exemption order ID

entityIdstring · uuidOptional

Unique entity identification in UUID format

statusstring · enumOptional

The status of the tax exemption order

Possible values:
Responses
chevron-right
200

OK

application/json
get
/taxes/tax-exemption-orders

Get Tax Exemption Order

Get Tax Exemption Order

get
/taxes/tax-exemption-orders/{taxExemptionOrderId}

Get tax exemption order

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
taxExemptionOrderIdstring · uuidRequired

Tax exemption order ID

Responses
chevron-right
200

OK

application/json
get
/taxes/tax-exemption-orders/{taxExemptionOrderId}

Last updated