CompanySummary

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the Company.
chainIdIntegertrue
profileTypeProfileTypetrue
chainProfileGroupIdIntegerfalse
chainProfileTypeIdIntegerfalse
codeStringtrue
nameStringtrue
extendedNameStringfalse
taxIdStringfalse
iataStringfalse
languageIdIntegerfalse
remarkStringfalse
primaryAddressStreetStringfalse
primaryAddressStateProvNameStringfalse
primaryAddressStateProvIdIntegerfalse
primaryAddressPostalCodeStringfalse
primaryAddressCountryIdIntegerfalse
primaryPhoneNumberStringfalse
primaryEmailStringfalse
anonymizationDateLocalDatefalse
assignedUserUserfalse
activeBooleantrue
inactiveReasonStringfalse
entityProtectedBooleanfalse

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
}