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 4 Next »

Structure

FieldTypeRequiredDescription
reservationRoomStayGuestReservationRoomStayGuesttrueGuest related to this data
invoiceStringtrueSerie + invoice number
totalAccommodationRevenueBigDecimaltrue
totalServiceRevenueBigDecimaltrue
totalRevenueBigDecimaltrue
totalAccommodationRevenueBeforeTaxBigDecimaltrue
totalServiceRevenueBeforeTaxBigDecimaltrue
totalRevenueBeforeTaxBigDecimaltrue

JSON representation

{
	"reservationRoomStayGuest": {
		"id": 345,
		"documentType": {
			"id": 2,
			"code": "P",
			"name": "Passport",
			"nameI18n": "Passport"
		},
		"documentNumber": "nAlGytkN",
		"givenName": "Tammy",
		"surName": "Daphnée",
		"secondSurName": "Nguyen",
		"genderType": {
			"id": 2,
			"code": "F",
			"name": "Female",
			"nameI18n": "Female"
		},
		"birthDate": "2003-06-11",
		"birthCountryCode": "KI",
		"birthPlace": "Spokane",
		"effectiveDate": "2020-06-11",
		"expireDate": "2023-06-11",
		"street": "07347 Loeprich Pass",
		"city": "Spokane",
		"stateProvName": "Washington",
		"stateProvCode": null,
		"countryCode": "KI",
		"postalCode": "99205",
		"nationalityCountryCode": "KI",
		"countryOfIssuanceCode": "KI",
		"ocr": null,
		"email": "mreed59@dyndns.org",
		"phoneNumber": "1-(509)515-9095",
		"allowMarketing": null,
		"allowThirdParty": null,
		"language": null
	},
	"invoice": "IN279",
	"totalAccommodationRevenue": 316.100000,
	"totalServiceRevenue": 316.100000,
	"totalRevenue": 316.100000,
	"totalAccommodationRevenueBeforeTax": 287.636364,
	"totalServiceRevenueBeforeTax": 287.636364,
	"totalRevenueBeforeTax": 287.636364
}
  • No labels