POST api/eventNotifications/requestauthorizationview

Request Information

URI Parameters

None.

Body Parameters

doneIT_ViewEvent
NameDescriptionTypeAdditional information
AttachsId

integer

None.

Pin

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AttachsId": 1,
  "Pin": 2
}

application/xml, text/xml

Sample:
<doneIT_Model.doneIT_ViewEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GabineteDigital.Services.Models">
  <AttachsId>1</AttachsId>
  <Pin>2</Pin>
</doneIT_Model.doneIT_ViewEvent>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.