POST Api/Corporate/PostMeasurementNormalRiskByMonthYearByAgeGrpDetails
Request Information
URI Parameters
None.
Body Parameters
MeasurementDetailsMYRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| pstSeriesIndex | string |
None. |
|
| pstPointIndex | string |
None. |
|
| pstPayorCode | string |
None. |
|
| pstCorpCode | string |
None. |
|
| pstMthYr | 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",
"pstMthYr": "sample string 5"
}
application/xml, text/xml
Sample:
<CorporateResponse.MeasurementDetailsMYRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstCorpCode>sample string 4</pstCorpCode> <pstMthYr>sample string 5</pstMthYr> <pstPayorCode>sample string 3</pstPayorCode> <pstPointIndex>sample string 2</pstPointIndex> <pstSeriesIndex>sample string 1</pstSeriesIndex> </CorporateResponse.MeasurementDetailsMYRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
