POST api/VillaTypeAPI/DeleteVillaTypes
Request Information
URI Parameters
None.
Body Parameters
UserVillaTypeDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
FloorType | string |
None. |
|
Documents | string |
None. |
|
DocId | integer |
None. |
|
StatusCode | integer |
None. |
|
MessageEn | string |
None. |
|
MessageAr | string |
None. |
|
datasetxml | string |
None. |
|
FlagId | integer |
None. |
|
TypeId | integer |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
ActionBy | integer |
None. |
|
pagingNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "FloorType": "sample string 2", "Documents": "sample string 3", "DocId": 4, "StatusCode": 5, "MessageEn": "sample string 6", "MessageAr": "sample string 7", "datasetxml": "sample string 8", "FlagId": 9, "TypeId": 10, "PageSize": 11, "PageNumber": 12, "ActionBy": 13, "pagingNumber": 14 }
application/xml, text/xml
Sample:
<UserVillaTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <ActionBy>13</ActionBy> <FlagId>9</FlagId> <MessageAr>sample string 7</MessageAr> <MessageEn>sample string 6</MessageEn> <PageNumber>12</PageNumber> <PageSize>11</PageSize> <StatusCode>5</StatusCode> <TypeId>10</TypeId> <datasetxml>sample string 8</datasetxml> <pagingNumber>14</pagingNumber> <DocId>4</DocId> <Documents>sample string 3</Documents> <FloorType>sample string 2</FloorType> <Id>1</Id> </UserVillaTypeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.