Home

Checks

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

Add a single check to a Patient's Profile

Special Remarks

Successful response returns PaymentMethodID (Backend Identifier for Payment Method)

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)
  •