GET api/Customer360?LeadID={LeadID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LeadID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Customer360Result
NameDescriptionTypeAdditional 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.