Chilkat Online Tools

DataFlex / easybill REST API / Fetch positions list

Back to Collection Items

Use ChilkatAx-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vQueryParams
    Handle hoQueryParams
    Variant vResp
    Handle hoResp
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    String sV_number
    String sDescription
    String sSale_price
    String sId
    String sV_type
    String sDocument_note
    String sNote
    String sUnit
    String sExport_identifier
    String sV_NULL
    String sNStb
    String sNStbUstID
    String sNStbNoneUstID
    String sNStbIm
    String sRevc
    String sIG
    String sAL
    String sSStfr
    String sSmallBusiness
    String sLogin_id
    String sPrice_type
    Integer iVat_percent
    String sSale_price2
    String sSale_price3
    String sSale_price4
    String sSale_price5
    String sSale_price6
    String sSale_price7
    String sSale_price8
    String sSale_price9
    String sSale_price10
    String sCost_price
    String sExport_cost1
    String sExport_cost2
    String sGroup_id
    String sStock
    Integer iStock_count
    Boolean iStock_limit_notify
    String sStock_limit_notify_frequency
    Integer iStock_limit
    String sQuantity
    Boolean iArchived
    String sPage
    String sPages
    String sLimit
    String sTotal
    Integer i
    Integer iCount_i
    String sTemp1
    Boolean bTemp1

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    Get Create (RefClass(cComChilkatJsonObject)) To hoQueryParams
    If (Not(IsComObjectCreated(hoQueryParams))) Begin
        Send CreateComObject of hoQueryParams
    End
    Get ComUpdateString Of hoQueryParams "limit" "<integer>" To iSuccess
    Get ComUpdateString Of hoQueryParams "page" "<integer>" To iSuccess
    Get ComUpdateString Of hoQueryParams "type" "PRODUCT" To iSuccess
    Get ComUpdateString Of hoQueryParams "number" "<string>" To iSuccess

    Send ComSetRequestHeader To hoHttp "Authorization" "{{apiKey}}"
    Send ComSetRequestHeader To hoHttp "Accept" "application/json"

    Get pvComObject of hoQueryParams to vQueryParams
    Get ComQuickRequestParams Of hoHttp "GET" "https://api.easybill.de/rest/v1/positions" vQueryParams To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComGetBodySb Of hoResp vSbResponseBody To iSuccess

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
    Set ComEmitCompact Of hoJResp To False

    Showln "Response Body:"
    Get ComEmit Of hoJResp To sTemp1
    Showln sTemp1

    Get ComStatusCode Of hoResp To iRespStatusCode
    Showln "Response Status Code = " iRespStatusCode
    If (iRespStatusCode >= 400) Begin
        Showln "Response Header:"
        Get ComHeader Of hoResp To sTemp1
        Showln sTemp1
        Showln "Failed."
        Send Destroy of hoResp
        Procedure_Return
    End

    Send Destroy of hoResp

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "page": "<integer>",
    //   "pages": "<integer>",
    //   "limit": "<integer>",
    //   "total": "<integer>",
    //   "items": [
    //     {
    //       "number": "<string>",
    //       "description": "<string>",
    //       "sale_price": "<float>",
    //       "id": "<long>",
    //       "type": "PRODUCT",
    //       "document_note": "<string>",
    //       "note": null,
    //       "unit": null,
    //       "export_identifier": null,
    //       "export_identifier_extended": {
    //         "NULL": null,
    //         "nStb": null,
    //         "nStbUstID": null,
    //         "nStbNoneUstID": null,
    //         "nStbIm": null,
    //         "revc": null,
    //         "IG": null,
    //         "AL": null,
    //         "sStfr": null,
    //         "smallBusiness": null
    //       },
    //       "login_id": "<long>",
    //       "price_type": "NETTO",
    //       "vat_percent": 19,
    //       "sale_price2": null,
    //       "sale_price3": null,
    //       "sale_price4": null,
    //       "sale_price5": null,
    //       "sale_price6": null,
    //       "sale_price7": null,
    //       "sale_price8": null,
    //       "sale_price9": null,
    //       "sale_price10": null,
    //       "cost_price": "<float>",
    //       "export_cost1": null,
    //       "export_cost2": null,
    //       "group_id": "<long>",
    //       "stock": "NO",
    //       "stock_count": 0,
    //       "stock_limit_notify": false,
    //       "stock_limit_notify_frequency": "ALWAYS",
    //       "stock_limit": 0,
    //       "quantity": null,
    //       "archived": false
    //     },
    //     {
    //       "number": "<string>",
    //       "description": "<string>",
    //       "sale_price": "<float>",
    //       "id": "<long>",
    //       "type": "PRODUCT",
    //       "document_note": "<string>",
    //       "note": null,
    //       "unit": null,
    //       "export_identifier": null,
    //       "export_identifier_extended": {
    //         "NULL": null,
    //         "nStb": null,
    //         "nStbUstID": null,
    //         "nStbNoneUstID": null,
    //         "nStbIm": null,
    //         "revc": null,
    //         "IG": null,
    //         "AL": null,
    //         "sStfr": null,
    //         "smallBusiness": null
    //       },
    //       "login_id": "<long>",
    //       "price_type": "NETTO",
    //       "vat_percent": 19,
    //       "sale_price2": null,
    //       "sale_price3": null,
    //       "sale_price4": null,
    //       "sale_price5": null,
    //       "sale_price6": null,
    //       "sale_price7": null,
    //       "sale_price8": null,
    //       "sale_price9": null,
    //       "sale_price10": null,
    //       "cost_price": "<float>",
    //       "export_cost1": null,
    //       "export_cost2": null,
    //       "group_id": "<long>",
    //       "stock": "NO",
    //       "stock_count": 0,
    //       "stock_limit_notify": false,
    //       "stock_limit_notify_frequency": "ALWAYS",
    //       "stock_limit": 0,
    //       "quantity": null,
    //       "archived": false
    //     }
    //   ]
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    Get ComStringOf Of hoJResp "page" To sPage
    Get ComStringOf Of hoJResp "pages" To sPages
    Get ComStringOf Of hoJResp "limit" To sLimit
    Get ComStringOf Of hoJResp "total" To sTotal
    Move 0 To i
    Get ComSizeOfArray Of hoJResp "items" To iCount_i
    While (i < iCount_i)
        Set ComI Of hoJResp To i
        Get ComStringOf Of hoJResp "items[i].number" To sV_number
        Get ComStringOf Of hoJResp "items[i].description" To sDescription
        Get ComStringOf Of hoJResp "items[i].sale_price" To sSale_price
        Get ComStringOf Of hoJResp "items[i].id" To sId
        Get ComStringOf Of hoJResp "items[i].type" To sV_type
        Get ComStringOf Of hoJResp "items[i].document_note" To sDocument_note
        Get ComStringOf Of hoJResp "items[i].note" To sNote
        Get ComStringOf Of hoJResp "items[i].unit" To sUnit
        Get ComStringOf Of hoJResp "items[i].export_identifier" To sExport_identifier
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.NULL" To sV_NULL
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.nStb" To sNStb
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.nStbUstID" To sNStbUstID
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.nStbNoneUstID" To sNStbNoneUstID
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.nStbIm" To sNStbIm
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.revc" To sRevc
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.IG" To sIG
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.AL" To sAL
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.sStfr" To sSStfr
        Get ComStringOf Of hoJResp "items[i].export_identifier_extended.smallBusiness" To sSmallBusiness
        Get ComStringOf Of hoJResp "items[i].login_id" To sLogin_id
        Get ComStringOf Of hoJResp "items[i].price_type" To sPrice_type
        Get ComIntOf Of hoJResp "items[i].vat_percent" To iVat_percent
        Get ComStringOf Of hoJResp "items[i].sale_price2" To sSale_price2
        Get ComStringOf Of hoJResp "items[i].sale_price3" To sSale_price3
        Get ComStringOf Of hoJResp "items[i].sale_price4" To sSale_price4
        Get ComStringOf Of hoJResp "items[i].sale_price5" To sSale_price5
        Get ComStringOf Of hoJResp "items[i].sale_price6" To sSale_price6
        Get ComStringOf Of hoJResp "items[i].sale_price7" To sSale_price7
        Get ComStringOf Of hoJResp "items[i].sale_price8" To sSale_price8
        Get ComStringOf Of hoJResp "items[i].sale_price9" To sSale_price9
        Get ComStringOf Of hoJResp "items[i].sale_price10" To sSale_price10
        Get ComStringOf Of hoJResp "items[i].cost_price" To sCost_price
        Get ComStringOf Of hoJResp "items[i].export_cost1" To sExport_cost1
        Get ComStringOf Of hoJResp "items[i].export_cost2" To sExport_cost2
        Get ComStringOf Of hoJResp "items[i].group_id" To sGroup_id
        Get ComStringOf Of hoJResp "items[i].stock" To sStock
        Get ComIntOf Of hoJResp "items[i].stock_count" To iStock_count
        Get ComBoolOf Of hoJResp "items[i].stock_limit_notify" To iStock_limit_notify
        Get ComStringOf Of hoJResp "items[i].stock_limit_notify_frequency" To sStock_limit_notify_frequency
        Get ComIntOf Of hoJResp "items[i].stock_limit" To iStock_limit
        Get ComStringOf Of hoJResp "items[i].quantity" To sQuantity
        Get ComBoolOf Of hoJResp "items[i].archived" To iArchived
        Move (i + 1) To i
    Loop



