/
CompanySummary
CompanySummary
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the Company. |
chainId | Integer | true | |
profileType | ProfileType | true | |
chainProfileGroupId | Integer | false | |
chainProfileTypeId | Integer | false | |
code | String | true | |
name | String | true | |
extendedName | String | false | |
taxId | String | false | |
iata | String | false | |
languageId | Integer | false | |
remark | String | false | |
primaryAddressStreet | String | false | |
primaryAddressStateProvName | String | false | |
primaryAddressStateProvId | Integer | false | |
primaryAddressPostalCode | String | false | |
primaryAddressCountryId | Integer | false | |
primaryPhoneNumber | String | false | |
primaryEmail | String | false | |
anonymizationDate | LocalDate | false | |
assignedUser | User | false | |
active | Boolean | true | |
inactiveReason | String | false | |
entityProtected | Boolean | false |
JSON representation
{ "id": 20, "chainId": 1, "profileType": { "id": 3, "code": null, "name": "Travel agent", "nameI18n": null, "nameI18nId": null, "colorCode": null }, "chainProfileGroupId": null, "chainProfileTypeId": 1, "code": "TESIP", "name": "Tesipro", "extendedName": null, "taxId": "1234", "iata": null, "languageId": null, "remark": "Company Remarks", "primaryDocumentNationalityCountryId": null, "primaryDocumentCountryOfIssuanceId": null, "primaryAddressStreet": "85 Caliangt Road", "primaryAddressCity": "Metairie", "primaryAddressStateProvName": "Louisiana", "primaryAddressStateProvId": null, "primaryAddressPostalCode": "70033", "primaryAddressCountryId": 76, "primaryPhoneNumber": "1-(504)229-6280", "primaryEmail": "dnicholsox@posterous.com", "anonymizationDate": null, "assignedUser": { "id": 14, "userName": "Tesipro" }, "active": true, "inactiveReason": null, "entityProtected": null }
, multiple selections available,
Related content
Company
Company
More like this
CompanyTaxAddress
CompanyTaxAddress
More like this
CompanyAccounting
CompanyAccounting
More like this
CompanyAddress
CompanyAddress
More like this
Customer
Customer
More like this
CustomerAccounting
CustomerAccounting
More like this