POST api/AccountAPI/NewDeleteAccount
Request Information
URI Parameters
None.
Body Parameters
UserAccountsDTOName | Description | Type | Additional information |
---|---|---|---|
AccountId | integer |
None. |
|
CompanyId | integer |
None. |
|
ProjectId | integer |
None. |
|
UserId | 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:
{ "AccountId": 1, "CompanyId": 2, "ProjectId": 3, "UserId": 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:
<UserAccountsDTO 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> <AccountId>1</AccountId> <CompanyId>2</CompanyId> <ProjectId>3</ProjectId> <UserId>4</UserId> </UserAccountsDTO>
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.