StandingOrderSuspendDTO
idstringrequired
Standing order id
Possible values: non-empty and <= 36 characters
startDatestring<date>
Suspend standing order from date
endDatestring<date>required
Suspend standing order till date (inclusive)
StandingOrderSuspendDTO
{
"id": "string",
"startDate": "2024-07-29",
"endDate": "2024-07-29"
}