ModifyRecurringBillStatus
Updates the status as stop or resume for a recurring bill.
Input
| Name | Type | Required | Description |
| Id | String | True | Id of a recurringbill. |
| EntityStatus | String | True | Status to be marked for a recurring bill- stop and resume
使用できる値は次のとおりです。stop, resume |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |