POST api/ServiceHeartBeat/AddServiceInfo

Request Information

URI Parameters

None.

Body Parameters

ServiceInfoRequest
NameDescriptionTypeAdditional information
CompanyName

string

None.

ServiceName

string

None.

MachineName

string

None.

IpAddress

string

None.

APIKey

string

None.

DBCoonnection

string

None.

Request Formats

application/json, text/json

Sample:
{
  "companyName": "sample string 1",
  "serviceName": "sample string 2",
  "machineName": "sample string 3",
  "ipAddress": "sample string 4",
  "apiKey": "sample string 5",
  "dbCoonnection": "sample string 6"
}

text/html

Sample:
{"companyName":"sample string 1","serviceName":"sample string 2","machineName":"sample string 3","ipAddress":"sample string 4","apiKey":"sample string 5","dbCoonnection":"sample string 6"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.