Supplier

accountNumber
string or null

The account number of the supplier.

object (Address)
contactName
string or null

The name of the supplier contact.

email
string or null

The email of the supplier.

id
required
string <uuid>

The unique identifier of the supplier.

name
required
string

The name of the supplier.

object (PhoneDetails)
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "accountNumber": "string",
  • "address": {
    },
  • "contactName": "string",
  • "phoneDetails": {
    },
  • "email": "string"
}