ModifyRecurringInvoiceStatus
Updates the status as stop or resume for a recurring invoice.
Input
Name | Type | Required | Description |
Id | String | True | Id of a recurring invoice. |
EntityStatus | String | True | Status to be marked for a recurring invoice- stop and resume
The allowed values are stop, resume. |
Result Set Columns
Name | Type | Description |
Status | String | Stored procedure execution status. |