CompanyAccounting

Structure

FieldTypeRequiredDescription
companyCompanytrue
accountingAccountStringtrue

JSON representation

{
	"company": {
		"id": 26779,
		"name": "Abata",
		"code": null,
		"taxId": "111928627Y",
		"iataId": null,
		"companyEmailList": null,
		"companyAddressList": [{
			"id": 1285,
			"primary": true,
			"communicationLocationType": {
				"id": 1,
				"code": "1",
				"name": "Home"
			},
			"street": null,
			"city": null,
			"stateProvName": null,
			"stateProvCode": null,
			"postalCode": null,
			"countryCode": "ES",
			"remark": null
		}],
		"companyPhoneList": null,
		"companyTaxAddress": null,
		"remark": null
	},
	"accountingAccount": "4300026779"
}