POST api/PFMS/get_pending_pfms_request_list

Documentation for 'get_pending_pfms_request_list'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "stateCode": "sample string 1",
  "AuthString": "sample string 2",
  "IsSentToPFMS": 3
}

application/xml, text/xml

Sample:
<RequestModelGetListofDataSentToPFMS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PFMS">
  <AuthString>sample string 2</AuthString>
  <IsSentToPFMS>3</IsSentToPFMS>
  <stateCode>sample string 1</stateCode>
</RequestModelGetListofDataSentToPFMS>

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 'RequestModelGetListofDataSentToPFMS'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "AckCode": "sample string 1",
  "Status": "sample string 2",
  "Remarks": "sample string 3",
  "DateOfData": "sample string 4",
  "ListofDataSentToPFMS": [
    {
      "PFMSId": "49dbe104-a1ef-4013-a6cc-cd260d9ecd75",
      "PFMSCode": "sample string 2",
      "IsSentToPFMS": "sample string 3",
      "SanctionType": "sample string 4"
    },
    {
      "PFMSId": "49dbe104-a1ef-4013-a6cc-cd260d9ecd75",
      "PFMSCode": "sample string 2",
      "IsSentToPFMS": "sample string 3",
      "SanctionType": "sample string 4"
    },
    {
      "PFMSId": "49dbe104-a1ef-4013-a6cc-cd260d9ecd75",
      "PFMSCode": "sample string 2",
      "IsSentToPFMS": "sample string 3",
      "SanctionType": "sample string 4"
    }
  ]
}

application/xml, text/xml

Sample:
<ResponseModelGetListofDataSentToPFMS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.PFMS">
  <AckCode>sample string 1</AckCode>
  <DateOfData>sample string 4</DateOfData>
  <ListofDataSentToPFMS>
    <MdlPFMSListofDataSentToPFMS>
      <IsSentToPFMS>sample string 3</IsSentToPFMS>
      <PFMSCode>sample string 2</PFMSCode>
      <PFMSId>49dbe104-a1ef-4013-a6cc-cd260d9ecd75</PFMSId>
      <SanctionType>sample string 4</SanctionType>
    </MdlPFMSListofDataSentToPFMS>
    <MdlPFMSListofDataSentToPFMS>
      <IsSentToPFMS>sample string 3</IsSentToPFMS>
      <PFMSCode>sample string 2</PFMSCode>
      <PFMSId>49dbe104-a1ef-4013-a6cc-cd260d9ecd75</PFMSId>
      <SanctionType>sample string 4</SanctionType>
    </MdlPFMSListofDataSentToPFMS>
    <MdlPFMSListofDataSentToPFMS>
      <IsSentToPFMS>sample string 3</IsSentToPFMS>
      <PFMSCode>sample string 2</PFMSCode>
      <PFMSId>49dbe104-a1ef-4013-a6cc-cd260d9ecd75</PFMSId>
      <SanctionType>sample string 4</SanctionType>
    </MdlPFMSListofDataSentToPFMS>
  </ListofDataSentToPFMS>
  <Remarks>sample string 3</Remarks>
  <Status>sample string 2</Status>
</ResponseModelGetListofDataSentToPFMS>