GET api/hms/paymentHistoryByPatientId/{patSeqNo}/offset/{offset}/limit/{limit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patSeqNo

string

Required

offset

string

Required

limit

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PaymentHistory
NameDescriptionTypeAdditional information
BillSequenceNumber

string

None.

BillNumber

string

None.

BillDate

string

None.

BillTotalAmount

string

None.

BillCollectedAmount

string

None.

BillTotalDiscount

string

None.

ConsultantCode

string

None.

DoctorNameForDisplay

string

None.

PaymentTypeCode

string

None.

PaymentTypeCaption

string

None.

PaymentTypeDetailCode

string

None.

PaymentTypeDetailCaption

string

None.

ClientCode

string

None.

ClientDetailSequenceNumber

string

None.

ClientName

string

None.

LaboratoryName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BillSequenceNumber": "sample string 1",
    "BillNumber": "sample string 2",
    "BillDate": "sample string 3",
    "BillTotalAmount": "sample string 4",
    "BillCollectedAmount": "sample string 5",
    "BillTotalDiscount": "sample string 6",
    "ConsultantCode": "sample string 7",
    "DoctorNameForDisplay": "sample string 8",
    "PaymentTypeCode": "sample string 9",
    "PaymentTypeCaption": "sample string 10",
    "PaymentTypeDetailCode": "sample string 11",
    "PaymentTypeDetailCaption": "sample string 12",
    "ClientCode": "sample string 13",
    "ClientDetailSequenceNumber": "sample string 14",
    "ClientName": "sample string 15",
    "LaboratoryName": "sample string 16"
  },
  {
    "BillSequenceNumber": "sample string 1",
    "BillNumber": "sample string 2",
    "BillDate": "sample string 3",
    "BillTotalAmount": "sample string 4",
    "BillCollectedAmount": "sample string 5",
    "BillTotalDiscount": "sample string 6",
    "ConsultantCode": "sample string 7",
    "DoctorNameForDisplay": "sample string 8",
    "PaymentTypeCode": "sample string 9",
    "PaymentTypeCaption": "sample string 10",
    "PaymentTypeDetailCode": "sample string 11",
    "PaymentTypeDetailCaption": "sample string 12",
    "ClientCode": "sample string 13",
    "ClientDetailSequenceNumber": "sample string 14",
    "ClientName": "sample string 15",
    "LaboratoryName": "sample string 16"
  }
]

text/html

Sample:
[{"BillSequenceNumber":"sample string 1","BillNumber":"sample string 2","BillDate":"sample string 3","BillTotalAmount":"sample string 4","BillCollectedAmount":"sample string 5","BillTotalDiscount":"sample string 6","ConsultantCode":"sample string 7","DoctorNameForDisplay":"sample string 8","PaymentTypeCode":"sample string 9","PaymentTypeCaption":"sample string 10","PaymentTypeDetailCode":"sample string 11","PaymentTypeDetailCaption":"sample string 12","ClientCode":"sample string 13","ClientDetailSequenceNumber":"sample string 14","ClientName":"sample string 15","LaboratoryName":"sample string 16"},{"BillSequenceNumber":"sample string 1","BillNumber":"sample string 2","BillDate":"sample string 3","BillTotalAmount":"sample string 4","BillCollectedAmount":"sample string 5","BillTotalDiscount":"sample string 6","ConsultantCode":"sample string 7","DoctorNameForDisplay":"sample string 8","PaymentTypeCode":"sample string 9","PaymentTypeCaption":"sample string 10","PaymentTypeDetailCode":"sample string 11","PaymentTypeDetailCaption":"sample string 12","ClientCode":"sample string 13","ClientDetailSequenceNumber":"sample string 14","ClientName":"sample string 15","LaboratoryName":"sample string 16"}]

application/xml, text/xml

Sample:
<ArrayOfPaymentHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileWebAPI.Models">
  <PaymentHistory>
    <BillCollectedAmount>sample string 5</BillCollectedAmount>
    <BillDate>sample string 3</BillDate>
    <BillNumber>sample string 2</BillNumber>
    <BillSequenceNumber>sample string 1</BillSequenceNumber>
    <BillTotalAmount>sample string 4</BillTotalAmount>
    <BillTotalDiscount>sample string 6</BillTotalDiscount>
    <ClientCode>sample string 13</ClientCode>
    <ClientDetailSequenceNumber>sample string 14</ClientDetailSequenceNumber>
    <ClientName>sample string 15</ClientName>
    <ConsultantCode>sample string 7</ConsultantCode>
    <DoctorNameForDisplay>sample string 8</DoctorNameForDisplay>
    <LaboratoryName>sample string 16</LaboratoryName>
    <PaymentTypeCaption>sample string 10</PaymentTypeCaption>
    <PaymentTypeCode>sample string 9</PaymentTypeCode>
    <PaymentTypeDetailCaption>sample string 12</PaymentTypeDetailCaption>
    <PaymentTypeDetailCode>sample string 11</PaymentTypeDetailCode>
  </PaymentHistory>
  <PaymentHistory>
    <BillCollectedAmount>sample string 5</BillCollectedAmount>
    <BillDate>sample string 3</BillDate>
    <BillNumber>sample string 2</BillNumber>
    <BillSequenceNumber>sample string 1</BillSequenceNumber>
    <BillTotalAmount>sample string 4</BillTotalAmount>
    <BillTotalDiscount>sample string 6</BillTotalDiscount>
    <ClientCode>sample string 13</ClientCode>
    <ClientDetailSequenceNumber>sample string 14</ClientDetailSequenceNumber>
    <ClientName>sample string 15</ClientName>
    <ConsultantCode>sample string 7</ConsultantCode>
    <DoctorNameForDisplay>sample string 8</DoctorNameForDisplay>
    <LaboratoryName>sample string 16</LaboratoryName>
    <PaymentTypeCaption>sample string 10</PaymentTypeCaption>
    <PaymentTypeCode>sample string 9</PaymentTypeCode>
    <PaymentTypeDetailCaption>sample string 12</PaymentTypeDetailCaption>
    <PaymentTypeDetailCode>sample string 11</PaymentTypeDetailCode>
  </PaymentHistory>
</ArrayOfPaymentHistory>