GET api/memberotherclaims/{memberid}/{id}
Gets a member other claim by ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| memberid |
This is the RxClearinghouse assigned patient identifier |
integer |
Required |
| id |
This is the ID of the other claim |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A member other claim by the passed in identfier
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:14:04.962569-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"
}