POST api/memberotherclaims
Adds a a member other claim to the patient based on the information sent in the posted model
Request Information
URI Parameters
None.
Body Parameters
The json formatted member other claim model object supplied in the request body that is to be added
MemberOtherClaimModelName | Description | Type | Additional information |
---|---|---|---|
RxCPatientID |
Gets or sets the patient's RxClearinghouse ID |
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. |
Request Formats
application/json, text/json, application/json-patch+json
{ "url": "sample string 8", "id": 9, "rxCPatientID": 1, "dateOfService": "2025-05-30T21:03:15.0242893-05: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" }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
If successful, the member other claim model will be returned with the ID of the new record populated.
MemberOtherClaimModelName | Description | Type | Additional information |
---|---|---|---|
RxCPatientID |
Gets or sets the patient's RxClearinghouse ID |
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, "dateOfService": "2025-05-30T21:03:15.0242893-05: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" }