POST DeleteMohallah
Request Information
URI Parameters
None.
Body Parameters
MohallahMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnVal | integer |
None. |
|
| MemberID | integer |
None. |
|
| MohallahID | integer |
None. |
|
| Mohallah | string |
None. |
|
| Remark | string |
None. |
|
| StatusID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReturnVal": 1,
"MemberID": 2,
"MohallahID": 3,
"Mohallah": "sample string 4",
"Remark": "sample string 5",
"StatusID": 6,
"CreatedBy": 7,
"CreationDate": "2025-11-01T15:11:59.0788835+00:00"
}
application/xml, text/xml
Sample:
<MohallahMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestingWebApi"> <CreatedBy>7</CreatedBy> <CreationDate>2025-11-01T15:11:59.0788835+00:00</CreationDate> <MemberID>2</MemberID> <Mohallah>sample string 4</Mohallah> <MohallahID>3</MohallahID> <Remark>sample string 5</Remark> <ReturnVal>1</ReturnVal> <StatusID>6</StatusID> </MohallahMaster>
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. |