FolioInvoiceOwner

FolioInvoiceOwner

Structure

FieldTypeRequiredDescription
reservationReservationfalse
reservationRoomStayReservationRoomStayfalse
reservationGroupReservationGroupfalse
companyCompanyfalse
customerCustomerfalse
travelAgentTravelAgentfalse

JSON representation

{
	"reservation": null,
	"reservationRoomStay": null,
	"reservationGroup": null,
	"deposit": null,
	"customer": null,
	"company": {
		"id": 22,
		"name": "Tesipro MAD",
		"code": "TESMA",
		"taxId": "ABCDE",
		"companyEmailList": null,
		"companyAddressList": [{
			"id": 22,
			"primary": true,
			"communicationLocationType": {
				"id": 1,
				"code": "1",
				"name": "Home",
				"nameI18n": "Home"
			},
			"street": "9 Weeping Birch Crossing",
			"city": "Orange",
			"stateProvName": "Soria",
			"stateProvCode": "ES-SO",
			"postalCode": "92862",
			"countryCode": "ES",
			"remark": "Address Remark"
		}],
		"companyPhoneList": null,
		"companyTaxAddress": {
			"id": 3,
			"communicationLocationType": null,
			"street": "9 Weeping Birch Crossing",
			"city": "Orange",
			"stateProvName": "Cáceres",
			"stateProvCode": "ES-CC",
			"postalCode": "92862",
			"countryCode": "ES",
			"remark": "Address Remark"
		},
		"remark": "Company Remarks",
		"assignedUser": null,
		"profileType": null
	},
	"travelAgent": null
}

Related content