ARChargeAccount
DELETE api/Payment/{systemID}/PaymentMethods/ARChargeAccount?patientID={patientID}&balanceCheck={balanceCheck}
Delete Charge Account from patient record.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| systemID | The SystemID of the pharmacy system. |
Define this parameter in the request URI. |
| patientID | Unique ID of the charge account. [*Required] |
Define this parameter in the request URI. |
| balanceCheck | Perform check for balance before deletion. ('True' or 'False') [*Optional - 'False' is default] |
Define this parameter in the request URI. |
Response Codes
- OK (200)
- NotFound (404)
- InternalServerError (500)
- BadRequest (400)