POST api/ExternalAPI/GetTOCData
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"DocumentID": "sample string 2",
"SelectedSectionID": "sample string 3",
"SelectedSectionHTML": "sample string 4",
"StyleToUpdate": "sample string 5",
"ClassToUpdate": "sample string 6"
}
application/xml, text/xml
Sample:
<OfficeDocumentTOC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MongoDA.Models"> <ClassToUpdate>sample string 6</ClassToUpdate> <DocumentID>sample string 2</DocumentID> <SelectedSectionHTML>sample string 4</SelectedSectionHTML> <SelectedSectionID>sample string 3</SelectedSectionID> <StyleToUpdate>sample string 5</StyleToUpdate> <UserId>sample string 1</UserId> </OfficeDocumentTOC>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.