GET breeze/Calls/GetForm/{id}?createNew={createNew}&justGetNewHtml={justGetNewHtml}&formId={formId}&addAttachment={addAttachment}&base64Json={base64Json}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
createNew | No documentation available. |
Define this parameter in the request URI. |
justGetNewHtml | No documentation available. |
Define this parameter in the request URI. |
formId | No documentation available. |
Define this parameter in the request URI. |
addAttachment | No documentation available. |
Define this parameter in the request URI. |
base64Json | 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" }
application/xml, text/xml
Sample:
<PdfForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMDomain.UOW"> <HTMLBody>sample string 1</HTMLBody> <LocalPathToPdf>sample string 2</LocalPathToPdf> <PdfBytes>QEBA</PdfBytes> </PdfForm>