Chilkat Online Tools

DataFlex / New FreshBooks / Create Expense

Back to Collection Items

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vJson
    Handle hoJson
    Variant vResp
    Handle hoResp
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    String sAccount_name
    String sAccountid
    String sAccounting_systemid
    String sAmount
    String sCode
    Integer iAttachmentid
    Integer iId
    String sV_Jwt
    String sMedia_type
    String sBackground_jobid
    String sBank_name
    Integer iCategoryid
    Integer iClientid
    Boolean iCompounded_tax
    String sDate
    Integer iExpenseid
    Integer iExt_invoiceid
    Integer iExt_systemid
    Boolean iFrom_bulk_import
    Boolean iHas_receipt
    Integer iExpenseId
    Boolean iInclude_receipt
    String sInvoiceid
    Boolean iIs_cogs
    Boolean iIsduplicate
    String sMarkup_percent
    String sNotes
    String sProfileid
    Integer iProjectid
    Integer iStaffid
    Integer iStatus
    String sTaxAmount1Amount
    String sTaxAmount1Code
    String sTaxAmount2
    String sTaxName1
    String sTaxName2
    String sTaxPercent1
    String sTaxPercent2
    String sTransactionid
    String sUpdated
    String sVendor
    Integer iVis_state
    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

    // Use this online tool to generate code from sample JSON: Generate Code to Create JSON

    // The following JSON is sent in the request body.

    // {
    //   "expense": {
    //     "transactionid": null,
    //     "status": null,
    //     "has_receipt": false,
    //     "always_remember": false,
    //     "is_cogs": true,
    //     "account_name": null,
    //     "include_receipt": false,
    //     "amount": {
    //       "amount": "79.73",
    //       "code": "USD"
    //     },
    //     "notes": "Purchased Gasoline for deliveries",
    //     "vendor": "Shell Gas Station",
    //     "date": "2019-04-24",
    //     "staffid": 1,
    //     "author_name": null,
    //     "taxName1": "other tax",
    //     "taxName2": null,
    //     "taxAmount1": {
    //       "amount": "9.17",
    //       "code": "USD"
    //     },
    //     "taxPercent1": 13,
    //     "taxPercent2": null,
    //     "markup_percent": 20,
    //     "invoiceid": null,
    //     "attachment": {
    //       "jwt": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA",
    //       "media_type": "image/png",
    //       "expenseid": null
    //     },
    //     "categoryid": "65679",
    //     "category_name": "",
    //     "clientid": 485558,
    //     "converse_projectid": 12345
    //   }
    // }

    Get Create (RefClass(cComChilkatJsonObject)) To hoJson
    If (Not(IsComObjectCreated(hoJson))) Begin
        Send CreateComObject of hoJson
    End
    Get ComUpdateNull Of hoJson "expense.transactionid" To iSuccess
    Get ComUpdateNull Of hoJson "expense.status" To iSuccess
    Get ComUpdateBool Of hoJson "expense.has_receipt" False To iSuccess
    Get ComUpdateBool Of hoJson "expense.always_remember" False To iSuccess
    Get ComUpdateBool Of hoJson "expense.is_cogs" True To iSuccess
    Get ComUpdateNull Of hoJson "expense.account_name" To iSuccess
    Get ComUpdateBool Of hoJson "expense.include_receipt" False To iSuccess
    Get ComUpdateString Of hoJson "expense.amount.amount" "79.73" To iSuccess
    Get ComUpdateString Of hoJson "expense.amount.code" "USD" To iSuccess
    Get ComUpdateString Of hoJson "expense.notes" "Purchased Gasoline for deliveries" To iSuccess
    Get ComUpdateString Of hoJson "expense.vendor" "Shell Gas Station" To iSuccess
    Get ComUpdateString Of hoJson "expense.date" "2019-04-24" To iSuccess
    Get ComUpdateInt Of hoJson "expense.staffid" 1 To iSuccess
    Get ComUpdateNull Of hoJson "expense.author_name" To iSuccess
    Get ComUpdateString Of hoJson "expense.taxName1" "other tax" To iSuccess
    Get ComUpdateNull Of hoJson "expense.taxName2" To iSuccess
    Get ComUpdateString Of hoJson "expense.taxAmount1.amount" "9.17" To iSuccess
    Get ComUpdateString Of hoJson "expense.taxAmount1.code" "USD" To iSuccess
    Get ComUpdateInt Of hoJson "expense.taxPercent1" 13 To iSuccess
    Get ComUpdateNull Of hoJson "expense.taxPercent2" To iSuccess
    Get ComUpdateInt Of hoJson "expense.markup_percent" 20 To iSuccess
    Get ComUpdateNull Of hoJson "expense.invoiceid" To iSuccess
    Get ComUpdateString Of hoJson "expense.attachment.jwt" "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA" To iSuccess
    Get ComUpdateString Of hoJson "expense.attachment.media_type" "image/png" To iSuccess
    Get ComUpdateNull Of hoJson "expense.attachment.expenseid" To iSuccess
    Get ComUpdateString Of hoJson "expense.categoryid" "65679" To iSuccess
    Get ComUpdateString Of hoJson "expense.category_name" "" To iSuccess
    Get ComUpdateInt Of hoJson "expense.clientid" 485558 To iSuccess
    Get ComUpdateInt Of hoJson "expense.converse_projectid" 12345 To iSuccess

    // Adds the "Authorization: Bearer <access_token>" header.
    Set ComAuthToken Of hoHttp To "<access_token>"
    Send ComSetRequestHeader To hoHttp "Content-Type" "application/json"

    Get pvComObject of hoJson to vJson
    Get ComPostJson3 Of hoHttp "https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses?include%5B%5D=attachment" "application/json" vJson 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)

    // {
    //   "response": {
    //     "result": {
    //       "expense": {
    //         "account_name": "",
    //         "accountid": null,
    //         "accounting_systemid": "wkMd2g",
    //         "amount": {
    //           "amount": "79.73",
    //           "code": "USD"
    //         },
    //         "attachment": {
    //           "attachmentid": 8670,
    //           "id": 8670,
    //           "jwt": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA",
    //           "media_type": "image/png"
    //         },
    //         "background_jobid": null,
    //         "bank_name": "",
    //         "categoryid": 2003174,
    //         "clientid": 0,
    //         "compounded_tax": false,
    //         "date": "2019-04-24",
    //         "expenseid": 1825574,
    //         "ext_invoiceid": 0,
    //         "ext_systemid": 0,
    //         "from_bulk_import": false,
    //         "has_receipt": true,
    //         "id": 1825574,
    //         "include_receipt": false,
    //         "invoiceid": null,
    //         "is_cogs": false,
    //         "isduplicate": true,
    //         "markup_percent": "0",
    //         "notes": "Purchased Gasoline for deliveries",
    //         "profileid": null,
    //         "projectid": 0,
    //         "staffid": 1,
    //         "status": 0,
    //         "taxAmount1": {
    //           "amount": "9.17",
    //           "code": "USD"
    //         },
    //         "taxAmount2": null,
    //         "taxName1": "other tax",
    //         "taxName2": null,
    //         "taxPercent1": "13",
    //         "taxPercent2": null,
    //         "transactionid": null,
    //         "updated": "2019-04-24 11:33:35",
    //         "vendor": "Shell Gas Station",
    //         "vis_state": 0
    //       }
    //     }
    //   }
    // }

    // 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 "response.result.expense.account_name" To sAccount_name
    Get ComStringOf Of hoJResp "response.result.expense.accountid" To sAccountid
    Get ComStringOf Of hoJResp "response.result.expense.accounting_systemid" To sAccounting_systemid
    Get ComStringOf Of hoJResp "response.result.expense.amount.amount" To sAmount
    Get ComStringOf Of hoJResp "response.result.expense.amount.code" To sCode
    Get ComIntOf Of hoJResp "response.result.expense.attachment.attachmentid" To iAttachmentid
    Get ComIntOf Of hoJResp "response.result.expense.attachment.id" To iId
    Get ComStringOf Of hoJResp "response.result.expense.attachment.jwt" To sV_Jwt
    Get ComStringOf Of hoJResp "response.result.expense.attachment.media_type" To sMedia_type
    Get ComStringOf Of hoJResp "response.result.expense.background_jobid" To sBackground_jobid
    Get ComStringOf Of hoJResp "response.result.expense.bank_name" To sBank_name
    Get ComIntOf Of hoJResp "response.result.expense.categoryid" To iCategoryid
    Get ComIntOf Of hoJResp "response.result.expense.clientid" To iClientid
    Get ComBoolOf Of hoJResp "response.result.expense.compounded_tax" To iCompounded_tax
    Get ComStringOf Of hoJResp "response.result.expense.date" To sDate
    Get ComIntOf Of hoJResp "response.result.expense.expenseid" To iExpenseid
    Get ComIntOf Of hoJResp "response.result.expense.ext_invoiceid" To iExt_invoiceid
    Get ComIntOf Of hoJResp "response.result.expense.ext_systemid" To iExt_systemid
    Get ComBoolOf Of hoJResp "response.result.expense.from_bulk_import" To iFrom_bulk_import
    Get ComBoolOf Of hoJResp "response.result.expense.has_receipt" To iHas_receipt
    Get ComIntOf Of hoJResp "response.result.expense.id" To iExpenseId
    Get ComBoolOf Of hoJResp "response.result.expense.include_receipt" To iInclude_receipt
    Get ComStringOf Of hoJResp "response.result.expense.invoiceid" To sInvoiceid
    Get ComBoolOf Of hoJResp "response.result.expense.is_cogs" To iIs_cogs
    Get ComBoolOf Of hoJResp "response.result.expense.isduplicate" To iIsduplicate
    Get ComStringOf Of hoJResp "response.result.expense.markup_percent" To sMarkup_percent
    Get ComStringOf Of hoJResp "response.result.expense.notes" To sNotes
    Get ComStringOf Of hoJResp "response.result.expense.profileid" To sProfileid
    Get ComIntOf Of hoJResp "response.result.expense.projectid" To iProjectid
    Get ComIntOf Of hoJResp "response.result.expense.staffid" To iStaffid
    Get ComIntOf Of hoJResp "response.result.expense.status" To iStatus
    Get ComStringOf Of hoJResp "response.result.expense.taxAmount1.amount" To sTaxAmount1Amount
    Get ComStringOf Of hoJResp "response.result.expense.taxAmount1.code" To sTaxAmount1Code
    Get ComStringOf Of hoJResp "response.result.expense.taxAmount2" To sTaxAmount2
    Get ComStringOf Of hoJResp "response.result.expense.taxName1" To sTaxName1
    Get ComStringOf Of hoJResp "response.result.expense.taxName2" To sTaxName2
    Get ComStringOf Of hoJResp "response.result.expense.taxPercent1" To sTaxPercent1
    Get ComStringOf Of hoJResp "response.result.expense.taxPercent2" To sTaxPercent2
    Get ComStringOf Of hoJResp "response.result.expense.transactionid" To sTransactionid
    Get ComStringOf Of hoJResp "response.result.expense.updated" To sUpdated
    Get ComStringOf Of hoJResp "response.result.expense.vendor" To sVendor
    Get ComIntOf Of hoJResp "response.result.expense.vis_state" To iVis_state


