Home

PaymentMethods

PUT api/Payment/{systemID}/PaymentMethods?patientID={patientID}&paymentType={paymentType}&paymentMethodID={paymentMethodID}&orderNo={orderNo}

Update priority of a payment method for a patient

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.

Define this parameter in the request URI.

paymentType
[C] - Credit Card, [F] - FSA, [K] - Check, [A] - A/R, [P] - Payroll Deduction

Define this parameter in the request URI.

paymentMethodID
Backend Identifier for Payment Method

Define this parameter in the request URI.

orderNo
Priority level (0, 1 ,2, 3, 4, etc)

Define this parameter in the request URI.

    

Response Codes

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