Retrieve a standard term
Retrieves a standard term by ID.
IMPORTANT: If you need to fetch multiple specific standard terms 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 standard term to retrieve.
The QuickBooks-assigned unique identifier of the standard term 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 standard term.
Example response
{
"id": "80000001-1234567890",
"objectType": "qbd_standard_term",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"name": "Net 30",
"isActive": true,
"dueDays": 30,
"discountDays": 10,
"discountPercentage": "10"
}Changes
Changed in 4 of the 46 revisions of this API.913
- ●
for the
pathrequest parameterid, the maxLength was set to36request-parameter-max-length-set
- ●
- ▲
response property
discountDayslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
discountPercentagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
dueDayslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ▲
the response property
discountDaysbecame nullable for the status200response-property-became-nullable
- ▲
the response property
discountPercentagebecame nullable for the status200response-property-became-nullable
- ▲
the response property
dueDaysbecame nullable for the status200response-property-became-nullable
- ○
response property
discountDayslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
discountPercentagelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
dueDayslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ▲
- ▲
response property
discountDayslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
discountPercentagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
dueDayslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