POST api/Entity/Delete
Delete entities
Request Information
URI Parameters
None.
Body Parameters
WorkPoint365.WebAPI.Model.DeleteEntityRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessModuleId |
The id of the entity list |
globally unique identifier |
None. |
| EntityId |
The id of the entity item |
integer |
None. |
| Items | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessModuleId": "364cd61c-f909-4056-ad6f-03c23e1c2fdc",
"EntityId": 1,
"Items": null
}
application/xml, text/xml
Sample:
<DeleteEntityRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Model"> <BusinessModuleId>364cd61c-f909-4056-ad6f-03c23e1c2fdc</BusinessModuleId> <EntityId>1</EntityId> <Items xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> </DeleteEntityRequest>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.