Cycle Count Adjustment

The following APIs allow you to fetch paginated results for Cycle Count Header entries and Cycle Count details.

Cycle Count Adjustment Header URLs

Fetch paginated results when users use the following URL:

GET .../lgfapi/v10/entity/cc_adjustment_hdr/

Fetch non-paginated result by specific 'ID':

GET .../lgfapi/v10/entity/cc_adjustment_hdr/{id}

Cycle Count Adjustment Detail URLs

Fetch paginated results when users use the following URL:

GET .../lgfapi/v10/entity/cc_adjustment_dtl/

Fetch non-paginated result by specific 'ID':

GET .../lgfapi/v10/entity/cc_adjustment_dtl/{id}