GET breeze/Rmas/GetForms/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "HTMLBody": "sample string 1",
    "PdfBytes": "QEBA",
    "LocalPathToPdf": "sample string 2",
    "FullPathToPdf": "sample string 3"
  },
  {
    "HTMLBody": "sample string 1",
    "PdfBytes": "QEBA",
    "LocalPathToPdf": "sample string 2",
    "FullPathToPdf": "sample string 3"
  },
  {
    "HTMLBody": "sample string 1",
    "PdfBytes": "QEBA",
    "LocalPathToPdf": "sample string 2",
    "FullPathToPdf": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPdfForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMDomain.UOW">
  <PdfForm>
    <HTMLBody>sample string 1</HTMLBody>
    <LocalPathToPdf>sample string 2</LocalPathToPdf>
    <PdfBytes>QEBA</PdfBytes>
  </PdfForm>
  <PdfForm>
    <HTMLBody>sample string 1</HTMLBody>
    <LocalPathToPdf>sample string 2</LocalPathToPdf>
    <PdfBytes>QEBA</PdfBytes>
  </PdfForm>
  <PdfForm>
    <HTMLBody>sample string 1</HTMLBody>
    <LocalPathToPdf>sample string 2</LocalPathToPdf>
    <PdfBytes>QEBA</PdfBytes>
  </PdfForm>
</ArrayOfPdfForm>