Update Group Invoice Properties

This API updates specific properties of a group invoice — either its name or notes — using the group invoice ID. It accepts a property type (0 for name, 1 for notes) and a new value, and optionally an employee ID to record who made the change when the request is made using an API key.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

UpdateGroupInvoicePropertiesRequest

Json propertyData typeDescription
propertyUpdateGroupInvoiceProperty (enum)Specifies which property of the group invoice should be updated. Supported values include updating the group invoice name or notes.
valuestringThe new value to be assigned to the selected property.
updated_by_idGUIDUnique identifier of the employee who performed the update. This is typically required when the request is made using an API key.

BaseApiV2Response

Json propertyData typeDescription
errorAPIV2ErrorModelContains error details if the API request fails. Returns null when the request succeeds.

APIV2ErrorModel

Json propertyData typeDescription
codestringError code indicating the type of error returned by the API.
messagestringHuman-readable description explaining the error.

UpdateGroupInvoiceProperty (Enum)

Json propertyData typeDescription
Nameenum (0)Updates the name of the group invoice.
Notesenum (1)Updates the notes or comments associated with the group invoice.
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain