GET api/Customer360?LeadID={LeadID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Customer360Result| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
|
| Profile | DataTable |
None. |
|
| Invoices | DataTable |
None. |
|
| Payments | DataTable |
None. |
|
| Quotes | DataTable |
None. |
|
| Milestones | DataTable |
None. |
|
| Comments | DataTable |
None. |
|
| LifetimeValue | decimal number |
None. |
|
| Outstanding | decimal number |
None. |
|
| InvoiceCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2",
"Profile": null,
"Invoices": [],
"Payments": [],
"Quotes": [],
"Milestones": [],
"Comments": [],
"LifetimeValue": 3.1,
"Outstanding": 4.1,
"InvoiceCount": 5
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.