Deliver Bill

Deliver bill

GET /bills/:billid/deliveries

Facade POS

HTTP Request

To deliver the generated bill, pass the Bill Id with URL parameters

deliveredBill = await client.DeliverBill(basicBillUsd.id, basicBillUsd.token);

HTTP Response

Body

NameDescriptionType
dataset to "Success" once a bill is successfully sent via email.string
{
    "data": "Success"
}