POST api/EmailFieldMapping/UpdateServiceStatus

Request Information

URI Parameters

None.

Body Parameters

Error
NameDescriptionTypeAdditional information
ErrorSource

string

None.

ErrorTrace

string

None.

ErrorDescription

string

None.

ServerIP

string

None.

ServerName

string

None.

Servicename

string

None.

IsMetrics

boolean

None.

UpdateStatus

string

None.

RT

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ErrorSource": "sample string 1",
  "ErrorTrace": "sample string 2",
  "ErrorDescription": "sample string 3",
  "ServerIP": "sample string 4",
  "ServerName": "sample string 5",
  "Servicename": "sample string 6",
  "IsMetrics": true,
  "UpdateStatus": "sample string 8",
  "RT": "sample string 9"
}

application/xml, text/xml

Sample:
<Error xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIDataLayer">
  <ErrorDescription>sample string 3</ErrorDescription>
  <ErrorSource>sample string 1</ErrorSource>
  <ErrorTrace>sample string 2</ErrorTrace>
  <IsMetrics>true</IsMetrics>
  <RT>sample string 9</RT>
  <ServerIP>sample string 4</ServerIP>
  <ServerName>sample string 5</ServerName>
  <Servicename>sample string 6</Servicename>
  <UpdateStatus>sample string 8</UpdateStatus>
</Error>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.