End_Procedure

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: application/json"
	-d '{
    "expense": {
        "transactionid": null,
        "status": null,
        "has_receipt": false,
        "always_remember": false,
        "is_cogs": true,
        "account_name": null,
        "include_receipt": false,
        "amount": {
            "amount": "79.73",
            "code": "USD"
        },
        "notes": "Purchased Gasoline for deliveries",
        "vendor": "Shell Gas Station",
        "date": "2019-04-24",
        "staffid": 1,
        "author_name": null,
        "taxName1": "other tax",
        "taxName2": null,
        "taxAmount1": {
            "amount": "9.17",
            "code": "USD"
        },
        "taxPercent1": 13,
        "taxPercent2": null,
        "markup_percent": 20,
        "invoiceid": null,
        "attachment": {
            "jwt": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA",
            "media_type": "image/png",
            "expenseid": null
        },
        "categoryid": "65679",
        "category_name": "",
        "clientid": 485558,
        "converse_projectid": 12345	
    }
}'
https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses?include%5B%5D=attachment

Postman Collection Item JSON

{
  "name": "Create Expense",
  "event": [
    {
      "listen": "test",
      "script": {
        "exec": [
          "let jsonData = JSON.parse(responseBody);",
          "pm.environment.set(\"expenseId\", jsonData.response.result.expense.id);",
          ""
        ],
        "type": "text/javascript"
      }
    }
  ],
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "name": "Content-Type",
        "value": "application/json",
        "type": "text"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n    \"expense\": {\n        \"transactionid\": null,\n        \"status\": null,\n        \"has_receipt\": false,\n        \"always_remember\": false,\n        \"is_cogs\": true,\n        \"account_name\": null,\n        \"include_receipt\": false,\n        \"amount\": {\n            \"amount\": \"79.73\",\n            \"code\": \"USD\"\n        },\n        \"notes\": \"Purchased Gasoline for deliveries\",\n        \"vendor\": \"Shell Gas Station\",\n        \"date\": \"2019-04-24\",\n        \"staffid\": 1,\n        \"author_name\": null,\n        \"taxName1\": \"other tax\",\n        \"taxName2\": null,\n        \"taxAmount1\": {\n            \"amount\": \"9.17\",\n            \"code\": \"USD\"\n        },\n        \"taxPercent1\": 13,\n        \"taxPercent2\": null,\n        \"markup_percent\": 20,\n        \"invoiceid\": null,\n        \"attachment\": {\n            \"jwt\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA\",\n            \"media_type\": \"image/png\",\n            \"expenseid\": null\n        },\n        \"categoryid\": \"65679\",\n        \"category_name\": \"\",\n        \"clientid\": 485558,\n        \"converse_projectid\": 12345\t\n    }\n}"
    },
    "url": {
      "raw": "https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses?include%5B%5D=attachment",
      "protocol": "https",
      "host": [
        "api",
        "freshbooks",
        "com"
      ],
      "path": [
        "accounting",
        "account",
        "{{accountId}}",
        "expenses",
        "expenses"
      ],
      "query": [
        {
          "key": "include%5B%5D",
          "value": "attachment"
        }
      ]
    },
    "description": "Category can be passed as categoryid or category_name, both as string values."
  },
  "response": [
    {
      "name": "Create Expense",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "name": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"expense\": {\n        \"transactionid\": null,\n        \"status\": null,\n        \"has_receipt\": false,\n        \"always_remember\": false,\n        \"is_cogs\": false,\n        \"account_name\": null,\n        \"include_receipt\": false,\n        \"amount\": {\n            \"amount\": \"79.73\",\n            \"code\": \"USD\"\n        },\n        \"notes\": \"Purchased Gasoline for deliveries\",\n        \"vendor\": \"Shell Gas Station\",\n        \"date\": \"2019-04-24\",\n        \"staffid\": 1,\n        \"author_name\": null,\n        \"taxName1\": \"other tax\",\n        \"taxName2\": null,\n        \"taxAmount1\": {\n            \"amount\": \"9.17\",\n            \"code\": \"USD\"\n        },\n        \"taxPercent1\": 13,\n        \"taxPercent2\": null,\n        \"markup_percent\": null,\n        \"invoiceid\": null,\n        \"attachment\": {\n            \"jwt\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA\",\n            \"media_type\": \"image/png\",\n            \"expenseid\": null\n        },\n        \"categoryid\": \"2003174\",\n        \"clientid\": null\n    }\n}"
        },
        "url": {
          "raw": "https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses?include%5B%5D=attachment",
          "protocol": "https",
          "host": [
            "api",
            "freshbooks",
            "com"
          ],
          "path": [
            "accounting",
            "account",
            "{{accountId}}",
            "expenses",
            "expenses"
          ],
          "query": [
            {
              "key": "include%5B%5D",
              "value": "attachment"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Server",
          "value": "nginx"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        },
        {
          "key": "X-NewRelic-App-Data",
          "value": "PxQBWV5TCBABVlVSAwEOVlcTGhE1AwE2QgNWEVlbQFtcCxYnRA9QFg1ZWU4DFVdfRgFPCkNFR0gBSUZWDBUGEQoHQBJdVkdXQEcVUR1RHVBVBQBZU1UMCwNQVFsDBgVRSAAFBVBKQVFWUwEACAkBCgJcCFQBAAtASFBWDRUGZQ=="
        },
        {
          "key": "Access-Control-Allow-Origin",
          "value": "*"
        },
        {
          "key": "Expires",
          "value": "Tue, 24 Apr 2018 15:33:35 GMT"
        },
        {
          "key": "Cache-Control",
          "value": "no-cache"
        },
        {
          "key": "Content-Encoding",
          "value": "gzip"
        },
        {
          "key": "Via",
          "value": "1.1 google"
        },
        {
          "key": "Via",
          "value": "1.1 varnish"
        },
        {
          "key": "Transfer-Encoding",
          "value": "chunked"
        },
        {
          "key": "Accept-Ranges",
          "value": "bytes"
        },
        {
          "key": "Date",
          "value": "Wed, 24 Apr 2019 15:33:35 GMT"
        },
        {
          "key": "Connection",
          "value": "keep-alive"
        },
        {
          "key": "X-Served-By",
          "value": "cache-jfk8129-JFK"
        },
        {
          "key": "X-Cache",
          "value": "MISS"
        },
        {
          "key": "X-Cache-Hits",
          "value": "0"
        },
        {
          "key": "Vary",
          "value": "Accept-Encoding"
        },
        {
          "key": "Country",
          "value": "CA"
        },
        {
          "key": "Strict-Transport-Security",
          "value": "max-age=31536000; includeSubDomains; preload"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"response\": {\n        \"result\": {\n            \"expense\": {\n                \"account_name\": \"\",\n                \"accountid\": null,\n                \"accounting_systemid\": \"wkMd2g\",\n                \"amount\": {\n                    \"amount\": \"79.73\",\n                    \"code\": \"USD\"\n                },\n                \"attachment\": {\n                    \"attachmentid\": 8670,\n                    \"id\": 8670,\n                    \"jwt\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA\",\n                    \"media_type\": \"image/png\"\n                },\n                \"background_jobid\": null,\n                \"bank_name\": \"\",\n                \"categoryid\": 2003174,\n                \"clientid\": 0,\n                \"compounded_tax\": false,\n                \"date\": \"2019-04-24\",\n                \"expenseid\": 1825574,\n                \"ext_invoiceid\": 0,\n                \"ext_systemid\": 0,\n                \"from_bulk_import\": false,\n                \"has_receipt\": true,\n                \"id\": 1825574,\n                \"include_receipt\": false,\n                \"invoiceid\": null,\n                \"is_cogs\": false,\n                \"isduplicate\": true,\n                \"markup_percent\": \"0\",\n                \"notes\": \"Purchased Gasoline for deliveries\",\n                \"profileid\": null,\n                \"projectid\": 0,\n                \"staffid\": 1,\n                \"status\": 0,\n                \"taxAmount1\": {\n                    \"amount\": \"9.17\",\n                    \"code\": \"USD\"\n                },\n                \"taxAmount2\": null,\n                \"taxName1\": \"other tax\",\n                \"taxName2\": null,\n                \"taxPercent1\": \"13\",\n                \"taxPercent2\": null,\n                \"transactionid\": null,\n                \"updated\": \"2019-04-24 11:33:35\",\n                \"vendor\": \"Shell Gas Station\",\n                \"vis_state\": 0\n            }\n        }\n    }\n}"
    }
  ]
}