Skip to main content

StandingOrderSuspendDTO

idstringrequired

Standing order id

Possible values: non-empty and <= 36 characters

startDatedate

Suspend standing order from date

endDatedaterequired

Suspend standing order till date (inclusive)

StandingOrderSuspendDTO
{
"id": "string",
"startDate": "2024-07-29",
"endDate": "2024-07-29"
}