POST api/PFMS/pfms_get_grantnumber

Documentation for 'pfms_get_grantnumber'.

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",
  "FinancialYear": 3,
  "ControllerCode": "sample string 4"
}

application/xml, text/xml

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

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

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",
  "GrantNumberResponse": {
    "SuccessResponse": {
      "responseData": {
        "RequestStatus": [
          {
            "UniqueIdentifier": "sample string 1",
            "RequestSource": "sample string 2",
            "GrantDetails": [
              {
                "ControllerCode": "sample string 1",
                "GrantNo": "sample string 2",
                "GrantName": "sample string 3",
                "TypeOFGrant": "sample string 4"
              },
              {
                "ControllerCode": "sample string 1",
                "GrantNo": "sample string 2",
                "GrantName": "sample string 3",
                "TypeOFGrant": "sample string 4"
              },
              {
                "ControllerCode": "sample string 1",
                "GrantNo": "sample string 2",
                "GrantName": "sample string 3",
                "TypeOFGrant": "sample string 4"
              }
            ]
          },
          {
            "UniqueIdentifier": "sample string 1",
            "RequestSource": "sample string 2",
            "GrantDetails": [
              {
                "ControllerCode": "sample string 1",
                "GrantNo": "sample string 2",
                "GrantName": "sample string 3",
                "TypeOFGrant": "sample string 4"
              },
              {
                "ControllerCode": "sample string 1",
                "GrantNo": "sample string 2",
                "GrantName": "sample string 3",
                "TypeOFGrant": "sample string 4"
              },
              {
                "ControllerCode": "sample string 1",
                "GrantNo": "sample string 2",
                "GrantName": "sample string 3",
                "TypeOFGrant": "sample string 4"
              }
            ]
          },
          {
            "UniqueIdentifier": "sample string 1",
            "RequestSource": "sample string 2",
            "GrantDetails": [
              {
                "ControllerCode": "sample string 1",
                "GrantNo": "sample string 2",
                "GrantName": "sample string 3",
                "TypeOFGrant": "sample string 4"
              },
              {
                "ControllerCode": "sample string 1",
                "GrantNo": "sample string 2",
                "GrantName": "sample string 3",
                "TypeOFGrant": "sample string 4"
              },
              {
                "ControllerCode": "sample string 1",
                "GrantNo": "sample string 2",
                "GrantName": "sample string 3",
                "TypeOFGrant": "sample string 4"
              }
            ]
          }
        ]
      },
      "errorMessage": "sample string 1",
      "successMessage": "sample string 2",
      "isSuccess": "sample string 3",
      "errorCode": "sample string 4"
    },
    "ErrorResponse": {
      "responseData": {
        "RequestStatus": [
          {
            "UniqueIdentifier": "sample string 1",
            "RequestSource": "sample string 2",
            "Errors": [
              {
                "ErrorCode": "sample string 1",
                "ErrorMessage": "sample string 2"
              },
              {
                "ErrorCode": "sample string 1",
                "ErrorMessage": "sample string 2"
              },
              {
                "ErrorCode": "sample string 1",
                "ErrorMessage": "sample string 2"
              }
            ]
          },
          {
            "UniqueIdentifier": "sample string 1",
            "RequestSource": "sample string 2",
            "Errors": [
              {
                "ErrorCode": "sample string 1",
                "ErrorMessage": "sample string 2"
              },
              {
                "ErrorCode": "sample string 1",
                "ErrorMessage": "sample string 2"
              },
              {
                "ErrorCode": "sample string 1",
                "ErrorMessage": "sample string 2"
              }
            ]
          },
          {
            "UniqueIdentifier": "sample string 1",
            "RequestSource": "sample string 2",
            "Errors": [
              {
                "ErrorCode": "sample string 1",
                "ErrorMessage": "sample string 2"
              },
              {
                "ErrorCode": "sample string 1",
                "ErrorMessage": "sample string 2"
              },
              {
                "ErrorCode": "sample string 1",
                "ErrorMessage": "sample string 2"
              }
            ]
          }
        ]
      },
      "errorMessage": "sample string 1",
      "successMessage": "sample string 2",
      "isSuccess": "sample string 3",
      "errorCode": "sample string 4"
    }
  }
}

application/xml, text/xml

