Skip to content

In postman collection, "Connections" step has a typo #5

Open
@ShaneSloanMM

Description

@ShaneSloanMM

Just downloaded and ran through this. It's great. There's a capitalization error in the test for the "Connections" step in your postman collection.

var data = JSON.parse(responseBody); postman.setEnvironmentVariable("xero-tenant-id", data[0].**TenantId**);

The "TenantID" should be lowercase e.g. "tenantID"

As currently set, the tenant ID doesn't get copied into the desired environment variable during that step. Once that is fixed, it all works as expected.

Really good timesaver

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions