Create a standard term
Creates a new standard term.
post/quickbooks-desktop/standard-terms
Headers
Conductor-End-User-Idstring required
The ID of the End-User to receive this request.
Example:end_usr_1234567abcdefg
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"
}