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": "627291e6-17f4-48ee-8463-7ee17d349d26",
"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>627291e6-17f4-48ee-8463-7ee17d349d26</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.