Home

Checks

DELETE api/Payment/{systemID}/PaymentMethods/Checks?patientID={patientID}&checkNumber={checkNumber}&checkAmount={checkAmount}

Delete a single check 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.

checkNumber
Check Number [*Required]

Define this parameter in the request URI.

checkAmount
Check Amount [*Required]

Define this parameter in the request URI.

    

Response Codes

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