POST api/Device/DeviceUnAssigningLog

Request Information

URI Parameters

None.

Body Parameters

DeviceAssigningModel
Name Description Type Additional information
TimeStamp

date

None.

OnlyNew

boolean

None.

ServiceProviderId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TimeStamp": "2026-04-03T06:06:55.2989518Z",
  "OnlyNew": true,
  "ServiceProviderId": 1
}

text/html

Sample:
{"TimeStamp":"2026-04-03T06:06:55.2989518Z","OnlyNew":true,"ServiceProviderId":1}

application/xml, text/xml

Sample:
<DeviceAssigningModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mediahuis.Models.Device">
  <OnlyNew>true</OnlyNew>
  <ServiceProviderId>1</ServiceProviderId>
  <TimeStamp>2026-04-03T06:06:55.2989518Z</TimeStamp>
</DeviceAssigningModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.