Chilkat Online Tools

C / New FreshBooks / Create Expense with Receipt

Back to Collection Items

#include <C_CkHttp.h>
#include <C_CkJsonObject.h>
#include <C_CkHttpResponse.h>
#include <C_CkStringBuilder.h>

void ChilkatSample(void)
    {
    HCkHttp http;
    BOOL success;
    HCkJsonObject json;
    HCkHttpResponse resp;
    HCkStringBuilder sbResponseBody;
    HCkJsonObject jResp;
    int respStatusCode;
    const char *Account_name;
    const char *Accountid;
    const char *Accounting_systemid;
    const char *Amount;
    const char *Code;
    int Attachmentid;
    int Id;
    const char *v_Jwt;
    const char *Media_type;
    const char *Background_jobid;
    const char *Bank_name;
    int Categoryid;
    int Clientid;
    BOOL Compounded_tax;
    const char *Date;
    int Expenseid;
    int Ext_invoiceid;
    int Ext_systemid;
    BOOL From_bulk_import;
    BOOL Has_receipt;
    int ExpenseId;
    BOOL Include_receipt;
    const char *Invoiceid;
    BOOL Is_cogs;
    BOOL Isduplicate;
    const char *Markup_percent;
    const char *Notes;
    const char *Profileid;
    int Projectid;
    int Staffid;
    int Status;
    const char *TaxAmount1Amount;
    const char *TaxAmount1Code;
    const char *TaxAmount2;
    const char *TaxName1;
    const char *TaxName2;
    const char *TaxPercent1;
    const char *TaxPercent2;
    const char *Transactionid;
    const char *Updated;
    const char *Vendor;
    int Vis_state;

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

    http = CkHttp_Create();

    // 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": false,
    //     "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": null,
    //     "invoiceid": null,
    //     "attachment": {
    //       "jwt": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA",
    //       "media_type": "image/png",
    //       "expenseid": null
    //     },
    //     "categoryid": "2003174",
    //     "clientid": null
    //   }
    // }

    json = CkJsonObject_Create();
    CkJsonObject_UpdateNull(json,"expense.transactionid");
    CkJsonObject_UpdateNull(json,"expense.status");
    CkJsonObject_UpdateBool(json,"expense.has_receipt",FALSE);
    CkJsonObject_UpdateBool(json,"expense.always_remember",FALSE);
    CkJsonObject_UpdateBool(json,"expense.is_cogs",FALSE);
    CkJsonObject_UpdateNull(json,"expense.account_name");
    CkJsonObject_UpdateBool(json,"expense.include_receipt",FALSE);
    CkJsonObject_UpdateString(json,"expense.amount.amount","79.73");
    CkJsonObject_UpdateString(json,"expense.amount.code","USD");
    CkJsonObject_UpdateString(json,"expense.notes","Purchased Gasoline for deliveries");
    CkJsonObject_UpdateString(json,"expense.vendor","Shell Gas Station");
    CkJsonObject_UpdateString(json,"expense.date","2019-04-24");
    CkJsonObject_UpdateInt(json,"expense.staffid",1);
    CkJsonObject_UpdateNull(json,"expense.author_name");
    CkJsonObject_UpdateString(json,"expense.taxName1","other tax");
    CkJsonObject_UpdateNull(json,"expense.taxName2");
    CkJsonObject_UpdateString(json,"expense.taxAmount1.amount","9.17");
    CkJsonObject_UpdateString(json,"expense.taxAmount1.code","USD");
    CkJsonObject_UpdateInt(json,"expense.taxPercent1",13);
    CkJsonObject_UpdateNull(json,"expense.taxPercent2");
    CkJsonObject_UpdateNull(json,"expense.markup_percent");
    CkJsonObject_UpdateNull(json,"expense.invoiceid");
    CkJsonObject_UpdateString(json,"expense.attachment.jwt","eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA");
    CkJsonObject_UpdateString(json,"expense.attachment.media_type","image/png");
    CkJsonObject_UpdateNull(json,"expense.attachment.expenseid");
    CkJsonObject_UpdateString(json,"expense.categoryid","2003174");
    CkJsonObject_UpdateNull(json,"expense.clientid");

    // Adds the "Authorization: Bearer <access_token>" header.
    CkHttp_putAuthToken(http,"<access_token>");
    CkHttp_SetRequestHeader(http,"Content-Type","application/json");

    resp = CkHttp_PostJson3(http,"https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses?include%5B%5D=attachment","application/json",json);
    if (CkHttp_getLastMethodSuccess(http) == FALSE) {
        printf("%s\n",CkHttp_lastErrorText(http));
        CkHttp_Dispose(http);
        CkJsonObject_Dispose(json);
        return;
    }

    sbResponseBody = CkStringBuilder_Create();
    CkHttpResponse_GetBodySb(resp,sbResponseBody);

    jResp = CkJsonObject_Create();
    CkJsonObject_LoadSb(jResp,sbResponseBody);
    CkJsonObject_putEmitCompact(jResp,FALSE);

    printf("Response Body:\n");
    printf("%s\n",CkJsonObject_emit(jResp));

    respStatusCode = CkHttpResponse_getStatusCode(resp);
    printf("Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        printf("Response Header:\n");
        printf("%s\n",CkHttpResponse_header(resp));
        printf("Failed.\n");
        CkHttpResponse_Dispose(resp);
        CkHttp_Dispose(http);
        CkJsonObject_Dispose(json);
        CkStringBuilder_Dispose(sbResponseBody);
        CkJsonObject_Dispose(jResp);
        return;
    }

    CkHttpResponse_Dispose(resp);

    // 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

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.

    Account_name = CkJsonObject_stringOf(jResp,"response.result.expense.account_name");
    Accountid = CkJsonObject_stringOf(jResp,"response.result.expense.accountid");
    Accounting_systemid = CkJsonObject_stringOf(jResp,"response.result.expense.accounting_systemid");
    Amount = CkJsonObject_stringOf(jResp,"response.result.expense.amount.amount");
    Code = CkJsonObject_stringOf(jResp,"response.result.expense.amount.code");
    Attachmentid = CkJsonObject_IntOf(jResp,"response.result.expense.attachment.attachmentid");
    Id = CkJsonObject_IntOf(jResp,"response.result.expense.attachment.id");
    v_Jwt = CkJsonObject_stringOf(jResp,"response.result.expense.attachment.jwt");
    Media_type = CkJsonObject_stringOf(jResp,"response.result.expense.attachment.media_type");
    Background_jobid = CkJsonObject_stringOf(jResp,"response.result.expense.background_jobid");
    Bank_name = CkJsonObject_stringOf(jResp,"response.result.expense.bank_name");
    Categoryid = CkJsonObject_IntOf(jResp,"response.result.expense.categoryid");
    Clientid = CkJsonObject_IntOf(jResp,"response.result.expense.clientid");
    Compounded_tax = CkJsonObject_BoolOf(jResp,"response.result.expense.compounded_tax");
    Date = CkJsonObject_stringOf(jResp,"response.result.expense.date");
    Expenseid = CkJsonObject_IntOf(jResp,"response.result.expense.expenseid");
    Ext_invoiceid = CkJsonObject_IntOf(jResp,"response.result.expense.ext_invoiceid");
    Ext_systemid = CkJsonObject_IntOf(jResp,"response.result.expense.ext_systemid");
    From_bulk_import = CkJsonObject_BoolOf(jResp,"response.result.expense.from_bulk_import");
    Has_receipt = CkJsonObject_BoolOf(jResp,"response.result.expense.has_receipt");
    ExpenseId = CkJsonObject_IntOf(jResp,"response.result.expense.id");
    Include_receipt = CkJsonObject_BoolOf(jResp,"response.result.expense.include_receipt");
    Invoiceid = CkJsonObject_stringOf(jResp,"response.result.expense.invoiceid");
    Is_cogs = CkJsonObject_BoolOf(jResp,"response.result.expense.is_cogs");
    Isduplicate = CkJsonObject_BoolOf(jResp,"response.result.expense.isduplicate");
    Markup_percent = CkJsonObject_stringOf(jResp,"response.result.expense.markup_percent");
    Notes = CkJsonObject_stringOf(jResp,"response.result.expense.notes");
    Profileid = CkJsonObject_stringOf(jResp,"response.result.expense.profileid");
    Projectid = CkJsonObject_IntOf(jResp,"response.result.expense.projectid");
    Staffid = CkJsonObject_IntOf(jResp,"response.result.expense.staffid");
    Status = CkJsonObject_IntOf(jResp,"response.result.expense.status");
    TaxAmount1Amount = CkJsonObject_stringOf(jResp,"response.result.expense.taxAmount1.amount");
    TaxAmount1Code = CkJsonObject_stringOf(jResp,"response.result.expense.taxAmount1.code");
    TaxAmount2 = CkJsonObject_stringOf(jResp,"response.result.expense.taxAmount2");
    TaxName1 = CkJsonObject_stringOf(jResp,"response.result.expense.taxName1");
    TaxName2 = CkJsonObject_stringOf(jResp,"response.result.expense.taxName2");
    TaxPercent1 = CkJsonObject_stringOf(jResp,"response.result.expense.taxPercent1");
    TaxPercent2 = CkJsonObject_stringOf(jResp,"response.result.expense.taxPercent2");
    Transactionid = CkJsonObject_stringOf(jResp,"response.result.expense.transactionid");
    Updated = CkJsonObject_stringOf(jResp,"response.result.expense.updated");
    Vendor = CkJsonObject_stringOf(jResp,"response.result.expense.vendor");
    Vis_state = CkJsonObject_IntOf(jResp,"response.result.expense.vis_state");


    CkHttp_Dispose(http);
    CkJsonObject_Dispose(json);
    CkStringBuilder_Dispose(sbResponseBody);
    CkJsonObject_Dispose(jResp);

    }

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": false,
        "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": null,
        "invoiceid": null,
        "attachment": {
            "jwt": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50Ijo0MjM2NDEwLCJvcmlnaW5hbF9maWxlbmFtZSI6IlNjcmVlbiBTaG90IDIwMTktMDQtMjQgYXQgOS4zOS4xOSBBTS5wbmciLCJidWNrZXQiOiJ1cGxvYWRzIiwiZmlsZW5hbWUiOiJ1cGxvYWQtMGU2ZDMwOWQ1ZTI5MzA3NmNhMGIyNDdkODFlOGJlNWE4NDZlZWE0YSIsImxlbmd0aCI6MTkxNDcyLCJrZXkiOiInZG9jcy0nLTQyMzY0MTAvdXBsb2FkLTBlNmQzMDlkNWUyOTMwNzZjYTBiMjQ3ZDgxZThiZTVhODQ2ZWVhNGEifQ.SOoW3_nTUrxjYO76g1UXHPIrO_aLbTpXCHEa-ZcnejA",
            "media_type": "image/png",
            "expenseid": null
        },
        "categoryid": "2003174",
        "clientid": null
    }
}'
https://api.freshbooks.com/accounting/account/{{accountId}}/expenses/expenses?include%5B%5D=attachment

Postman Collection Item JSON

{
  "name": "Create Expense with Receipt",
  "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\": 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"
        }
      ]
    },
    "description": "In order to create an expense with a receipt, you will first need to upload your image via the uploader endpoint. Once you receive a response, you can apply that `jwt` token to your expense under the nested `attachment` object. Look at the example on the right. "
  },
  "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}"
    }
  ]
}