GetDirectDebitSummary

Description

Gets the direct debit payment summary for a direct debit subscription

Paths

Example

Example request object

{
  "Criteria": {
    "PersonId": "00000000-0000-0000-0000-000000000000",
    "ArticleId": "00000000-0000-0000-0000-000000000000",
    "Quantity": 0,
    "ContractStartDate": null,
    "CollectionDay": null
  },
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "Result": {
    "Valid": false,
    "ContractStartDate": "2024-04-16T16:33:50.3475994+02:00",
    "FirstPaymentDate": "2024-04-16T16:33:50.3475994+02:00",
    "CollectionFrequency": {
      "Id": "00000000-0000-0000-0000-000000000000",
      "Code": null,
      "Name": null,
      "NumberOfMonths": 0
    },
    "CollectionAmount": 0.0,
    "ProRataAmount": 0.0,
    "ProRataFactor": 0.0
  }
}

ShouldBeExecuted

Postdata

Response