Skip to content

Commit

Permalink
Add some ContactPayloadItem fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Durand-Tremblay committed May 12, 2020
1 parent 00d2bd8 commit 0638e46
Show file tree
Hide file tree
Showing 8 changed files with 4,006 additions and 19 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Class | Method | HTTP request | Description
- [LegacyContactAddress](docs/Model/LegacyContactAddress.md)
- [LegacyContactContact](docs/Model/LegacyContactContact.md)
- [LegacyContactContactPayloadItem](docs/Model/LegacyContactContactPayloadItem.md)
- [LegacyContactContactPayloadItemAllOf](docs/Model/LegacyContactContactPayloadItemAllOf.md)
- [LegacyDocumentBase64FilePayload](docs/Model/LegacyDocumentBase64FilePayload.md)
- [LegacyDocumentBase64FilePayloadItem](docs/Model/LegacyDocumentBase64FilePayloadItem.md)
- [LegacyDocumentBase64FilePayloadItemAllOf](docs/Model/LegacyDocumentBase64FilePayloadItemAllOf.md)
Expand Down
10 changes: 10 additions & 0 deletions docs/Model/LegacyContactContact.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | Unique id | [optional]
**uuid** | [**AnyType**](.md) | Contact UUID | [optional]
**typeContact** | **string** | type of the contact | [optional]
**indOrg** | **string** | type INDIVIDUAL OR ORGANIZATION | [optional]
**displayName** | **string** | display name of the contact | [optional]
**firstName** | **string** | first name of the contact | [optional]
**middleName** | **string** | middle name of the contact | [optional]
**lastName** | **string** | last name of the contact | [optional]
**corporationName** | **string** | first line of corporation name (Organization) | [optional]
**corporationNameLine2** | **string** | second line of corporation name (Organization) | [optional]
**rank** | **string** | rank of the contact. (Industrial Alliance only) | [optional]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
54 changes: 54 additions & 0 deletions docs/Model/LegacyContactContactPayloadItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,60 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | Unique id | [optional]
**uuid** | [**AnyType**](.md) | Contact UUID | [optional]
**typeContact** | **string** | type of the contact | [optional]
**indOrg** | **string** | type INDIVIDUAL OR ORGANIZATION | [optional]
**displayName** | **string** | display name of the contact | [optional]
**firstName** | **string** | first name of the contact | [optional]
**middleName** | **string** | middle name of the contact | [optional]
**lastName** | **string** | last name of the contact | [optional]
**corporationName** | **string** | first line of corporation name (Organization) | [optional]
**corporationNameLine2** | **string** | second line of corporation name (Organization) | [optional]
**rank** | **string** | rank of the contact. (Industrial Alliance only) | [optional]
**externalKey** | **string** | external key | [optional]
**externalKeyType** | **string** | External key type | [optional]
**gender** | **string** | Gender of the contact. Either MALE or FEMALE | [optional]
**sin** | **string** | sin of the contact | [optional]
**birthdate** | **string** | birthdate of the contact | [optional]
**smoker** | **string** | Smoker status of the contact. | [optional]
**smokerSince** | [**AnyType**](.md) | Smoker status since date. | [optional]
**phoneHome** | **string** | phone number of the contact at home | [optional]
**phoneHomeSecond** | **string** | second phone number of the contact at home | [optional]
**phoneAssistant** | **string** | assistant phone number of the contact | [optional]
**phoneOffice** | **string** | office phone number of the contact | [optional]
**phoneOfficeSecond** | **string** | second office phone number of the contact | [optional]
**phoneCell** | **string** | cell phone number of the contact | [optional]
**phonePager** | **string** | Pager phone number of the contact | [optional]
**phoneFax** | **string** | fax phone number of the contact | [optional]
**mainEmail** | **string** | main email of the contact | [optional]
**emailPersonal** | **string** | personal email of the contact | [optional]
**webSite** | **string** | Web Site URL. This represent the main website for the contact. | [optional]
**emailBusiness** | **string** | business email of the contact | [optional]
**emailOther** | **string** | business email of the contact | [optional]
**notes** | **string** | notes of the contact | [optional]
**peculiarity** | **string** | peculiarity of the contact | [optional]
**endFinancialYear** | **string** | End of the financial year (for organization) | [optional]
**language** | **string** | Language | [optional]
**active** | **string** | Active (boolean) | [optional]
**publish** | **string** | Publish (boolean) | [optional]
**title** | **string** | Title | [optional]
**suffix** | **string** | Suffix | [optional]
**civility** | **string** | Civility | [optional]
**civilityId** | **int** | Civility id | [optional]
**personAddressed** | **string** | Person Addressed (Correspondance) | [optional]
**organizationLine1** | **string** | Organization name (Correspondance) | [optional]
**organizationLine2** | **string** | Organization name - second line (Correspondance) | [optional]
**department** | **string** | Department (Correspondance) | [optional]
**customerNumber** | **string** | Customer Number | [optional]
**birthPlace** | **string** | Birth Place | [optional]
**nationality** | **string** | Nationality | [optional]
**orgDateCreated** | **string** | | [optional]
**orgDateClosed** | **string** | | [optional]
**dateEndFinancialYear** | **string** | | [optional]
**orgIdNo** | **string** | | [optional]
**orgFedNo** | **string** | | [optional]
**orgProvNo** | **string** | | [optional]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

