PUT api/DCMNoticeLegalReport

Request Information

URI Parameters

None.

Body Parameters

filterDataNoticeLegalReport
NameDescriptionTypeAdditional information
entityId

string

None.

countryId

string

None.

locationId

string

None.

noticeOrLegal

string

None.

noticeStatus

string

None.

clientId

string

None.

assessmentCycleId

string

None.

assignedStates

string

None.

Request Formats

application/json, text/json

Sample:
{
  "entityId": "sample string 1",
  "countryId": "sample string 2",
  "locationId": "sample string 3",
  "noticeOrLegal": "sample string 4",
  "noticeStatus": "sample string 5",
  "clientId": "sample string 6",
  "assessmentCycleId": "sample string 7",
  "assignedStates": "sample string 8"
}

application/xml, text/xml

Sample:
<filterDataNoticeLegalReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <assessmentCycleId>sample string 7</assessmentCycleId>
  <assignedStates>sample string 8</assignedStates>
  <clientId>sample string 6</clientId>
  <countryId>sample string 2</countryId>
  <entityId>sample string 1</entityId>
  <locationId>sample string 3</locationId>
  <noticeOrLegal>sample string 4</noticeOrLegal>
  <noticeStatus>sample string 5</noticeStatus>
</filterDataNoticeLegalReport>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.