On This Page

{#jumplink-list}  
[Markdown](/docs/vas/en-us/sis-pax/integration/all/rest/sis-pax/semi-integrated-solution-pax-get-started-intro/sis-ad-app-customize-intro/sis-ad-app-customize-param-rest-api-intro/sis-ad-app-customize-param-rest-api-ex-rest.md)  
Filter  
FILTER BY TAG

REST Example: Customizing Parameters Using a REST API Request {#sis-ad-app-customize-param-rest-api-ex-rest}
============================================================================================================

Request

```
{
    "type": "organization",
    "id": "{{organization id}}",
    "customizations":
    {
        "OPERATING_MODE": "SEMI_INTEGRATED",
        "TIPPING_TYPE": "TIP_AMOUNT",
        "SIGNATURE_TYPE": "ON_RECEIPT"
    }
}
```

Response to a Successful Request  
The body of the response is empty. A successful response is indicated with a `200 OK` status.

```
{
}
```

RELATED TO THIS PAGE

