Skip to content

Sets the options for region.

POST
/api/region/{regionId}/options

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

regionId*

which region to set options for

Typeinteger
Required
Pattern"\\d+"

Request Body

application/json
JSON
{
"enableReportButton": null,
"enableMediationButton": null,
"regionPickupRuleActive": null,
"regionPickupRuleTimespan": null,
"regionPickupRuleLimit": null,
"regionPickupRuleLimitDay": null,
"regionPickupRuleInactive": null,
"selectedReportReasonOptions": null,
"enableReportReasonOther": null
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python