Creating Xero Invoice with Tracking

Hey @Jason_Jakarta ,

Looking at the API reference it might be that your JSON isn’t fully correct. This is what it’s expecting:

"Tracking": [
            {
              "TrackingCategoryID": "e2f2f732-e92a-4f3a9c4d-ee4da0182a13",
              "Name": "Activity/Workstream",
              "Option": "Onsite consultancy"
            }
          ]

With the following requirements:

Does this help you create the correct JSON?

3 Likes