from samplehc import SampleHealthcare
client = SampleHealthcare(
api_key="My API Key",
)
response = client.v2.ledger.account.writeoff(
line_item_id="lineItemId",
order_id="orderId",
description="description",
)
print(response.success){
"success": true
}from samplehc import SampleHealthcare
client = SampleHealthcare(
api_key="My API Key",
)
response = client.v2.ledger.account.writeoff(
line_item_id="lineItemId",
order_id="orderId",
description="description",
)
print(response.success){
"success": true
}The order ID associated with the write-off.
The line item ID associated with the write-off.
Default Response
Write-off posted successfully.
true, false