POST api/Masters/SavePensionIssuingAuthorityDetails

Request Information

URI Parameters

None.

Body Parameters

PensionIssuingAuthorityModel
NameDescriptionTypeAdditional information
PIA_Id

integer

None.

PIA_ServiceTypeFK

integer

None.

PIA_ServiceCategoryFK

integer

None.

PIA_Name

string

None.

PIA_UserId_FK

integer

None.

PIA_TS

date

None.

PIA_Inactive

string

None.

PIA_TS_LastEdited

date

None.

PIA_TS_Edited_Uid_FK

integer

None.

serviceType

string

None.

serviceCategory

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PIA_Id": 1,
  "PIA_ServiceTypeFK": 2,
  "PIA_ServiceCategoryFK": 3,
  "PIA_Name": "sample string 4",
  "PIA_UserId_FK": 5,
  "PIA_TS": "2025-12-06T17:41:59.2827876+05:30",
  "PIA_Inactive": "sample string 7",
  "PIA_TS_LastEdited": "2025-12-06T17:41:59.2837869+05:30",
  "PIA_TS_Edited_Uid_FK": 9,
  "serviceType": "sample string 10",
  "serviceCategory": "sample string 11"
}

application/xml, text/xml

Sample:
<PensionIssuingAuthorityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <PIA_Id>1</PIA_Id>
  <PIA_Inactive>sample string 7</PIA_Inactive>
  <PIA_Name>sample string 4</PIA_Name>
  <PIA_ServiceCategoryFK>3</PIA_ServiceCategoryFK>
  <PIA_ServiceTypeFK>2</PIA_ServiceTypeFK>
  <PIA_TS>2025-12-06T17:41:59.2827876+05:30</PIA_TS>
  <PIA_TS_Edited_Uid_FK>9</PIA_TS_Edited_Uid_FK>
  <PIA_TS_LastEdited>2025-12-06T17:41:59.2837869+05:30</PIA_TS_LastEdited>
  <PIA_UserId_FK>5</PIA_UserId_FK>
  <serviceCategory>sample string 11</serviceCategory>
  <serviceType>sample string 10</serviceType>
</PensionIssuingAuthorityModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PensionIssuingAuthorityModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.