from samplehc import SampleHealthcare
client = SampleHealthcare(
api_key="My API Key",
)
response = client.v2.clearinghouse.claim.cancel(
"claimId",
)
print(response)"<unknown>"Voids a previously submitted claim by submitting a new claim with claimFrequencyCode set to 8.
from samplehc import SampleHealthcare
client = SampleHealthcare(
api_key="My API Key",
)
response = client.v2.clearinghouse.claim.cancel(
"claimId",
)
print(response)"<unknown>"The unique identifier of the claim to cancel
Cancellation submission response from the payer
Cancellation submission response from the payer