Accounting

Returns a list of accounting values that satisfy the filter criteria.

Securitybearer
Request
Request Body schema:
businessUnitId
string <uuid>

The businessUnit Id

entityIds
Array of strings or null <uuid>

List of entity Ids

cursor
string or null

Optional.
When there are additional results, the metadata nextCursor field should be passed to retrieve the next page of results.

limit
integer or null <int32>

The maximum number of results that should be returned.

entityType
string (AccountingEntity)
Enum: "payClass" "labor" "equipment" "trucking" "material" "subcontract" "supplies" "x1" "x2" "x3" "job" "payAdjustments" "businessUnit" "costCode" "workersComp" "customCostType" "purchaseOrder" "purchaseOrderDetail" "vendorContract" "vendorContractDetail" "payItem" "jobLabor" "jobEquipment" "unknown"
Responses
post/api/v1/accountingValues/search
Request samples
{
  • "businessUnitId": "214dd610-35bc-4504-9246-7073493e0400",
  • "entityIds": [
    ],
  • "cursor": "string",
  • "limit": 0,
  • "entityType": "payClass"
}
Response samples
application/json
{
  • "results": [
    ],
  • "metadata": {
    }
}

Returns a list of rate set group accounting values that satisfy the filter criteria.

Securitybearer
Request
Request Body schema:
businessUnitId
string <uuid>

The businessUnit Id

entityIds
Array of strings or null <uuid>

List of entity Ids

cursor
string or null

Optional.
When there are additional results, the metadata nextCursor field should be passed to retrieve the next page of results.

limit
integer or null <int32>

The maximum number of results that should be returned.

entityType
string (AccountingEntity)
Enum: "payClass" "labor" "equipment" "trucking" "material" "subcontract" "supplies" "x1" "x2" "x3" "job" "payAdjustments" "businessUnit" "costCode" "workersComp" "customCostType" "purchaseOrder" "purchaseOrderDetail" "vendorContract" "vendorContractDetail" "payItem" "jobLabor" "jobEquipment" "unknown"
rateSetGroupId
string <uuid>

The rate set group id

Responses
post/api/v1/rateSetGroupAccountingValues/search
Request samples
{
  • "businessUnitId": "214dd610-35bc-4504-9246-7073493e0400",
  • "entityIds": [
    ],
  • "cursor": "string",
  • "limit": 0,
  • "entityType": "payClass",
  • "rateSetGroupId": "2f581143-10d4-4d6e-be8e-e75e7e3922fe"
}
Response samples
application/json
{
  • "results": [
    ],
  • "metadata": {
    }
}