Create
Generate invoice
Body
amountnumberOptional
coin_idintegerOptional
idintegerOptional
product_idintegerRequired
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //invoice/create HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"amount": 1,
"coin_id": 1,
"id": 1,
"product_id": 1
}
{
"idInvoice": 1
}