POST api/ExternalAPI/SavePdfOnBlob

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SectionId": "sample string 1",
  "bytes": "QEBA"
}

application/xml, text/xml

Sample:
<PdfData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MongoDA.Models">
  <SectionId>sample string 1</SectionId>
  <bytes>QEBA</bytes>
</PdfData>

application/x-www-form-urlencoded

Sample:

Sample not available.