Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 5.84 KB

AccountingBalanceSheetOneRequest.md

File metadata and controls

13 lines (10 loc) · 5.84 KB

AccountingBalanceSheetOneRequest

Fields

Field Type Required Description Example
ConsumerId string ID of the consumer which you want to get or push data from test-consumer
AppId string The ID of your Unify application dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX
ServiceId string Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. salesforce
PassThrough Dictionary<String, object> Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads {
"search": "San Francisco"
}
Filter BalanceSheetFilter Apply filters {
"start_date": "2021-01-01",
"end_date": "2021-12-31",
"period_count": 3,
"period_type": "month"
}
Raw bool Include raw response. Mostly used for debugging purposes