POST api/RecordManagement/Declare?siteUrl={siteUrl}&documentUrl={documentUrl}

Declares a document as record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteUrl

The absolute url of the site where the document belongs to (the value must be UrlEncoded)

string

Required

documentUrl

The absolute url of the document to declare (the value must be UrlEncoded)

string

Required

Body Parameters

None.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.