Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Support to fetch all cycle count imports based on filter like status and facility #2

Closed
nameet-jain opened this issue Jun 10, 2024 · 0 comments · Fixed by #3
Closed

Comments

@nameet-jain
Copy link
Contributor

GET
/inventory-cycle-count/cycleCounts

Body Parameters

{
    "statusId" : [
        "INV_COUNT_CREATED",
        "INV_COUNT_COMPLETED"
    ],
    "facilityId":"WH"
}

Response

[
    {
        "statusDescription": "Completed",
        "facilityName": "Central Warehouse",
        "inventoryCountImportId": "10000",
        "uploadedByUserLogin": "hotwax.user",
        "facilityId": "WH",
        "statusId": "INV_COUNT_COMPLETED",
        "createdDate": 1688463977676
    }
]
@nameet-jain nameet-jain changed the title API: Support to fetch cycle count import. API: Support to fetch all cycle count imports based on filter like status and facility Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant