Create a standard term
Creates a new standard term.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Request body
Example request
{
"name": "Net 30",
"isActive": true,
"dueDays": 30,
"discountDays": 10,
"discountPercentage": "10"
}Response
Returns the newly created 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 3 of the 46 revisions of this API.93
- ▲
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
- ▲