List estimates
GET {{baseUrl}}/api/v1/zohoFinance/:financeService/estimates?deskModuleName=<String>
To list estimates.
OAuth Scope
Desk.integrations.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
deskEntityId | string | To fetch estimates by desk contact or account or ticket id | |
deskModuleName | string | Desk Module Name. allowed modules are Contacts, Cases, Accounts | |
status | string | To fetch estimates by status, Available status are draft, sent, invoiced , accepted, declined and expired | |
pageNumber | string | page number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"deskEntityId":"5000000014010","data":[{"date":"2018-09-23","total":117,"isViewdByClient":false,"estimateNumber":"INV-000025","totalFormatted":"AED117.00","id":"1332784000000108001","dateFormatted":"23 Sep 2018","currencyCode":"AED","statusFormatted":"Draft","status":"draft"}],"deskModuleName":"Contacts"}