QuantityAdjustment

Creates a new quantity adjustment for a job. This endpoint only supports web-only companies.

Securitybearer
Request
Request Body schema:
required
transactionDate
required
string <date-time>

Date on which the adjustments will be made. Format: yyyy-MM-dd

foremanId
string or null <uuid>

Foreman for which the adjustments will be recorded. If omitted, the adjustment will be made as a static foreman called "%PRODADJ%".

jobId
required
string <uuid>

Job containing the cost codes to be adjusted. This must be the job containing all cost codes in the adjustments list.

required
Array of objects (ApiAdjustmentWrite)

List of adjustments to be created. Only one adjustment per cost code may be made at a time.

Responses
204

No Content

post/api/v1/quantityAdjustment
Request samples
{
  • "transactionDate": "2021-09-02",
  • "foremanId": "da8d6442-a914-4b2a-9918-5a56d582198a",
  • "jobId": "00343b5a-0bf4-4e96-b202-b51ed02b7ec6",
  • "adjustments": [
    ]
}