POST Api/Corporate/PostMeasurementNormalRiskByDayDetails

Request Information

URI Parameters

None.

Body Parameters

MeasurementDetailsRequest
NameDescriptionTypeAdditional information
pstSeriesIndex

string

None.

pstPointIndex

string

None.

pstPayorCode

string

None.

pstCorpCode

string

None.

pstInsDt

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstSeriesIndex": "sample string 1",
  "pstPointIndex": "sample string 2",
  "pstPayorCode": "sample string 3",
  "pstCorpCode": "sample string 4",
  "pstInsDt": "sample string 5"
}

application/xml, text/xml

Sample:
<CorporateResponse.MeasurementDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstCorpCode>sample string 4</pstCorpCode>
  <pstInsDt>sample string 5</pstInsDt>
  <pstPayorCode>sample string 3</pstPayorCode>
  <pstPointIndex>sample string 2</pstPointIndex>
  <pstSeriesIndex>sample string 1</pstSeriesIndex>
</CorporateResponse.MeasurementDetailsRequest>

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.