Labor Adjustment Control

GET {{base_url}}/DataEntry/laControl/:Batch

NOTE: This applies if you have the Use Files to Group Transactions option set to Yes in Settings » Accounting » Transactions.

Use this endpoint to retrieve the control record for a specific batch of labor adjustments.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"Batch":"LABatch00001","Description":"Labor Adjustment API Test 1","Recurring":"N","EndDate":"2017-12-31T00:00:00.000","RegHrsTotal":0,"SumRegHrsTotal":20,"DiffRegHrsTotal":-20,"OvtHrsTotal":0,"SumOvtHrsTotal":0,"DiffOvtHrsTotal":0,"SpecialOvtHrsTotal":0,"SumSpecialOvtHrsTotal":0,"DiffSpecialOvtHrsTotal":0,"RegAmtTotal":0,"SumRegAmtTotal":20,"DiffRegAmtTotal":-20,"OvtAmtTotal":0,"SumOvtAmtTotal":0,"DiffOvtAmtTotal":0,"SpecialOvtAmtTotal":0,"SumSpecialOvtAmtTotal":0,"DiffSpecialOvtAmtTotal":0,"BillExtTotal":0,"SumBillExtTotal":0,"DiffBillExtTotal":0,"RealizationTotal":0,"SumRealizationTotal":0,"DiffRealizationTotal":0,"Selected":"N","Posted":"N","Creator":"ADMIN","Period":201305,"Company":"A0","Diary":"D1","DiaryNo":1459}]