Route Strategy

Create

Create a new Route Strategy record.

post/api/cp/route-strategy

Request body

idinteger

Id

account_idinteger

Account Id (references account.id)

namestring required

Name

strategystring

Strategy

cardsobject

Cards

override_routinginteger required

Override Routing

Example request

{
  "id": 12345,
  "account_id": 1,
  "name": "Example Name",
  "strategy": "example_strategy",
  "cards": "example_cards",
  "override_routing": 1
}

Response

Successful response

statusstring

Operation status

Example response

{
  "id": 12345,
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.