POST
/
saveInvoiceTableTOK
saveInvoiceTableTOK
curl --request POST \
  --url https://app.ezzydoc.com/EzzyService.svc/Rest/saveInvoiceTableTOK \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "article_code": "<string>",
    "description": "<string>",
    "description2": "<string>",
    "gl_code": "<string>",
    "gst": 123,
    "quantity": 123,
    "row_height": 123,
    "row_page": 123,
    "row_y": 123,
    "tax_code": "<string>",
    "total": 123,
    "total_excl": 123,
    "total_incl": 123,
    "tracking": "<string>",
    "unit_measure": "<string>",
    "unit_price": 123,
    "approver_name": "<string>",
    "is_approved": 123
  }
]'
{
  "invoice_id": 123,
  "message": "<string>",
  "status": 0
}

Query Parameters

APIKey
string
required
token
string
required
invoiceid
integer
required

Body

article_code
string
description
string
description2
string
gl_code
string
gst
number
quantity
number
row_height
integer
row_page
integer
row_y
integer
tax_code
string
total
number
total_excl
number
total_incl
number
tracking
string
unit_measure
string
unit_price
number
approver_name
string
is_approved
integer

Response

Success

invoice_id
integer
message
string
status
enum<integer>

Enum values

Available options:
0,
1,
2,
3