Skip to main content
POST
cURL

Field support per integration

If you’re not using the Interactive Authentication Flow, make sure the query parameters environmentName and companyId are correctly populated. You can obtain these values by using the GET Environments and GET Companies endpoints available under the Authentication section.
Supported request parameters:
string
number
number
number
number
string
number
Note that quantity can be a decimal numeral.
string
number
number

Headers

X-API-KEY
string
required

API key

X-ACCOUNT-KEY
string
required

Account key

Path Parameters

invoiceId
string
required

Query Parameters

companyId
string
environmentName
string
rawData
boolean

Body

application/json
accountId
string
Example:

"6733a433-9662-4a40-8e36-e38ebda94fe1"

description
string
Example:

"SEOUL Guest Chair, red"

dimensions
object[]
discountItemAmount
number
Example:

10

discountItemPercentage
number
Example:

10

grossAmount
number
Example:

109

itemsAmount
number
Example:

100

itemId
string
Example:

"9fc4f3a2-5b8e-4d1b-8a0c-9f6e7d2f3e4b"

name
string
Example:

"RED CHAIR"

quantity
number
Example:

1

taxCode
string
Example:

"03"

taxRatePercentage
number
Example:

19

unitAmount
number
Example:

100

Response

201 - application/json
meta
object
data
object
Last modified on July 9, 2026