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
customerCustomertrueCustomer related to this data
invoiceStringtrueSerie + invoice number
totalAccommodationRevenueBigDecimaltrue
totalServiceRevenueBigDecimaltrue
totalRevenueBigDecimaltrue
totalAccommodationRevenueBeforeTaxBigDecimaltrue
totalServiceRevenueBeforeTaxBigDecimaltrue
totalRevenueBeforeTaxBigDecimaltrue

JSON representation

{
	"customer": {
		"id": 159,
		"name": "Abata",
		"customerDocumentList": null,
		"customerEmailList": [{
			"id": 159,
			"primary": true,
			"emailAddressType": {
				"id": 1,
				"code": "1",
				"name": "Personal",
				"nameI18n": "Personal"
			},
			"email": "wberry3s@amazon.com",
			"remark": null
		}],
		"customerAddressList": [{
			"id": 159,
			"primary": true,
			"communicationLocationType": {
				"id": 1,
				"code": "1",
				"name": "Home",
				"nameI18n": "Home"
			},
			"street": "16381 Mariners Cove Crossing",
			"city": "Oakland",
			"stateProvName": "California",
			"stateProvCode": null,
			"postalCode": "94616",
			"countryCode": "FM",
			"remark": "Address Remark"
		}],
		"customerPhoneList": [{
			"id": 159,
			"primary": true,
			"phoneLocationType": {
				"id": 6,
				"code": "6",
				"name": "Home",
				"nameI18n": "Home"
			},
			"phoneTechType": {
				"id": 1,
				"code": "1",
				"name": "Voice",
				"nameI18n": "Voice"
			},
			"countryAccessCode": "+34",
			"areaCityCode": "B",
			"phoneNumber": "1-(510)486-6274",
			"extension": "1",
			"remark": "Phone Remark"
		}],
		"remark": "Company Remarks",
		"profileType": {
			"code": "2",
			"name": "Company",
			"nameI18n": "Company",
			"colorCode": "#00ACC1"
		},
		"customerCustomFieldValueList": null
	},
	"invoice": "IN162",
	"totalAccommodationRevenue": 120.000000,
	"totalServiceRevenue": 120.000000,
	"totalRevenue": 120.000000,
	"totalAccommodationRevenueBeforeTax": 109.090908,
	"totalServiceRevenueBeforeTax": 109.090908,
	"totalRevenueBeforeTax": 109.090908
}
  • No labels