Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Structure

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

JSON representation

{
	"id": 20,
	"chainId": 1,
	"profileTypeId": 2,
	"chainProfileGroupId": null,
	"chainProfileTypeId": 1,
	"code": "TESIP",
	"name": "Tesipro",
	"extendedName": null,
	"taxId": "1234",
	"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": null,
	"active": true,
	"inactiveReason": null,
	"entityProtected": null
}
  • No labels