Apply template
A template allows you to modify the appearance of a container in the map.
Apply a template to a container
Headers
Name | Description |
---|---|
Content-Type | Always put: application/json |
api-version | Always put : 1.0 |
Authorization | API key provided by Find & Order. Format: Bearer {api-key} |
Body
{
"idContainer": {idContainer},
"idTemplate": {idTemplate}
}
It's possible to retrieve the list of available Templates by calling the getAllTemplates event from the SDK.
Remove all templates from a container
Headers
Name | Description |
---|---|
Content-Type | Always put: application/json |
api-version | Always put: 1.0 |
Authorization | API key provided by Find & Order. Format: Bearer {api-key} |
Body
{
"idContainer": {idContainer}
}