Uploaded image for project: 'mod-inventory-storage'
  1. mod-inventory-storage
  2. MODINVSTOR-95

add endpoint for service points

    XMLWordPrintable

Details

    Description

      UIORG-50 and UIORG-51 and UIORG-52 depend on this.

      Also, it might be necessary to scope permissions to locations or to service points (not for the stories above but further down the road).

      POST /service-points/
      GET,PUT,DELETE /service-points/{id}
      
      ServicePoint.json
      {
        "name": "Circ Desk 1" //string, unique, non-empty
        "code": "cd1" //string, unique, non-empty
        "discoveryDisplayName": "Circulation Desk -- Hallway" //string, non-empty
        "description": "xxx" //string, optional
        "shelvingLagTime": 20 //integer, > 0
        "pickupLocation": true //boolean, default true
        "feeFineOwner" : true //boolean, default true
      }
      
      

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                kurt Kurt Nordstrom
                jakub Jakub Skoczen
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Time Tracking

                    Estimated:
                    Original Estimate - Not Specified
                    Not Specified
                    Remaining:
                    Remaining Estimate - 0 minutes
                    0m
                    Logged:
                    Time Spent - 3 days
                    3d

                    TestRail: Runs

                      TestRail: Cases