Retrieves an invoice.
Path parameters
Unique identifier for the invoice.
Response
Success
Example response
{
"data": {
"id": "inv_1234567890",
"workspace_id": "ws_1234567890",
"status": "active",
"line_items": [
{
"id": "item_1234567890",
"type": "payout",
"product_id": "prod_1234567890",
"amount": "1000",
"price": {
"amount": "1000",
"unit_price": "1000",
"quantity": 1
},
"currency_code": "USD",
"description": "Professional services for January 2026",
"user_id": "user_ext_456",
"tags": [
{
"key": "department",
"value": "engineering"
}
]
}
],
"created": "2024-01-13T00:00:00Z",
"modified": "2024-01-13T00:00:00Z",
"version": 1,
"tags": [
{
"key": "department",
"value": "engineering"
}
],
"users": [
{
"id": "user_ext_789",
"external_id": "user_ext_789",
"balances": [
{
"payins": {
"expected": "10000",
"actual": "5000",
"remaining": "5000"
},
"payouts": {
"expected": "10000",
"actual": "5000",
"remaining": "5000"
},
"net": {
"expected": "10000",
"actual": "5000",
"remaining": "5000"
},
"currency": "USD"
}
]
}
],
"balances": [
{
"payins": {
"expected": "10000",
"actual": "5000",
"remaining": "5000"
},
"payouts": {
"expected": "10000",
"actual": "5000",
"remaining": "5000"
},
"net": {
"expected": "10000",
"actual": "5000",
"remaining": "5000"
},
"currency": "USD"
}
],
"payments": [
{
"amount": "150",
"currency": "USD",
"transaction": {
"id": "txn_dHhuX2ZyYWdfMDAx",
"external_id": "bank_txn_123",
"tags": [
{
"key": "department",
"value": "engineering"
}
]
},
"type": "payin",
"posted": "2024-01-13T00:00:00Z",
"user": {
"id": "user_abc123",
"external_id": "user_ext_001"
}
}
]
}
}Changes
Changed in 18 of the 38 revisions of this API.237212
- ▲
the
data/allOf[subschema #2]/payments/items/transactionresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ○
removed
TransactionReferenceResponsesubschema #2from thedata/allOf[subschema #2]/payments/items/transactionresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
the response property
data/allOf[subschema #2]/payments/items/user/external_idbecame required for the status200response-property-became-required
- ○
added the required property
data/allOf[subschema #2]/payments/items/transaction/external_idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[subschema #2]/payments/items/transaction/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[subschema #2]/payments/items/transaction/tagsto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[subschema #2]/users/items/external_idto the response with the200statusresponse-required-property-added
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
response property
data/allOf[Invoice]/statusdeprecatedresponse-property-deprecated
- ○
- ▲
the
data/allOf[subschema #2]/payments/items/transactionresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
data/allOf[subschema #2]/payments/items/transaction/external_idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/allOf[subschema #2]/payments/items/transaction/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/allOf[subschema #2]/payments/items/transaction/tagsfrom the response with the200statusresponse-required-property-removed
- ○
added
TransactionReferenceResponsesubschema #2to thedata/allOf[subschema #2]/payments/items/transactionresponse propertyallOflist for the response status200response-property-all-of-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
response property
data/allOf[Invoice]/line_items/items/amountdeprecatedresponse-property-deprecated
- ○
added the required property
data/allOf[Invoice]/line_items/items/priceto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[subschema #2]/payments/items/transaction/tagsto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
data/allOf[Invoice]/line_items/items/currencyCodefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/allOf[Invoice]/workspaceIdfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
data/allOf[Invoice]/lineItemsfrom the response with the200statusresponse-optional-property-removed
- ○
added the required property
data/allOf[subschema #2]/payments/items/postedto the response with the200statusresponse-required-property-added
- ▲
- ○
added the required property
data/allOf[subschema #2]/paymentsto the response with the200statusresponse-required-property-added
- ○
- ▲
the
data/allOf[Invoice]/lineItems/items/currencyCoderesponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added the optional property
data/allOf[Invoice]/line_itemsto the response with the200statusresponse-optional-property-added
- ○
added
CurrencyCodesubschema #2to thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse propertyallOflist for the response status200response-property-all-of-added
- ○
response property
data/allOf[Invoice]/lineItemsdeprecatedresponse-property-deprecated
- ○
response property
data/allOf[Invoice]/workspaceIddeprecatedresponse-property-deprecated
- ○
removed the
AAVEenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ADAenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
AEDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
AFNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ALLenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
AMDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ANGenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
AOAenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ARSenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
AUDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
AWGenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
AZNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BAMenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BBDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BCHenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BDTenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BGNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BHDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BIFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BMDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BNDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BOBenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BRLenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BSDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BTCenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BTNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BWPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BYRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
BZDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CADenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CADCenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CADTenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CDFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CHFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CLPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CNYenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
COPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CRCenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CUCenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CUPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CUSTOMenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CVEenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
CZKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
DAIenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
DJFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
DKKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
DOPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
DZDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
EGPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ERNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ETBenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ETHenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
EURenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
EURCenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
FJDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
FKPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
GBPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
GELenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
GGPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
GHSenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
GIPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
GMDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
GNFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
GTQenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
GYDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
HKDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
HNLenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
HRKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
HTGenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
HUFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
IDRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ILSenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
IMPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
INRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
IQDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
IRRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ISKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
JMDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
JODenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
JPYenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
KESenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
KGSenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
KHRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
KMFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
KPWenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
KRWenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
KWDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
KYDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
KZTenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
LAKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
LBPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
LINKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
LKRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
LOGICALenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
LRDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
LSLenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
LTCenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
LYDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MADenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MATICenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MDLenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MGAenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MKDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MMKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MNTenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MOPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MURenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MVRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MWKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MXNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MYRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
MZNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
NADenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
NGNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
NIOenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
NOKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
NPRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
NZDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
OMRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
PABenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
PENenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
PGKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
PHPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
PKRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
PTSenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
PYGenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
QARenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
RONenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
RSDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
RUBenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
RWFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SARenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SBDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SCRenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SDGenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SEKenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SGDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SHPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SLLenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SOLenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SOSenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SPLenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SRDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
STNenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SVCenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SYPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
SZLenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
THBenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
TJSenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
TMTenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
TNDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
TOPenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
TRYenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
TTDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
TVDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
TWDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
TZSenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
UAHenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
UGXenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
UNIenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
USDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
USDCenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
USDGenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
USDTenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
UYUenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
UZSenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
VEFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
VNDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
VUVenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
WSTenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
XAFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
XCDenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
XLMenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
XOFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
XPFenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
YERenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ZARenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
removed the
ZMWenum value from thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-removed
- ○
added the required property
data/allOf[Invoice]/lineItems/items/currency_codeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[Invoice]/lineItems/items/tagsto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[Invoice]/tagsto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[Invoice]/workspace_idto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
CADCenum value to thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-added
- ●
added the new
CADTenum value to thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-added
- ●
added the new
EURCenum value to thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-added
- ●
added the new
USDGenum value to thedata/allOf[Invoice]/lineItems/items/currencyCoderesponse property for the response status200response-property-enum-value-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
dataresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
data/createdfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/statusfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/workspaceIdfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
data/lineItemsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/modifiedfrom the response with the200statusresponse-optional-property-removed
- ○
added
Invoicesubschema #2to thedataresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ▲
removed the required property
data/buyerUserfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/lineItems/items/payout_userfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
data/lineItems/items/typeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/lineItems/items/user_idto the response with the200statusresponse-required-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