urielzamora
Level 1

Quickbooks Online and Workato missing status

We found that when creating a new Project in Quickbooks Online the status is not sent in the payload to Workato connector. Can you help us on this?

{
"Taxable": false,
"Job": true,
"BillWithParent": true,
"ParentRef": {
"value": "3"
},
"Level": 1,
"Balance": 0,
"BalanceWithJobs": 0,
"CurrencyRef": {
"value": "USD",
"name": "United States Dollar"
},
"PreferredDeliveryMethod": "Print",
"domain": "QBO",
"sparse": false,
"Id": "91",
"SyncToken": "0",
"MetaData": {
"CreateTime": "2024-02-15T16:57:22.000000-08:00",
"LastUpdatedTime": "2024-02-15T16:57:22.000000-08:00"
},
"FullyQualifiedName": "Cool Cars:testCanceled",
"DisplayName": "testCanceled",
"PrintOnCheckName": "testCanceled",
"Active": true,
"realmId": "9130357976624696"
}
Solved