GET api/memberotherclaims/{memberid}?from={from}&to={to}
Gets a list of member other claims by member and date range
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberid |
This is the RxClearinghouse assigned patient identifier |
integer |
Required |
| from |
Optional parameter to be used to set the begin date range. If not supplied, the default will be today's date. |
date |
None. |
| to |
Optional parameter to be used to set the end date range. If not supplied, the default will be today's date. |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
A claim listing of other claims by member for either today's claims or claims within the supplied From and To date range.
Collection of MemberOtherClaimModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RxCPatientID |
Gets or sets the patient's RxClearinghouse ID. This property is being deprecated. Please use the MemberID property moving forward |
integer |
None. |
| MemberID |
Gets or sets the unique identifier for a member to whom an other claim belongs. The value used here should match the ID returned on the members or groupmembers endpoint for a member. |
integer |
None. |
| CardholderMemberID | integer |
None. |
|
| DateOfService |
Gets or sets the other claim's Date of Service |
date |
None. |
| NDC |
Gets or sets the drug's NDC |
string |
None. |
| QuantityDispensed |
Gets or sets the other claim's Quantity Dispensed |
decimal number |
None. |
| DaysSupply |
Gets or sets the other claim's Days Supply |
integer |
None. |
| PatientPayAmount |
Gets or sets the other claim's patient pay amount |
decimal number |
None. |
| PlanPaidAmount |
Gets or sets the other claim's plan paid amount paid |
decimal number |
None. |
| AmountEligibleTowardsDeductible |
Gets or sets the amount eligible towards the patient's deductible |
decimal number |
None. |
| AmountEligibleTowardsOOP |
Gets or sets the amount eligible towards the patient's out of pocket |
decimal number |
None. |
| BenefitCode |
Gets or sets the other claim's benefit code |
string |
None. |
| Note |
Gets or sets the other claim's note |
string |
None. |
| PrescriptionReferenceNumber |
Gets or sets the other claim's RxNumber |
string |
None. |
| PharmacyLocationSeqNo |
Gets or sets the other claim's pharmacy location SeqNo |
integer |
None. |
| PharmacyLocationUrl |
Gets or sets the other claim's pharmacy location URL |
string |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
[
{
"url": "sample string 8",
"id": 9,
"rxCPatientID": 1,
"memberID": 1,
"cardholderMemberID": 1,
"dateOfService": "2025-12-09T20:13:13.3364533-06:00",
"ndc": "sample string 3",
"quantityDispensed": 1.0,
"daysSupply": 1,
"patientPayAmount": 1.0,
"planPaidAmount": 1.0,
"amountEligibleTowardsDeductible": 1.0,
"amountEligibleTowardsOOP": 1.0,
"benefitCode": "sample string 4",
"note": "sample string 5",
"prescriptionReferenceNumber": "sample string 6",
"pharmacyLocationSeqNo": 1,
"pharmacyLocationUrl": "sample string 7"
},
{
"url": "sample string 8",
"id": 9,
"rxCPatientID": 1,
"memberID": 1,
"cardholderMemberID": 1,
"dateOfService": "2025-12-09T20:13:13.3364533-06:00",
"ndc": "sample string 3",
"quantityDispensed": 1.0,
"daysSupply": 1,
"patientPayAmount": 1.0,
"planPaidAmount": 1.0,
"amountEligibleTowardsDeductible": 1.0,
"amountEligibleTowardsOOP": 1.0,
"benefitCode": "sample string 4",
"note": "sample string 5",
"prescriptionReferenceNumber": "sample string 6",
"pharmacyLocationSeqNo": 1,
"pharmacyLocationUrl": "sample string 7"
}
]