POST Api/Corporate/PostAlert

Request Information

URI Parameters

None.

Body Parameters

AlertRequest
NameDescriptionTypeAdditional information
pstAlertType

string

None.

pstClaimId

string

None.

pstFrDate

string

None.

pstToDate

string

None.

pstHistory

boolean

None.

pstUserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstAlertType": "sample string 1",
  "pstClaimId": "sample string 2",
  "pstFrDate": "sample string 3",
  "pstToDate": "sample string 4",
  "pstHistory": true,
  "pstUserId": "sample string 6"
}

application/xml, text/xml

Sample:
<CorporateResponse.AlertRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstUserId>sample string 6</pstUserId>
  <pstClaimId>sample string 2</pstClaimId>
  <pstFrDate>sample string 3</pstFrDate>
  <pstHistory>true</pstHistory>
  <pstToDate>sample string 4</pstToDate>
  <pstAlertType>sample string 1</pstAlertType>
</CorporateResponse.AlertRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.