End_Procedure

Curl Command

curl -G -d "limit=%3Cinteger%3E"
	-d "page=%3Cinteger%3E"
	-d "type=PRODUCT"
	-d "number=%3Cstring%3E"
	-H "Authorization: {{apiKey}}"
	-H "Accept: application/json"
https://api.easybill.de/rest/v1/positions

Postman Collection Item JSON

{
  "name": "Fetch positions list",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/positions?limit=<integer>&page=<integer>&type=PRODUCT&number=<string>",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "positions"
      ],
      "query": [
        {
          "key": "limit",
          "value": "<integer>",
          "description": "Limited the result. Default is 100. Maximum can be 1000."
        },
        {
          "key": "page",
          "value": "<integer>",
          "description": "Set current Page. Default is 1."
        },
        {
          "key": "type",
          "value": "PRODUCT",
          "description": "Filter positions by type."
        },
        {
          "key": "number",
          "value": "<string>",
          "description": "Filter positions by number. You can add multiple numbers separate by comma like no,no,no."
        }
      ]
    }
  },
  "response": [
    {
      "name": "Successful operation",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "Authorization",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/positions?limit=<integer>&page=<integer>&type=PRODUCT&number=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "positions"
          ],
          "query": [
            {
              "key": "limit",
              "value": "<integer>",
              "description": "Limited the result. Default is 100. Maximum can be 1000."
            },
            {
              "key": "page",
              "value": "<integer>",
              "description": "Set current Page. Default is 1."
            },
            {
              "key": "type",
              "value": "PRODUCT",
              "description": "Filter positions by type."
            },
            {
              "key": "number",
              "value": "<string>",
              "description": "Filter positions by number. You can add multiple numbers separate by comma like no,no,no."
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"page\": \"<integer>\",\n  \"pages\": \"<integer>\",\n  \"limit\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"items\": [\n    {\n      \"number\": \"<string>\",\n      \"description\": \"<string>\",\n      \"sale_price\": \"<float>\",\n      \"id\": \"<long>\",\n      \"type\": \"PRODUCT\",\n      \"document_note\": \"<string>\",\n      \"note\": null,\n      \"unit\": null,\n      \"export_identifier\": null,\n      \"export_identifier_extended\": {\n        \"NULL\": null,\n        \"nStb\": null,\n        \"nStbUstID\": null,\n        \"nStbNoneUstID\": null,\n        \"nStbIm\": null,\n        \"revc\": null,\n        \"IG\": null,\n        \"AL\": null,\n        \"sStfr\": null,\n        \"smallBusiness\": null\n      },\n      \"login_id\": \"<long>\",\n      \"price_type\": \"NETTO\",\n      \"vat_percent\": 19,\n      \"sale_price2\": null,\n      \"sale_price3\": null,\n      \"sale_price4\": null,\n      \"sale_price5\": null,\n      \"sale_price6\": null,\n      \"sale_price7\": null,\n      \"sale_price8\": null,\n      \"sale_price9\": null,\n      \"sale_price10\": null,\n      \"cost_price\": \"<float>\",\n      \"export_cost1\": null,\n      \"export_cost2\": null,\n      \"group_id\": \"<long>\",\n      \"stock\": \"NO\",\n      \"stock_count\": 0,\n      \"stock_limit_notify\": false,\n      \"stock_limit_notify_frequency\": \"ALWAYS\",\n      \"stock_limit\": 0,\n      \"quantity\": null,\n      \"archived\": false\n    },\n    {\n      \"number\": \"<string>\",\n      \"description\": \"<string>\",\n      \"sale_price\": \"<float>\",\n      \"id\": \"<long>\",\n      \"type\": \"PRODUCT\",\n      \"document_note\": \"<string>\",\n      \"note\": null,\n      \"unit\": null,\n      \"export_identifier\": null,\n      \"export_identifier_extended\": {\n        \"NULL\": null,\n        \"nStb\": null,\n        \"nStbUstID\": null,\n        \"nStbNoneUstID\": null,\n        \"nStbIm\": null,\n        \"revc\": null,\n        \"IG\": null,\n        \"AL\": null,\n        \"sStfr\": null,\n        \"smallBusiness\": null\n      },\n      \"login_id\": \"<long>\",\n      \"price_type\": \"NETTO\",\n      \"vat_percent\": 19,\n      \"sale_price2\": null,\n      \"sale_price3\": null,\n      \"sale_price4\": null,\n      \"sale_price5\": null,\n      \"sale_price6\": null,\n      \"sale_price7\": null,\n      \"sale_price8\": null,\n      \"sale_price9\": null,\n      \"sale_price10\": null,\n      \"cost_price\": \"<float>\",\n      \"export_cost1\": null,\n      \"export_cost2\": null,\n      \"group_id\": \"<long>\",\n      \"stock\": \"NO\",\n      \"stock_count\": 0,\n      \"stock_limit_notify\": false,\n      \"stock_limit_notify_frequency\": \"ALWAYS\",\n      \"stock_limit\": 0,\n      \"quantity\": null,\n      \"archived\": false\n    }\n  ]\n}"
    },
    {
      "name": "Too Many Requests",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "Authorization",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/positions?limit=<integer>&page=<integer>&type=PRODUCT&number=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "positions"
          ],
          "query": [
            {
              "key": "limit",
              "value": "<integer>",
              "description": "Limited the result. Default is 100. Maximum can be 1000."
            },
            {
              "key": "page",
              "value": "<integer>",
              "description": "Set current Page. Default is 1."
            },
            {
              "key": "type",
              "value": "PRODUCT",
              "description": "Filter positions by type."
            },
            {
              "key": "number",
              "value": "<string>",
              "description": "Filter positions by number. You can add multiple numbers separate by comma like no,no,no."
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "text",
      "header": [
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}