GET api/WorkOrders/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>