Expand Down
53 changes: 53 additions & 0 deletions docs/Model/LegacyContactContactPayloadItemAllOf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# # LegacyContactContactPayloadItemAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**externalKey** | **string** | external key | [optional]
**externalKeyType** | **string** | External key type | [optional]
**gender** | **string** | Gender of the contact. Either MALE or FEMALE | [optional]
**sin** | **string** | sin of the contact | [optional]
**birthdate** | **string** | birthdate of the contact | [optional]
**smoker** | **string** | Smoker status of the contact. | [optional]
**smokerSince** | [**AnyType**](.md) | Smoker status since date. | [optional]
**phoneHome** | **string** | phone number of the contact at home | [optional]
**phoneHomeSecond** | **string** | second phone number of the contact at home | [optional]
**phoneAssistant** | **string** | assistant phone number of the contact | [optional]
**phoneOffice** | **string** | office phone number of the contact | [optional]
**phoneOfficeSecond** | **string** | second office phone number of the contact | [optional]
**phoneCell** | **string** | cell phone number of the contact | [optional]
**phonePager** | **string** | Pager phone number of the contact | [optional]
**phoneFax** | **string** | fax phone number of the contact | [optional]
**mainEmail** | **string** | main email of the contact | [optional]
**emailPersonal** | **string** | personal email of the contact | [optional]
**webSite** | **string** | Web Site URL. This represent the main website for the contact. | [optional]
**emailBusiness** | **string** | business email of the contact | [optional]
**emailOther** | **string** | business email of the contact | [optional]
**notes** | **string** | notes of the contact | [optional]
**peculiarity** | **string** | peculiarity of the contact | [optional]
**endFinancialYear** | **string** | End of the financial year (for organization) | [optional]
**language** | **string** | Language | [optional]
**active** | **string** | Active (boolean) | [optional]
**publish** | **string** | Publish (boolean) | [optional]
**title** | **string** | Title | [optional]
**suffix** | **string** | Suffix | [optional]
**civility** | **string** | Civility | [optional]
**civilityId** | **int** | Civility id | [optional]
**personAddressed** | **string** | Person Addressed (Correspondance) | [optional]
**organizationLine1** | **string** | Organization name (Correspondance) | [optional]
**organizationLine2** | **string** | Organization name - second line (Correspondance) | [optional]
**department** | **string** | Department (Correspondance) | [optional]
**customerNumber** | **string** | Customer Number | [optional]
**birthPlace** | **string** | Birth Place | [optional]
**nationality** | **string** | Nationality | [optional]
**orgDateCreated** | **string** | | [optional]
**orgDateClosed** | **string** | | [optional]
**dateEndFinancialYear** | **string** | | [optional]
**orgIdNo** | **string** | | [optional]
**orgFedNo** | **string** | | [optional]
**orgProvNo** | **string** | | [optional]

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)


Loading

0 comments on commit 0638e46

Please sign in to comment.