Parties

Creates a party. Use the returned id to set the customer relationship on a tracking request or to assign party roles.

post/parties

Request body

Example request

{
  "data": {
    "attributes": {
      "company_name": "COMPANY NAME"
    }
  }
}

Response

Party Created

Changes