Parties

Creates a new party

post/parties

Request body

Example request

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

Response

Party Created

Changes