Home

ChargeAccounts

DELETE api/Payment/{systemID}/PaymentMethods/ChargeAccounts?patientID={patientID}

Delete Charge Account from a Patient's Profile

Request Information

Parameters

NameDescriptionAdditional 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.

    

Response Codes

    
  • OK (200)
  • NotFound (404)
  • InternalServerError (500)
  • BadRequest (400)
  •