Skip to main content
POST
/
association
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "address": "<string>",
  "mailingAddress": "<string>",
  "contacts": [
    {
      "name": "<string>",
      "phoneNumber": "<string>",
      "emailAddress": "<string>",
      "isRepresentative": true
    }
  ],
  "taxNumber": "<string>",
  "identifier": "<string>",
  "allianceIdentifier": "<string>",
  "profilePicture": "<string>",
  "deletedAt": "2023-11-07T05:31:56Z",
  "isDeleted": true
}

Body

name
string | null
address
string | null
mailingAddress
string | null
contacts
object[] | null
taxNumber
string | null
allianceIdentifier
string | null

Response

Created

id
string<uuid>
createdAt
string<date-time>
updatedAt
string<date-time>
name
string | null
address
string | null
mailingAddress
string | null
contacts
object[] | null
taxNumber
string | null
identifier
string | null
allianceIdentifier
string | null
profilePicture
string | null
deletedAt
string<date-time> | null
isDeleted
boolean