POST api/ServicesAPI/DeleteService
Request Information
URI Parameters
None.
Body Parameters
UserServicesDTOName | Description | Type | Additional information |
---|---|---|---|
Id | 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, "StatusCode": 2, "MessageEn": "sample string 3", "MessageAr": "sample string 4", "datasetxml": "sample string 5", "FlagId": 6, "TypeId": 7, "PageSize": 8, "PageNumber": 9, "ActionBy": 10, "pagingNumber": 11 }
application/xml, text/xml
Sample:
<UserServicesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <ActionBy>10</ActionBy> <FlagId>6</FlagId> <MessageAr>sample string 4</MessageAr> <MessageEn>sample string 3</MessageEn> <PageNumber>9</PageNumber> <PageSize>8</PageSize> <StatusCode>2</StatusCode> <TypeId>7</TypeId> <datasetxml>sample string 5</datasetxml> <pagingNumber>11</pagingNumber> <Id>1</Id> </UserServicesDTO>
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.