POST api/Tanent/ApplyNotice
Request Information
URI Parameters
None.
Body Parameters
dto_ApplyNotice| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantID | integer |
None. |
|
| Remarks | string |
None. |
|
| Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantID": 1,
"Remarks": "sample string 2",
"Date": "2025-12-07T08:30:16.1462319+05:30"
}
application/xml, text/xml
Sample:
<dto_ApplyNotice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hostel.ViewModel.DTOs"> <Date>2025-12-07T08:30:16.1462319+05:30</Date> <Remarks>sample string 2</Remarks> <TenantID>1</TenantID> </dto_ApplyNotice>
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. |