Home

PayrollDeductions

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

Delete Payroll Deduction 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)
  •