| accountNumber | string or null The account number of the supplier. |
object (Address) | |
| contactName | string or null The name of the supplier contact. |
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": {
- "regionCode": "string",
- "addressLines": [
- "string"
], - "revision": 0,
- "languageCode": "string",
- "postalCode": "string",
- "sortingCode": "string",
- "administrativeArea": "string",
- "locality": "string",
- "sublocality": "string"
}, - "contactName": "string",
- "phoneDetails": {
- "countryCode": "string",
- "countryIsoCode": "string",
- "nationalNumber": "string"
}, - "email": "string"
}