Retrieve a journal entry
Retrieves a journal entry by ID.
IMPORTANT: If you need to fetch multiple specific journal entries by ID, use the list endpoint instead with the ids parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
Path parameters
The QuickBooks-assigned unique identifier of the journal entry to retrieve.
The QuickBooks-assigned unique identifier of the journal entry to retrieve.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Response
Returns the specified journal entry.
Example response
{
"id": "123ABC-1234567890",
"objectType": "qbd_journal_entry",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"transactionDate": "2024-10-01",
"refNumber": "JE-1234",
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"exchangeRate": 1.2345,
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"debitLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_journal_debit_line",
"account": {
"id": "80000001-1234567890",
"fullName": "Checking"
},
"amount": "1000.00",
"memo": "Monthly utility bill settlement",
"entity": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Facilities & Utilities"
},
"salesTaxItem": {
"id": "80000001-1234567890",
"fullName": "State Sales Tax"
},
"billingStatus": "billable"
}
],
"creditLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_journal_credit_line",
"account": {
"id": "80000001-1234567890",
"fullName": "Accounts-Payable"
},
"amount": "1000.00",
"memo": "Allocated funds for office lease payment",
"entity": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Administrative"
},
"salesTaxItem": {
"id": "80000001-1234567890",
"fullName": "State Sales Tax"
},
"billingStatus": "billable"
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}Changes
Changed in 5 of the 46 revisions of this API.109973
- ▲
the
creditLines/items/accountresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
creditLines/items/account/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/account/idfrom the response with the200statusresponse-required-property-removed
- ○
added
subschema #1subschema #2to thecreditLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-added
- ▲
- ●
for the
pathrequest parameterid, the maxLength was set to36request-parameter-max-length-set
- ●
- ▲
response property
areAmountsEnteredInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/account/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/account/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
debitLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
debitLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
debitLines/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isAdjustmentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isHomeCurrencyAdjustmentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
creditLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
creditLines/items/entityresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
creditLines/items/salesTaxItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
debitLines/items/accountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
debitLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
debitLines/items/entityresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
debitLines/items/salesTaxItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
creditLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/entity/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/entity/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/salesTaxItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/salesTaxItem/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/account/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/account/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/entity/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/entity/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/salesTaxItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/salesTaxItem/idfrom the response with the200statusresponse-required-property-removed
- ○
added
subschema #1subschema #2to thecreditLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecreditLines/items/entityresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecreditLines/items/salesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedebitLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedebitLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedebitLines/items/entityresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedebitLines/items/salesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
billableenum value from thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ▲
- ▲
the response property
areAmountsEnteredInHomeCurrencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
creditLines/items/account/fullNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
creditLines/items/account/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
creditLines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
creditLines/items/billingStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
creditLines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
creditLines/items/entitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
creditLines/items/memobecame nullable for the status200response-property-became-nullable
- ▲
the response property
creditLines/items/salesTaxItembecame nullable for the status200response-property-became-nullable
- ▲
the response property
currencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
debitLines/items/accountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
debitLines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
debitLines/items/billingStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
debitLines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
debitLines/items/entitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
debitLines/items/memobecame nullable for the status200response-property-became-nullable
- ▲
the response property
debitLines/items/salesTaxItembecame nullable for the status200response-property-became-nullable
- ▲
the response property
exchangeRatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
externalIdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isAdjustmentbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isHomeCurrencyAdjustmentbecame nullable for the status200response-property-became-nullable
- ▲
the response property
refNumberbecame nullable for the status200response-property-became-nullable
- ▲
the
creditLines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
creditLines/items/entityresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
creditLines/items/salesTaxItemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
debitLines/items/accountresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
debitLines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
debitLines/items/entityresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
debitLines/items/salesTaxItemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ●
added the new
billableenum value to thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
billableenum value to thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
has_been_billedenum value to thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
has_been_billedenum value to thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_billableenum value to thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_billableenum value to thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ○
removed
subschema #1subschema #2from thecreditLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thecreditLines/items/entityresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thecreditLines/items/salesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedebitLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedebitLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedebitLines/items/entityresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedebitLines/items/salesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
response property
areAmountsEnteredInHomeCurrencylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
creditLines/items/account/fullNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
creditLines/items/account/idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
creditLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
creditLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
creditLines/items/memolist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
debitLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
debitLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
debitLines/items/memolist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
exchangeRatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
externalIdlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isAdjustmentlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isHomeCurrencyAdjustmentlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
refNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
the
transactionDateresponse's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$was removed for the status200response-property-pattern-removed
- ○
added the required property
creditLines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
creditLines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
creditLines/items/entity/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
creditLines/items/entity/idto the response with the200statusresponse-required-property-added
- ○
added the required property
creditLines/items/salesTaxItem/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
creditLines/items/salesTaxItem/idto the response with the200statusresponse-required-property-added
- ○
added the required property
currency/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
currency/idto the response with the200statusresponse-required-property-added
- ○
added the required property
debitLines/items/account/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
debitLines/items/account/idto the response with the200statusresponse-required-property-added
- ○
added the required property
debitLines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
debitLines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
debitLines/items/entity/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
debitLines/items/entity/idto the response with the200statusresponse-required-property-added
- ○
added the required property
debitLines/items/salesTaxItem/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
debitLines/items/salesTaxItem/idto the response with the200statusresponse-required-property-added
- ▲
- ▲
response property
areAmountsEnteredInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/account/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/account/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLines/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
debitLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
debitLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
debitLines/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isAdjustmentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isHomeCurrencyAdjustmentlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
creditLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
creditLines/items/entityresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
creditLines/items/salesTaxItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
debitLines/items/accountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
debitLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
debitLines/items/entityresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
debitLines/items/salesTaxItemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
creditLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/entity/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/entity/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/salesTaxItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
creditLines/items/salesTaxItem/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/account/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/account/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/entity/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/entity/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/salesTaxItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
debitLines/items/salesTaxItem/idfrom the response with the200statusresponse-required-property-removed
- ○
added
subschema #1subschema #2to thecreditLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecreditLines/items/entityresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecreditLines/items/salesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedebitLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedebitLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedebitLines/items/entityresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedebitLines/items/salesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
billableenum value from thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thecreditLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedebitLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
the
transactionDateresponse's property pattern^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$was added for the status200response-property-pattern-added
- ▲