Use this action when a previous electronic invoicing submission failed or must be sent again.
More info: API resources / 📝eInvoice (🇫🇷)
✨ Ask AI
| HTTP | Operation | Type | Object | DTO Why-DTOs? |
|---|---|---|---|---|
| (Mutation Why 200?) | retrySalesInvoiceElectronicSubmission |
RetrySalesInvoiceElectronicSubmissionGLDtoInput |
More info: API resources / 📝eInvoice (🇫🇷)
Invoice Details: Specify the sales invoice whose electronic submission must be retried.
The service can return the following field:
This field confirms that the retry request has been accepted.
| Key | Value |
|---|---|
Authorization |
Bearer Current access Token How to find? |
X-TenantId |
Current tenant id Why deprecated ? |
X-OrganizationId |
Current organization Id How to find? |
x-api-key |
Primary or secondary subscription key of your app How to find? |
mutation ($input: RetrySalesInvoiceElectronicSubmissionGLDtoInput!) {
retrySalesInvoiceElectronicSubmission(input: $input) {
id
}
}
{
"input": {
"salesInvoiceId": "96771689-53b9-4f4c-add3-40eb31e38254"
}
}
{
"data": {
"retrySalesInvoiceElectronicSubmission": {
"id": "96771689-53b9-4f4c-add3-40eb31e38254"
}
}
}
| Fields | Type | Description | Length |
|---|---|---|---|
| salesInvoiceId |
UUID | Unique identifier of the sales invoice |
| Fields | Type | Description |
|---|---|---|
| id | UUID | Unique identifier of the sales invoice for which the retry was requested |