POST api/SainikSchemes/SaveChildrenScholarshipGrant
Request Information
URI Parameters
None.
Body Parameters
ChildrenScholarshipGrantModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CSG_Id | integer |
None. |
|
| CSG_Name | string |
None. |
|
| CSG_Class | string |
None. |
|
| CSG_Address | string |
None. |
|
| CSG_ExserviceDetails | string |
None. |
|
| CSG_SlNo | string |
None. |
|
| CSG_Rank | string |
None. |
|
| CSG_ExName | string |
None. |
|
| CSG_ExAddress | string |
None. |
|
| CSG_PensionPPoNo | string |
None. |
|
| CSG_PensionAmt | decimal number |
None. |
|
| CSG_BankDetails | string |
None. |
|
| CSG_BankName | string |
None. |
|
| CSG_AccountNo | string |
None. |
|
| CSG_BankAddress | string |
None. |
|
| CSG_ExSignature | string |
None. |
|
| CSG_StudentSignature | string |
None. |
|
| CSG_ServiceNo | string |
None. |
|
| CSG_ExSignaturePath | string |
None. |
|
| CSG_StudentSignaturePath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CSG_Id": 1,
"CSG_Name": "sample string 2",
"CSG_Class": "sample string 3",
"CSG_Address": "sample string 4",
"CSG_ExserviceDetails": "sample string 5",
"CSG_SlNo": "sample string 6",
"CSG_Rank": "sample string 7",
"CSG_ExName": "sample string 8",
"CSG_ExAddress": "sample string 9",
"CSG_PensionPPoNo": "sample string 10",
"CSG_PensionAmt": 1.0,
"CSG_BankDetails": "sample string 11",
"CSG_BankName": "sample string 12",
"CSG_AccountNo": "sample string 13",
"CSG_BankAddress": "sample string 14",
"CSG_ExSignature": "sample string 15",
"CSG_StudentSignature": "sample string 16",
"CSG_ServiceNo": "sample string 17",
"CSG_ExSignaturePath": "sample string 18",
"CSG_StudentSignaturePath": "sample string 19"
}
application/xml, text/xml
Sample:
<ChildrenScholarshipGrantModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <CSG_AccountNo>sample string 13</CSG_AccountNo> <CSG_Address>sample string 4</CSG_Address> <CSG_BankAddress>sample string 14</CSG_BankAddress> <CSG_BankDetails>sample string 11</CSG_BankDetails> <CSG_BankName>sample string 12</CSG_BankName> <CSG_Class>sample string 3</CSG_Class> <CSG_ExAddress>sample string 9</CSG_ExAddress> <CSG_ExName>sample string 8</CSG_ExName> <CSG_ExSignature>sample string 15</CSG_ExSignature> <CSG_ExSignaturePath>sample string 18</CSG_ExSignaturePath> <CSG_ExserviceDetails>sample string 5</CSG_ExserviceDetails> <CSG_Id>1</CSG_Id> <CSG_Name>sample string 2</CSG_Name> <CSG_PensionAmt>1</CSG_PensionAmt> <CSG_PensionPPoNo>sample string 10</CSG_PensionPPoNo> <CSG_Rank>sample string 7</CSG_Rank> <CSG_ServiceNo>sample string 17</CSG_ServiceNo> <CSG_SlNo>sample string 6</CSG_SlNo> <CSG_StudentSignature>sample string 16</CSG_StudentSignature> <CSG_StudentSignaturePath>sample string 19</CSG_StudentSignaturePath> </ChildrenScholarshipGrantModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.