ChargeAccounts
POST api/Payment/{systemID}/PaymentMethods/ChargeAccounts?patientID={patientID}&chargeAccountID={chargeAccountID}
Add Charge Account to a Patient's Profile
Special Remarks
Successful response returns PaymentMethodID (Backend Identifier for Payment Method)
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 patient in pharmacy system. [*Required] |
Define this parameter in the request URI. |
| chargeAccountID | Unique ID of charge account [*Required] |
Define this parameter in the request URI. |
Response Codes
- OK (200)
- NotFound (404)
- InternalServerError (500)
- BadRequest (400)