GET api/crmconnect/servicedetail

Return detail of the service that has been connected with linkz Processes this crm connect API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

CrmConnectServiceDetailDataContract
NameDescriptionTypeAdditional information
Name

The name value.

string

None.

Logo

The logo value.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Logo": "sample string 2"
}