PUT Finance/EBusinessEvents/ActivateDevice

Request Information

URI Parameters

None.

Body Parameters

EBusinessDeviceActivationEventDTO
NameDescriptionTypeAdditional information
DeviceName

string

None.

DeviceActivationCode

string

None.

OrganisationId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "deviceName": "sample string 1",
  "deviceActivationCode": "sample string 2",
  "organisationId": "sample string 3"
}

application/xml, text/xml

Sample:
<EBusinessDeviceActivationEventDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <DeviceActivationCode>sample string 2</DeviceActivationCode>
  <DeviceName>sample string 1</DeviceName>
  <OrganisationId>sample string 3</OrganisationId>
</EBusinessDeviceActivationEventDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�{�{�RJjYfr�_bn���RqbnAN�BqIQf^����T�1�$�,�$3?�9?S�Pa~Qzb^f1X�g
�c�Z�O�o

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.