Most of our content is Publicly accessible. However some content is Private and you will be asked to create an account the first time you try to access this content.
Private content is only available to our existing customers.

POST /ExcludedLocations

Prev Next

⚠️ This endpoint is deprecated as these business rules are managed in the Wair customer portal.

GENERAL INFORMATION

Use this endpoint to create excluded locations. Which means exclude locations from the recommendations.  Direct link to Swagger documentation:

https://public-api-dev.wair.cloud/swagger/index.html#/Settings/post_api_v1_ExcludedLocations

REQUEST

Authentication

Bearer token, information on page POST /Token

Headers

Name

Description

Example

X-Tenant

Tenant code supplied by Wair

“TENANT”

QueryParameters:

Name

Description

Example

fullLoad

See documentation: Integration core principles

true

Body example:

{
  "excludedLocations": [
    {
      "excludedLocationId": "guid01",
      "locationId": "guid01"
    }
  ]
}

Additional information:

excludedLocationId= unique identifier of this action (also needed in case of deleting this exclusion).

locationId= id of location you want to exclude

RESPONSE

StatusCodes:

200 = OK.

401 = Unauthorized, which means an expired/missing/invalid token.

400 = Bad request, see body of the response to check which validation errors have occured.

500 = System error, see body of the response to check which error has occured or contact integration support.

Body Example:

No body in the response.