Skip to main content
POST
Create line item

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

expenseId
string<uuid>
required

Body

application/json;charset=UTF-8
originalAmount
integer<int64> | null
billingAmount
integer<int64> | null
accountId
string<uuid> | null
costCenterId
string<uuid> | null
description
string | null
reimbursementCategoryId
string<uuid> | null

Response

default - application/json;charset=UTF-8

default response

id
string<uuid>
expenseId
string<uuid>
originalAmount
integer<int64>
billingAmount
integer<int64>
accountId
string<uuid>
costCenterId
string<uuid>
description
string
reimbursementCategoryId
string<uuid>
createdAt
string<date-time>
updatedAt
string<date-time>