Alias

Create

Create a new Alias record.

post/api/cp/alias

Request body

idinteger

Id

company_idinteger

Company Id (references company.id)

currentstring required

Current

newstring required

New

Example request

{
  "id": 12345,
  "company_id": 1,
  "current": "example_current",
  "new": "example_new"
}

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.