POST api/License/DeleteLicense

Request Information

URI Parameters

None.

Body Parameters

DeleteLicenseRequestVM
NameDescriptionTypeAdditional information
LicenseID

integer

None.

Response

DeleteLicenseResponseVM

None.

EntityID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LicenseID": 1,
  "Response": {
    "Success": true,
    "EntityID": 2
  },
  "EntityID": 1
}

application/xml, text/xml

Sample:
<DeleteLicenseRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KITS.Clockits.ViewModels">
  <EntityID>1</EntityID>
  <LicenseID>1</LicenseID>
  <Response>
    <EntityID>2</EntityID>
    <Success>true</Success>
  </Response>
</DeleteLicenseRequestVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AdapterResponseVMOfDeleteLicenseResponseVM
NameDescriptionTypeAdditional information
Alerts

Collection of Object

None.

ResponseVM

DeleteLicenseResponseVM

None.

Response Formats

application/json, text/json

Sample:
{
  "Alerts": null,
  "ResponseVM": {
    "Success": true,
    "EntityID": 2
  }
}

application/xml, text/xml

Sample:
<AdapterResponseVMOfDeleteLicenseResponseVME9VEPO_Sh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FwKits.Core.Presentation.Adapter.Base">
  <Alerts xmlns:d2p1="http://schemas.datacontract.org/2004/07/FwKits.Common.Validations" i:nil="true" />
  <ResponseVM xmlns:d2p1="http://schemas.datacontract.org/2004/07/KITS.Clockits.ViewModels">
    <d2p1:EntityID>2</d2p1:EntityID>
    <d2p1:Success>true</d2p1:Success>
  </ResponseVM>
</AdapterResponseVMOfDeleteLicenseResponseVME9VEPO_Sh>