Sample:
<ResponseModelGetGrantNumber 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>
  <GrantNumberResponse>
    <ErrorResponse>
      <errorCode>sample string 4</errorCode>
      <errorMessage>sample string 1</errorMessage>
      <isSuccess>sample string 3</isSuccess>
      <responseData>
        <RequestStatus>
          <MdlGetGrantNumberErrorRequestStatus>
            <Errors>
              <MdlGetGrantNumberErrors>
                <ErrorCode>sample string 1</ErrorCode>
                <ErrorMessage>sample string 2</ErrorMessage>
              </MdlGetGrantNumberErrors>
              <MdlGetGrantNumberErrors>
                <ErrorCode>sample string 1</ErrorCode>
                <ErrorMessage>sample string 2</ErrorMessage>
              </MdlGetGrantNumberErrors>
              <MdlGetGrantNumberErrors>
                <ErrorCode>sample string 1</ErrorCode>
                <ErrorMessage>sample string 2</ErrorMessage>
              </MdlGetGrantNumberErrors>
            </Errors>
            <RequestSource>sample string 2</RequestSource>
            <UniqueIdentifier>sample string 1</UniqueIdentifier>
          </MdlGetGrantNumberErrorRequestStatus>
          <MdlGetGrantNumberErrorRequestStatus>
            <Errors>
              <MdlGetGrantNumberErrors>
                <ErrorCode>sample string 1</ErrorCode>
                <ErrorMessage>sample string 2</ErrorMessage>
              </MdlGetGrantNumberErrors>
              <MdlGetGrantNumberErrors>
                <ErrorCode>sample string 1</ErrorCode>
                <ErrorMessage>sample string 2</ErrorMessage>
              </MdlGetGrantNumberErrors>
              <MdlGetGrantNumberErrors>
                <ErrorCode>sample string 1</ErrorCode>
                <ErrorMessage>sample string 2</ErrorMessage>
              </MdlGetGrantNumberErrors>
            </Errors>
            <RequestSource>sample string 2</RequestSource>
            <UniqueIdentifier>sample string 1</UniqueIdentifier>
          </MdlGetGrantNumberErrorRequestStatus>
          <MdlGetGrantNumberErrorRequestStatus>
            <Errors>
              <MdlGetGrantNumberErrors>
                <ErrorCode>sample string 1</ErrorCode>
                <ErrorMessage>sample string 2</ErrorMessage>
              </MdlGetGrantNumberErrors>
              <MdlGetGrantNumberErrors>
                <ErrorCode>sample string 1</ErrorCode>
                <ErrorMessage>sample string 2</ErrorMessage>
              </MdlGetGrantNumberErrors>
              <MdlGetGrantNumberErrors>
                <ErrorCode>sample string 1</ErrorCode>
                <ErrorMessage>sample string 2</ErrorMessage>
              </MdlGetGrantNumberErrors>
            </Errors>
            <RequestSource>sample string 2</RequestSource>
            <UniqueIdentifier>sample string 1</UniqueIdentifier>
          </MdlGetGrantNumberErrorRequestStatus>
        </RequestStatus>
      </responseData>
      <successMessage>sample string 2</successMessage>
    </ErrorResponse>
    <SuccessResponse>
      <errorCode>sample string 4</errorCode>
      <errorMessage>sample string 1</errorMessage>
      <isSuccess>sample string 3</isSuccess>
      <responseData>
        <RequestStatus>
          <MdlGetGrantNumberRequestStatus>
            <GrantDetails>
              <MdlGrantDetails>
                <ControllerCode>sample string 1</ControllerCode>
                <GrantName>sample string 3</GrantName>
                <GrantNo>sample string 2</GrantNo>
                <TypeOFGrant>sample string 4</TypeOFGrant>
              </MdlGrantDetails>
              <MdlGrantDetails>
                <ControllerCode>sample string 1</ControllerCode>
                <GrantName>sample string 3</GrantName>
                <GrantNo>sample string 2</GrantNo>
                <TypeOFGrant>sample string 4</TypeOFGrant>
              </MdlGrantDetails>
              <MdlGrantDetails>
                <ControllerCode>sample string 1</ControllerCode>
                <GrantName>sample string 3</GrantName>
                <GrantNo>sample string 2</GrantNo>
                <TypeOFGrant>sample string 4</TypeOFGrant>
              </MdlGrantDetails>
            </GrantDetails>
            <RequestSource>sample string 2</RequestSource>
            <UniqueIdentifier>sample string 1</UniqueIdentifier>
          </MdlGetGrantNumberRequestStatus>
          <MdlGetGrantNumberRequestStatus>
            <GrantDetails>
              <MdlGrantDetails>
                <ControllerCode>sample string 1</ControllerCode>
                <GrantName>sample string 3</GrantName>
                <GrantNo>sample string 2</GrantNo>
                <TypeOFGrant>sample string 4</TypeOFGrant>
              </MdlGrantDetails>
              <MdlGrantDetails>
                <ControllerCode>sample string 1</ControllerCode>
                <GrantName>sample string 3</GrantName>
                <GrantNo>sample string 2</GrantNo>
                <TypeOFGrant>sample string 4</TypeOFGrant>
              </MdlGrantDetails>
              <MdlGrantDetails>
                <ControllerCode>sample string 1</ControllerCode>
                <GrantName>sample string 3</GrantName>
                <GrantNo>sample string 2</GrantNo>
                <TypeOFGrant>sample string 4</TypeOFGrant>
              </MdlGrantDetails>
            </GrantDetails>
            <RequestSource>sample string 2</RequestSource>
            <UniqueIdentifier>sample string 1</UniqueIdentifier>
          </MdlGetGrantNumberRequestStatus>
          <MdlGetGrantNumberRequestStatus>
            <GrantDetails>
              <MdlGrantDetails>
                <ControllerCode>sample string 1</ControllerCode>
                <GrantName>sample string 3</GrantName>
                <GrantNo>sample string 2</GrantNo>
                <TypeOFGrant>sample string 4</TypeOFGrant>
              </MdlGrantDetails>
              <MdlGrantDetails>
                <ControllerCode>sample string 1</ControllerCode>
                <GrantName>sample string 3</GrantName>
                <GrantNo>sample string 2</GrantNo>
                <TypeOFGrant>sample string 4</TypeOFGrant>
              </MdlGrantDetails>
              <MdlGrantDetails>
                <ControllerCode>sample string 1</ControllerCode>
                <GrantName>sample string 3</GrantName>
                <GrantNo>sample string 2</GrantNo>
                <TypeOFGrant>sample string 4</TypeOFGrant>
              </MdlGrantDetails>
            </GrantDetails>
            <RequestSource>sample string 2</RequestSource>
            <UniqueIdentifier>sample string 1</UniqueIdentifier>
          </MdlGetGrantNumberRequestStatus>
        </RequestStatus>
      </responseData>
      <successMessage>sample string 2</successMessage>
    </SuccessResponse>
  </GrantNumberResponse>
  <Remarks>sample string 3</Remarks>
  <Status>sample string 2</Status>
</ResponseModelGetGrantNumber>