POST api/Application/NGGenerateQHLedger
Request Information
URI Parameters
None.
Body Parameters
cApplication| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationID | integer |
None. |
|
| IdaraID | integer |
None. |
|
| ApplicantID | integer |
None. |
|
| Condition | string |
None. |
|
| isProcess | boolean |
None. |
|
| PurposeID | integer |
None. |
|
| Method | integer |
None. |
|
| StatudID | integer |
None. |
|
| OnlineRefNo | integer |
None. |
|
| AppNo | integer |
None. |
|
| SchemeNo | integer |
None. |
|
| ParentAccountID | integer |
None. |
|
| ScheduleID | integer |
None. |
|
| ScheduleDetailID | integer |
None. |
|
| ReqDocID | integer |
None. |
|
| DocFileName | string |
None. |
|
| DocName | string |
None. |
|
| DocShort | string |
None. |
|
| StatusName | string |
None. |
|
| IsMandatory | string |
None. |
|
| IsMandatoryBool | boolean |
None. |
|
| FileName | string |
None. |
|
| strfileUpload | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedByID | integer |
None. |
|
| MethodID | integer |
None. |
|
| FromAmount | decimal number |
None. |
|
| ToAmount | decimal number |
None. |
|
| GoogleFileId | string |
None. |
|
| AmountTo | decimal number |
None. |
|
| AmounFrom | decimal number |
None. |
|
| SubPurposeID | integer |
None. |
|
| Amount | decimal number |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| isAccept | string |
None. |
|
| InterviewID | integer |
None. |
|
| MemberID | integer |
None. |
|
| PendingForWhom | string |
None. |
|
| Comments | string |
None. |
|
| AppSerialNo | integer |
None. |
|
| AccountNumber | string |
None. |
|
| AccountTitle | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| intID | integer |
None. |
|
| sErrorMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplicationID": 1,
"IdaraID": 2,
"ApplicantID": 3,
"Condition": "sample string 4",
"isProcess": true,
"PurposeID": 6,
"Method": 7,
"StatudID": 8,
"OnlineRefNo": 9,
"AppNo": 10,
"SchemeNo": 11,
"ParentAccountID": 12,
"ScheduleID": 13,
"ScheduleDetailID": 14,
"ReqDocID": 15,
"DocFileName": "sample string 16",
"DocName": "sample string 17",
"DocShort": "sample string 18",
"StatusName": "sample string 19",
"IsMandatory": "sample string 20",
"IsMandatoryBool": true,
"FileName": "sample string 22",
"strfileUpload": "sample string 23",
"CreatedDate": "2025-12-11T22:23:33.991077+05:00",
"ModifiedDate": "2025-12-11T22:23:33.991077+05:00",
"ModifiedByID": 26,
"MethodID": 27,
"FromAmount": 28.0,
"ToAmount": 29.0,
"GoogleFileId": "sample string 30",
"AmountTo": 31.0,
"AmounFrom": 32.0,
"SubPurposeID": 33,
"Amount": 34.0,
"PageIndex": 35,
"PageSize": 36,
"isAccept": "sample string 37",
"InterviewID": 38,
"MemberID": 39,
"PendingForWhom": "sample string 40",
"Comments": "sample string 41",
"AppSerialNo": 42,
"AccountNumber": "sample string 43",
"AccountTitle": "sample string 44",
"FromDate": "2025-12-11T22:23:33.991077+05:00",
"ToDate": "2025-12-11T22:23:33.991077+05:00",
"intID": 47,
"sErrorMessage": "sample string 48"
}
application/xml, text/xml
Sample:
<cApplication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BQHT_ReportAPI.Models"> <AccountNumber>sample string 43</AccountNumber> <AccountTitle>sample string 44</AccountTitle> <AmounFrom>32</AmounFrom> <Amount>34</Amount> <AmountTo>31</AmountTo> <AppNo>10</AppNo> <AppSerialNo>42</AppSerialNo> <ApplicantID>3</ApplicantID> <ApplicationID>1</ApplicationID> <Comments>sample string 41</Comments> <Condition>sample string 4</Condition> <CreatedDate>2025-12-11T22:23:33.991077+05:00</CreatedDate> <DocFileName>sample string 16</DocFileName> <DocName>sample string 17</DocName> <DocShort>sample string 18</DocShort> <FileName>sample string 22</FileName> <FromAmount>28</FromAmount> <FromDate>2025-12-11T22:23:33.991077+05:00</FromDate> <GoogleFileId>sample string 30</GoogleFileId> <IdaraID>2</IdaraID> <InterviewID>38</InterviewID> <IsMandatory>sample string 20</IsMandatory> <IsMandatoryBool>true</IsMandatoryBool> <MemberID>39</MemberID> <Method>7</Method> <MethodID>27</MethodID> <ModifiedByID>26</ModifiedByID> <ModifiedDate>2025-12-11T22:23:33.991077+05:00</ModifiedDate> <OnlineRefNo>9</OnlineRefNo> <PageIndex>35</PageIndex> <PageSize>36</PageSize> <ParentAccountID>12</ParentAccountID> <PendingForWhom>sample string 40</PendingForWhom> <PurposeID>6</PurposeID> <ReqDocID>15</ReqDocID> <ScheduleDetailID>14</ScheduleDetailID> <ScheduleID>13</ScheduleID> <SchemeNo>11</SchemeNo> <StatudID>8</StatudID> <StatusName>sample string 19</StatusName> <SubPurposeID>33</SubPurposeID> <ToAmount>29</ToAmount> <ToDate>2025-12-11T22:23:33.991077+05:00</ToDate> <intID>47</intID> <isAccept>sample string 37</isAccept> <isProcess>true</isProcess> <sErrorMessage>sample string 48</sErrorMessage> <strfileUpload>sample string 23</strfileUpload> </cApplication>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>