POSPointe
    POSPointe
    MyPOSPointe API
    • POSPointe GiftCard Server
    • Pospointe Trans
    • MyPOSPointe API
    • Pospointe Agent
    • Pospointe Loyalty
    • Get Departments
      GET
    • Get Items
      GET

      Get Departments

      Developing
      GET
      https://giftcard.myposerver.comhttps://api3.mypospointe.com:8843/Departments

      Request

      Header Params

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api3.mypospointe.com:8843/Departments' \
      --header 'db: 170'

      Responses

      🟢200OK
      application/json
      Body

      Example
      [
          {
              "deptId": "string",
              "deptName": "string",
              "picturePath": null,
              "visible": "string",
              "btnColor": "string",
              "nameVisible": "string",
              "pictureVisible": "string",
              "listOrder": 0,
              "showinOrderTablet": true
          }
      ]
      Modified at 2024-11-19 07:00:40
      Next
      Get Items
      Built with