HomeGuidesAPIsReleasesDownloadsDeveloperEvents
Log In
Guides
These docs are for v2024.02.01. Click to read the latest docs for v2024.08.01.

Estimate next invoice - credit adjustment

{
	"eventType": "SERVICE_COMMERCIAL_BILLING_EST_NEXT_BILL",
	"tenantId": "8367f08d-ef04-4df8-9bf3-0ad519cf3be7",
	"eventDate": "2023-09-25 11:29:02",
	"data": {
		"accountIdentifier": "4d8e8d79-826e-4555-a404-6e12269bab20",
		"taxInclusive": true,
		"invoiceFrequency": "MONTHLY",
		"company": {
			"companyIdentifier": "co20230925122747",
			"companyName": "Simonis, Marquardt and Feeney",
			"companyType": "INDEPENDENT",
			"companyContact": {
				"contactIdentifier": "coco20230925122747",
				"name": {
					"title": "Mrs.",
					"forename": "Obie",
					"surname": "Langworth"
				},
				"address": {
					"building": "Unit 23",
					"line1": "94784 Lori Run",
					"line2": "Chapelton Retail Park",
					"line3": "Chapel",
					"city": "Raciney",
					"area": "Fife",
					"postcode": "KY2 6QJ",
					"countryCode": "GBR",
					"phone": "077000000",
					"email": "[email protected]"
				}
			}
		},
		"invoiceIdentifier": "10261",
		"invoiceDate": "2023-10-05",
		"dueDate": "2023-10-15",
		"invoicePeriod": {
			"startDate": "2023-10-04",
			"endDate": "2023-10-31"
		},
		"invoiceLanguage": "English",
		"invoiceMedia": "Email",
		"invoiceType": "Summary",
		"totalSubscriptionCharges": {
			"amount": 67.74,
			"currencyCode": "GBP"
		},
		"totalOneOffCharges": {
			"amount": 0,
			"currencyCode": "GBP"
		},
		"totalCharges": {
			"amount": 67.74,
			"currencyCode": "GBP"
		},
		"totalSubscriptionDiscounts": {
			"amount": 0,
			"currencyCode": "GBP"
		},
		"totalOneOffDiscounts": {
			"amount": 0,
			"currencyCode": "GBP"
		},
		"totalDiscounts": {
			"amount": 0,
			"currencyCode": "GBP"
		},
		"totalAdjustments": {
			"amount": -5,
			"currencyCode": "GBP"
		},
		"totalCancellationsExcludingVAT": {
			"amount": 0,
			"currencyCode": "GBP"
		},
		"totalCancellationsVAT": {
			"amount": 0,
			"currencyCode": "GBP"
		},
		"totalCancellationsIncludingVAT": {
			"amount": 0,
			"currencyCode": "GBP"
		},
		"totalExcludingVAT": {
			"amount": 62.74,
			"currencyCode": "GBP"
		},
		"totalVAT": {
			"amount": 13.55,
			"currencyCode": "GBP"
		},
		"totalIncludingVAT": {
			"amount": 76.29,
			"currencyCode": "GBP"
		},
		"outstandingTotalIncludingVAT": {
			"amount": 76.29,
			"currencyCode": "GBP"
		},
		"adjustments": {
			"credits": [{
				"amount": {
					"amount": -5,
					"currencyCode": "GBP"
				},
				"description": "Credit adjustment to account 4d8e8d79-826e-4555-a404-6e12269bab20",
				"repeatNumber": 1,
				"totalNumberOfRepeats": 2
			}]
		},
		"sites": [{
			"site": {
				"siteIdentifier": "si20230925122839",
				"siteName": "The gold Pants",
				"sitePostcode": "PC12 3RP"
			},
			"totalSubscriptionCharges": {
				"amount": 67.74,
				"currencyCode": "GBP"
			},
			"totalOneOffCharges": {
				"amount": 0,
				"currencyCode": "GBP"
			},
			"totalCharges": {
				"amount": 67.74,
				"currencyCode": "GBP"
			},
			"totalSubscriptionDiscounts": {
				"amount": 0,
				"currencyCode": "GBP"
			},
			"totalOneOffDiscounts": {
				"amount": 0,
				"currencyCode": "GBP"
			},
			"totalDiscounts": {
				"amount": 0,
				"currencyCode": "GBP"
			},
			"totalAdjustments": {
				"amount": 0,
				"currencyCode": "GBP"
			},
			"totalCancellations": {
				"amount": 0,
				"currencyCode": "GBP"
			},
			"totalExcludingVAT": {
				"amount": 67.74,
				"currencyCode": "GBP"
			},
			"totalVAT": {
				"amount": 13.55,
				"currencyCode": "GBP"
			},
			"totalIncludingVAT": {
				"amount": 81.29,
				"currencyCode": "GBP"
			},
			"subscriptions": [{
				"serviceName": "Music One",
				"serviceType": "SUBSCRIPTION",
				"serviceStatus": "ACTIVE",
				"agreementIdentifier": "SUBS-230925-122847",
				"taxCode": "STANDARD",
				"charges": [{
					"period": {
						"startDate": "2023-10-04",
						"endDate": "2023-10-31"
					},
					"amountExcludingVAT": {
						"amount": 67.74,
						"currencyCode": "GBP"
					}
				}]
			}]
		}]
	},
	"sourceId": "947e64e1-678e-42a0-e053-0100007f4dd6",
	"sourceName": "PW_SYSTEM",
	"sourceType": "USER",
	"entityId": "9680d967-dd5f-46c7-afb0-1ef23bd59221",
	"entityType": "COMPANY",
	"entityOperation": "O",
	"auditMessage": "Estimated next invoice generated"
}