Support GET API for Cycle Count Adjustment and Cycle Count Summary Adjustment Entities

To improve data retrieval flexibility and efficiency, we have addressed specific entities related to cycle count (CC) adjustments and summaries through the GET API.

Etity Objective Details API Access

CC Adjustment Header (cc_adjustment_hdr)

Introducing GET support for retrieving header-level information for cycle count adjustments.

All fields related to the header, such as adjustment ID, date, and metadata are introduced.

- Paginated results: GET .../lgfapi/v10/entity/cc_adjustment_hdr/- Specific record by ID: GET .../lgfapi/v

10/entity/cc_adjustment_hdr/{id}

CC Adjustment Detail (cc_adjustment_dtl)

Introducing GET support for retrieving detailed line items for each cycle count adjustment.

All fields related to the details, including item details and quantities are introduced.

- Paginated results: GET .../lgfapi/v10/entity/cc_adjustment_dtl/- Specific record by ID: GET .../lgfapi/v10/entity/cc_adjustment_dtl/{id}

CC Summary Adjustment Header (cc_summary_adjustment_hdr)

Introducing GET support for retrieving summary header information for cycle count adjustments.

All fields related to the summary header, such as summary ID, dates, and summary-level metadata are introduced.

- Paginated results: GET .../lgfapi/v10/entity/cc_summary_adjustment_hdr/- Specific record by ID: GET .../lgfapi/v10/entity/cc_summary_adjustment_hdr/{id}

CC Summary Adjustment Detail (cc_summary_adjustment_dtl)

Introducing GET support for retrieving detailed line items associated with cycle count summary adjustments.

All fields related to the summary details, offering a detailed breakdown of each summary adjustment are introduced.

- Paginated results: GET .../lgfapi/v10/entity/cc_summary_adjustment_dtl/- Specific record by ID: GET .../lgfapi/v10/entity/cc_summary_adjustment_dtl/{id}

This will allow you to easily access and filter relevant data through API calls.

Steps to Enable

You don't need to do anything to enable this feature.

Key Resources