POST DeleteSabilStatusMaster
Request Information
URI Parameters
None.
Body Parameters
MominMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnVal | integer |
None. |
|
| MemberID | integer |
None. |
|
| GroupID | integer |
None. |
|
| JamaatNo | integer |
None. |
|
| ITSID | integer |
None. |
|
| ReceiptAmount | integer |
None. |
|
| HOFItsID | integer |
None. |
|
| RelationHOFID | integer |
None. |
|
| Sno | integer |
None. |
|
| HONorificID | integer |
None. |
|
| KhidmatTitleID | integer |
None. |
|
| TitleID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| Category | string |
None. |
|
| FirstName | string |
None. |
|
| OtherDisability | string |
None. |
|
| OtherAllergen | string |
None. |
|
| FamilyName | string |
None. |
|
| GenderID | integer |
None. |
|
| DOB | date |
None. |
|
| SabilDate | date |
None. |
|
| SabilAmount | integer |
None. |
|
| SabilStatusDate | date |
None. |
|
| SabilStatusAmount | integer |
None. |
|
| FMBDate | date |
None. |
|
| FMBAmount | integer |
None. |
|
| DOJ | date |
None. |
|
| Mqdt | date |
None. |
|
| MohallahID | integer |
None. |
|
| QuranID | integer |
None. |
|
| Address_1 | string |
None. |
|
| Address_2 | string |
None. |
|
| Address_3 | string |
None. |
|
| City | string |
None. |
|
| PinCode | string |
None. |
|
| Mobile | string |
None. |
|
| string |
None. |
||
| CarRegistrationNo | string |
None. |
|
| DisabilityID | Collection of integer |
None. |
|
| AllergenID | Collection of integer |
None. |
|
| Misaq | integer |
None. |
|
| MohallahHead | integer |
None. |
|
| Authorized | integer |
None. |
|
| EduDegreeID | integer |
None. |
|
| ProfessionID | integer |
None. |
|
| NameOfBusiness | string |
None. |
|
| SpecialAchievement | string |
None. |
|
| SpecialAchievementYear | string |
None. |
|
| TmpStudent | integer |
None. |
|
| ManagedBy | integer |
None. |
|
| StatusID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReturnVal": 1,
"MemberID": 2,
"GroupID": 3,
"JamaatNo": 4,
"ITSID": 5,
"ReceiptAmount": 6,
"HOFItsID": 7,
"RelationHOFID": 8,
"Sno": 9,
"HONorificID": 10,
"KhidmatTitleID": 11,
"TitleID": 12,
"CategoryID": 13,
"Category": "sample string 14",
"FirstName": "sample string 15",
"OtherDisability": "sample string 16",
"OtherAllergen": "sample string 17",
"FamilyName": "sample string 18",
"GenderID": 19,
"DOB": "2025-11-01T15:11:22.5153337+00:00",
"SabilDate": "2025-11-01T15:11:22.5153337+00:00",
"SabilAmount": 22,
"SabilStatusDate": "2025-11-01T15:11:22.5153337+00:00",
"SabilStatusAmount": 24,
"FMBDate": "2025-11-01T15:11:22.5153337+00:00",
"FMBAmount": 26,
"DOJ": "2025-11-01T15:11:22.5153337+00:00",
"Mqdt": "2025-11-01T15:11:22.5153337+00:00",
"MohallahID": 29,
"QuranID": 30,
"Address_1": "sample string 31",
"Address_2": "sample string 32",
"Address_3": "sample string 33",
"City": "sample string 34",
"PinCode": "sample string 35",
"Mobile": "sample string 36",
"Email": "sample string 37",
"CarRegistrationNo": "sample string 38",
"DisabilityID": [
1,
2
],
"AllergenID": [
1,
2
],
"Misaq": 39,
"MohallahHead": 40,
"Authorized": 41,
"EduDegreeID": 42,
"ProfessionID": 43,
"NameOfBusiness": "sample string 44",
"SpecialAchievement": "sample string 45",
"SpecialAchievementYear": "sample string 46",
"TmpStudent": 47,
"ManagedBy": 48,
"StatusID": 49,
"CreatedBy": 50,
"CreationDate": "2025-11-01T15:11:22.5153337+00:00"
}
application/xml, text/xml
Sample:
<MominMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestingWebApi">
<Address_1>sample string 31</Address_1>
<Address_2>sample string 32</Address_2>
<Address_3>sample string 33</Address_3>
<AllergenID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</AllergenID>
<Authorized>41</Authorized>
<CarRegistrationNo>sample string 38</CarRegistrationNo>
<Category>sample string 14</Category>
<CategoryID>13</CategoryID>
<City>sample string 34</City>
<CreatedBy>50</CreatedBy>
<CreationDate>2025-11-01T15:11:22.5153337+00:00</CreationDate>
<DOB>2025-11-01T15:11:22.5153337+00:00</DOB>
<DOJ>2025-11-01T15:11:22.5153337+00:00</DOJ>
<DisabilityID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</DisabilityID>
<EduDegreeID>42</EduDegreeID>
<Email>sample string 37</Email>
<FMBAmount>26</FMBAmount>
<FMBDate>2025-11-01T15:11:22.5153337+00:00</FMBDate>
<FamilyName>sample string 18</FamilyName>
<FirstName>sample string 15</FirstName>
<GenderID>19</GenderID>
<GroupID>3</GroupID>
<HOFItsID>7</HOFItsID>
<HONorificID>10</HONorificID>
<ITSID>5</ITSID>
<JamaatNo>4</JamaatNo>
<KhidmatTitleID>11</KhidmatTitleID>
<ManagedBy>48</ManagedBy>
<MemberID>2</MemberID>
<Misaq>39</Misaq>
<Mobile>sample string 36</Mobile>
<MohallahHead>40</MohallahHead>
<MohallahID>29</MohallahID>
<Mqdt>2025-11-01T15:11:22.5153337+00:00</Mqdt>
<NameOfBusiness>sample string 44</NameOfBusiness>
<OtherAllergen>sample string 17</OtherAllergen>
<OtherDisability>sample string 16</OtherDisability>
<PinCode>sample string 35</PinCode>
<ProfessionID>43</ProfessionID>
<QuranID>30</QuranID>
<ReceiptAmount>6</ReceiptAmount>
<RelationHOFID>8</RelationHOFID>
<ReturnVal>1</ReturnVal>
<SabilAmount>22</SabilAmount>
<SabilDate>2025-11-01T15:11:22.5153337+00:00</SabilDate>
<SabilStatusAmount>24</SabilStatusAmount>
<SabilStatusDate>2025-11-01T15:11:22.5153337+00:00</SabilStatusDate>
<Sno>9</Sno>
<SpecialAchievement>sample string 45</SpecialAchievement>
<SpecialAchievementYear>sample string 46</SpecialAchievementYear>
<StatusID>49</StatusID>
<TitleID>12</TitleID>
<TmpStudent>47</TmpStudent>
</MominMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |