GET api/Center/GetPIFRateDataDetailsNew/{type}/{createId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
Required |
|
| createId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetPIFRateDataDetailsNew_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| refid | string |
None. |
|
| name | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| schooltype | string |
None. |
|
| inTheName | string |
None. |
|
| gstapplicable | string |
None. |
|
| gstnumber | string |
None. |
|
| pannumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"refid": "sample string 1",
"name": "sample string 2",
"teamleaderid": "sample string 3",
"tlname": "sample string 4",
"schooltype": "sample string 5",
"inTheName": "sample string 6",
"gstapplicable": "sample string 7",
"gstnumber": "sample string 8",
"pannumber": "sample string 9"
}
application/xml, text/xml
Sample:
<GetPIFRateDataDetailsNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <gstapplicable>sample string 7</gstapplicable> <gstnumber>sample string 8</gstnumber> <inTheName>sample string 6</inTheName> <name>sample string 2</name> <pannumber>sample string 9</pannumber> <refid>sample string 1</refid> <schooltype>sample string 5</schooltype> <teamleaderid>sample string 3</teamleaderid> <tlname>sample string 4</tlname> </GetPIFRateDataDetailsNew_Result>