POST api/app/Utilities/VerifyResources

Request Information

URI Parameters

None.

Body Parameters

VerifiedSourceRequest
NameDescriptionTypeAdditional information
DeviceId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceId": "sample string 1"
}

application/xml, text/xml

Sample:
<VerifiedSourceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.Common">
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">e186476f-c077-458f-956c-0ac1f332bd09</RequestId>
  <DeviceId>sample string 1</DeviceId>
</VerifiedSourceRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModelOfString
NameDescriptionTypeAdditional information
ResponseTime

date

None.

ResponseCode

ResponseCode

None.

ResponseMessage

string

None.

ResponsePermission

string

None.

DataSet

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseTime": "2026-02-17T07:26:54.7353786+00:00",
  "ResponseCode": 0,
  "ResponseMessage": "sample string 2",
  "ResponsePermission": "sample string 3",
  "DataSet": "sample string 4"
}

application/xml, text/xml

Sample:
<ResponseModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">
  <DataSet>sample string 4</DataSet>
  <ResponseCode>NoDataFound</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponsePermission>sample string 3</ResponsePermission>
  <ResponseTime>2026-02-17T07:26:54.7353786+00:00</ResponseTime>
</ResponseModelOfstring>