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}

Cycle Count Adjustment Approval Rule

This entity is used to get the list of the cycle count adjustment approval rules present in the system. These rules can be utilized to feed an external system or referenced outside of WMS, providing flexibility and integration with other platforms.

To fetch all results, use the following URL:
GET .../lgfapi/v10/entity/cc_adjustment_approval_rule/
To fetch only one result based on ‘ID’, search with a specific 'ID' in the following URL:
GET .../lgfapi/v10/entity/cc_adjustment_approval_rule/{id}
In the same way, the support is extended for HEAD Request Method using the following URL:
HEAD .../lgfapi/v10/entity/cc_adjustment_approval_rule/{id}