Update a Line Item Group
Update a Line Item Group
Path parameters
The Invoice ID
Line Item Group ID
Headers
Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
Request body
Example request
{
"title": "Users",
"description": "Charges for users",
"taxCategoryId": "28227c88-6dba-455f-9b30-b9c76957e610",
"revenueRecognitionMethod": "STRAIGHT_LINE",
"revenueClassification": "EARNED",
"servicePeriod": {
"start": "2022-10-20",
"endInclusive": "2022-10-24"
},
"index": 10
}Response
OK
Example response
{
"id": "941272d1-f840-4e16-b698-0cd455c81e0e",
"invoiceId": "cd11218d-fa00-4faa-8684-a43113d076a8",
"title": "Cars",
"description": "Charges for cars",
"index": 1,
"netTotal": "200000",
"totalTax": "10",
"grossTotal": "22000",
"taxCategory": {
"id": "28227c88-6dba-455f-9b30-b9c76957e610",
"name": "VAT"
}
}Changes
Changed in 3 of the 714 revisions of this API.237
- ●
deleted the
headerrequest parameterSequence-Versionrequest-parameter-removed
- ○
added the new optional
headerrequest parametersequence-versionnew-optional-request-parameter
- ○
the
servicePeriod/endInclusiverequest property type/format was generalized fromstring/datetostring/request-property-type-generalized
- ○
the
servicePeriod/startrequest property type/format was generalized fromstring/datetostring/request-property-type-generalized
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
servicePeriod/endInclusiverequest property type/format changed fromstring/tostring/daterequest-property-type-changed
- ▲
the
servicePeriod/startrequest property type/format changed fromstring/tostring/daterequest-property-type-changed
- ●
deleted the
headerrequest parametersequence-versionrequest-parameter-removed
- ○
added the new optional
headerrequest parameterSequence-Versionnew-optional-request-parameter
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
headerrequest parameterSequence-Versionrequest-parameter-removed
- ○
added the new optional
headerrequest parametersequence-versionnew-optional-request-parameter
- ○
the
servicePeriod/endInclusiverequest property type/format was generalized fromstring/datetostring/request-property-type-generalized
- ○
the
servicePeriod/startrequest property type/format was generalized fromstring/datetostring/request-property-type-generalized
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●