PUT DMC/PostResponseDocumentChunk?documentID={documentID}

Saves the actual document content for the document specified.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentID

globally unique identifier

Required

Body Parameters

Collection of byte

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/javascript

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfunsignedByte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <unsignedByte>64</unsignedByte>
  <unsignedByte>64</unsignedByte>
</ArrayOfunsignedByte>

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.