| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [optional] | |
| idNumber | String | [optional] | |
| name | String | [optional] | |
| fullName | String | [optional] | |
| notes | String | [optional] | |
| billingAddress | AddressDTO | [optional] | |
| correspondenceAddress | AddressDTO | [optional] | |
| contact | ContactDTO | [optional] | |
| branchId | Long | [optional] | |
| leadSourceId | Long | [optional] | |
| customFields | List<CustomFieldDTO> | [optional] | |
| status | StatusEnum | [optional] | |
| competencies | CompetenciesDTO | [optional] | |
| persons | List<ProviderPersonDTO> | [optional] |
| Name | Value |
|---|---|
| ACTIVE | "ACTIVE" |
| INACTIVE | "INACTIVE" |
| WAITING_FOR_APPROVAL | "WAITING_FOR_APPROVAL" |
| REJECTED | "REJECTED" |
| TOO_EXPENSIVE | "TOO_EXPENSIVE" |
| INCOMPLETE_DATA | "INCOMPLETE_DATA" |
| POTENTIAL | "POTENTIAL" |
| NOT_CONFIRMED | "NOT_CONFIRMED" |