List estimates

GET {{baseUrl}}/api/v1/zohoFinance/:financeService/estimates?deskModuleName=<String>

To list estimates.

OAuth Scope

  • Desk.integrations.READ

Request Params

KeyDatatypeRequiredDescription
deskEntityIdstringTo fetch estimates by desk contact or account or ticket id
deskModuleNamestringDesk Module Name. allowed modules are Contacts, Cases, Accounts
statusstringTo fetch estimates by status, Available status are draft, sent, invoiced , accepted, declined and expired
pageNumberstringpage number

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;deskEntityId&quot;:&quot;5000000014010&quot;,&quot;data&quot;:[{&quot;date&quot;:&quot;2018-09-23&quot;,&quot;total&quot;:117,&quot;isViewdByClient&quot;:false,&quot;estimateNumber&quot;:&quot;INV-000025&quot;,&quot;totalFormatted&quot;:&quot;AED117.00&quot;,&quot;id&quot;:&quot;1332784000000108001&quot;,&quot;dateFormatted&quot;:&quot;23 Sep 2018&quot;,&quot;currencyCode&quot;:&quot;AED&quot;,&quot;statusFormatted&quot;:&quot;Draft&quot;,&quot;status&quot;:&quot;draft&quot;}],&quot;deskModuleName&quot;:&quot;Contacts&quot;}