BACS Direct Debit responses

ADDACS

{
	"eventId": "GUID",
  "eventType": "SERVICE_COMMERCIAL_BACS_DD_RESPONSE",
	"tenantId": "GUID",
	"eventDate": "YYYY_MM_DD 00:00:00",
	"data": {
		"accountIdentifier": "string",
		"company": {
			"companyIdentifier": "string",
			"companyName": "string",
			"companyType": "string"
		},
		"adviceType": "ADDACS",
    "paymentMethodIdentifier": "string",
		"report": [{
			"date": "YYYY-MM-DD",
			"reasonCode": "string",
            "reasonCodeDescription": "string"
		}],
		"accountHolder": [{
			"name": "string",
			"existingSortCode": "string",
			"existingAccountNumber": "string",
			"newSortCode": "string",
			"newAccountNumber": "string"
		}],
		"sourceId": "GUID",
		"sourceName": "PW_SYSTEM",
		"sourceType": "USER",
		"entityId": "GUID",
		"entityType": "COMPANY",
		"entityOperation": "O",
		"auditMessage": "ADDACS BACS DD response"
	}
}

AUDDIS

{
	"eventId": "GUID",
  "eventType": "SERVICE_COMMERCIAL_BACS_DD_RESPONSE",
	"tenantId": "GUID",
	"eventDate": "YYYY-MM-DD 00:00:00",
	"data": {
		"accountIdentifier": "string",
		"company": {
			"companyIdentifier": "string",
			"companyName": "string",
			"companyType": "string"
		},
		"adviceType": "AUDDIS",
    "paymentMethodIdentifier": "string",
		"report": [{
			"type": "string",
			"date": "YYYY-MM-DD",
			"reasonCode": "string",
            "reasonCodeDescription": "string"
		}],
		"sourceId": "GUID",
		"sourceName": "PW_SYSTEM",
		"sourceType": "USER",
		"entityId": "GUID",
		"entityType": "COMPANY",
		"entityOperation": "O",
		"auditMessage": "AUDDIS BACS DD response"
	}
}

ARUDD

{
	"eventId": "GUID",
  "eventType": "SERVICE_COMMERCIAL_BACS_DD_RESPONSE",
	"tenantId": "GUID",
	"eventDate": "YYYY-MM-DD 00:00:00",
	"data": {
		"accountIdentifier": "string",
		"company": {
			"companyIdentifier": "string",
			"companyName": "string",
			"companyType": "string"
		},
		"adviceType": "ARRUD",
    "paymentMethodIdentifier": "string",
		"report": [{
			"type": "string",
			"date": "YYYY-MM-DD",
			"reasonCode": "string",
            "reasonCodeDescription": "string"
		}],
		"accountHolder": [{
			"name": "string",
			"existingSortCode": "string",
			"existingAccountNumber": "string",
			"newSortCode": "string",
			"newAccountNumber": "string"
		}],
		"sourceId": "GUID",
		"sourceName": "PW_SYSTEM",
		"sourceType": "USER",
		"entityId": "GUID",
		"entityType": "COMPANY",
		"entityOperation": "O",
		"auditMessage": "ARRUD BACS DD response"
	}
}

AUDACC

{
  "eventId": "string",
  "eventType": "SERVICE_COMMERCIAL_BACS_DD_RESPONSE",
  "tenantId": "string",
  "eventDate": "YYYY-MM-DD HH:MM:SS",
  "data": {
    "accountIdentifier": "string",
    "company": {
      "companyIdentifier": "string",
      "companyName": "string",
      "companyType": "string"
    },
    "adviceType": "AUDACC",
    "paymentMethodIdentifier": "string",
    "report": {
      "reportDate": "YYYY-MM-DD",
      "reasonCode": "string",
      "reasonCodeDescription": "string"
    }
  },
  "sourceId": "string",
  "sourceName": "string",
  "sourceType": "string",
  "entityId": "string",
  "entityType": "string",
  "entityOperation": "string",
  "auditMessage": "string"
}