E invoicing

Transmit A Signed Invoice To Its Recipient Via NRS And/Or Email

POST
/api/e-invoicing/invoices/{reference}/transmit
AuthorizationBearer <token>

In: header

Path Parameters

reference*string

Invoice reference number (IRN)

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/e-invoicing/invoices/string/transmit" \  -H "Content-Type: application/json" \  -d '{}'
{
  "invoiceId": "123e4567-e89b-12d3-a456-426614174000",
  "transmissionStatus": "transmitted",
  "emailedTo": [
    "buyer@example.com",
    "accounts@example.com"
  ],
  "message": "recipient not on NRS network — try again later"
}
Empty
Empty
Empty
Empty
Empty

How is this guide?

Last updated on