Skip to main content
PATCH
Upsert the tenant's receipt request configs for every country at once

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

The tenant's receipt request configs, keyed by country. Used to create the full set at once, and to update every country at once. The map keys make the countries unique and validate that each is a real country.

configs
Configs · object
required

Per-country settings, keyed by country.

Example:

Response

Successful Response

{key}
ReceiptRequestConfigSettings · object

One country's receipt request settings. Serves as both the request value and the response value; the country is the map key, not a field here.