POST
/
api
/
v2
/
ledger
/
reverse-entry
Python
from samplehc import SampleHealthcare

client = SampleHealthcare(
    api_key="My API Key",
)
response = client.v2.ledger.reverse_entry(
    ik="ik",
)
print(response.reversing_entry_id)
{
  "reversingEntryId": "<string>"
}

Body

application/json

Response

200
application/json

The reversal entry was created successfully.