<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<eInvoiceTransactionDTOes>
<invoice_details>
<owner_id>2e74ec05-e37b-4b75-a947-add6f67540b7</owner_id>
<gstin>29AAFCD5862R000</gstin>
<document_status>IRN_GENERATION_FAILED</document_status>
<govt_response>
<Success>N</Success>
<ErrorDetails>
<error_code>2148</error_code>
<error_message>Requested IRN data is not available</error_message>
<error_source>GOVT</error_source>
</ErrorDetails>
</govt_response>
<is_deleted>false</is_deleted>
</invoice_details>
</eInvoiceTransactionDTOes>
[
{
"custom_fields": null,
"deleted": false,
"document_status": "NOT_CREATED",
"error_response": null,
"errors": null,
"govt_response": {
"Success": "N",
"ErrorDetails": [
{
"error_code": "107",
"error_message": "null : Invalid IRN, it must be equal to 64 characters in length. Please send a valid value of IRN and try again.",
"error_source": "CLEARTAX"
}
]
},
"group_id": null,
"gstin": null,
"is_deleted": false,
"owner_id": null,
"tag_identifier": null,
"transaction": null,
"transaction_id": null,
"transaction_metadata": null
}
]
<?xml version='1.0' encoding='UTF-8'?>
<eInvoiceTransactionDTOes>
<invoice_details>
<deleted>false</deleted>
<document_status>NOT_CREATED</document_status>
<govt_response>
<Success>N</Success>
<ErrorDetails>
<error_code>107</error_code>
<error_message>null : Invalid IRN, it must be equal to 64 characters in length. Please send a valid value of IRN and try again.</error_message>
<error_source>CLEARTAX</error_source>
</ErrorDetails>
</govt_response>
<is_deleted>false</is_deleted>
</invoice_details>
</eInvoiceTransactionDTOes>