{ "type": "object", "name": "CreditPointstoMembersRequest", "properties": { "processParameters": { "type": "array", "description": "", "items": { "type": "object", "properties": { "TransactionJournal": { "type": "object", "properties": { "ActivityDate": { "type": "string" }, "ExternalTransactionNumber": { "type": "string" }, "InvoiceDate": { "type": "string" }, "JournalTypeName": { "type": "string" }, "MembershipNumber": { "type": "string" }, "TransactionAmount": { "type": "string" }, "CurrencyIsoCode": { "type": "string" }, "Status": { "type": "string" } }, "required": [ "ActivityDate", "ExternalTransactionNumber", "InvoiceDate", "JournalTypeName", "MembershipNumber", "TransactionAmount", "CurrencyIsoCode", "Status" ] }, "PointsToCredit": { "type": "number" } }, "required": [ "TransactionJournal", "PointsToCredit" ] } } }, "required": [ "processParameters" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }