POST api/common/UploadPrivateAttachment

Request Information

URI Parameters

None.

Body Parameters

PrivateFileRequest
NameDescriptionTypeAdditional information
Type

DocumentType

None.

EventId

globally unique identifier

None.

IsCandidates

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": 1001,
  "EventId": "f34e3f60-061b-42ac-a6bf-b425d72ffa04",
  "IsCandidates": true
}

application/xml, text/xml

Sample:
<PrivateFileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventId>f34e3f60-061b-42ac-a6bf-b425d72ffa04</EventId>
  <IsCandidates>true</IsCandidates>
  <Type>EventDocument</Type>
</PrivateFileRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfUploadAttachmentResult
NameDescriptionTypeAdditional information
Content

UploadAttachmentResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.