Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.ezzydoc.com/EzzyService.svc/Rest/getContacts2
{ "contacts": [ { "account_code": "<string>", "active": true, "address": "<string>", "bank_account": "<string>", "bank_bsb": "<string>", "city": "<string>", "contact": "<string>", "country": "<string>", "email": "<string>", "fax": "<string>", "Id": "<string>", "modified": 123, "Name": "<string>", "phone": "<string>", "postcode": "<string>", "reference": "<string>", "region": "<string>", "tags": "<string>", "tax_code": "<string>", "taxNumber": "<string>", "tracking": "<string>", "web": "<string>", "workflow": 123 } ], "service_status": { "invoice_id": 123, "message": "<string>" } }
0
1
2
3
4
5
6
7
8
9
10
11
12
20
21
22
23
24
26
27
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
4001
-1
Success
Show child attributes