Uploaded image for project: 'ui-checkin'
  1. ui-checkin
  2. UICHKIN-385

Add sessionId field to check-in request body JSON

    XMLWordPrintable

Details

    • Story
    • Status: Closed (View Workflow)
    • P2
    • Resolution: Done
    • None
    • 9.0.0
    • None
    • EPAM-Veg Sprint 166, EPAM-Veg Sprint 167
    • 3
    • Vega
    • Poppy (R2 2023)
    • TBD

    Description

      Check-in request JSON (POST /circulation/check-in-by-barcode) should be extended with the new UUID field, sessionId. Example of a new check-in request:

      {
        "itemBarcode": "2887532577331",
        "servicePointId": "8359f2bc-b83e-48e1-8a5b-ca1a74e840de",
        "checkInDate": "2018-03-05T14:23:41.000Z",
        "sessionId": "c97910a2-9f98-4005-ae88-e448bd26489f"
      } 

      sessionId should meet these criteria:

      • sessionId should be the same for all check-in requests created in scope of a single session.
      • Once the session is closed (either by user clicking "End session" or by a timer), current sessionId should never be used again for subsequent check-ins.

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                Dmitriy Litvinenko Dmitriy Litvinenko
                oleksandrkurash Alexander Kurash
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases