POST api/ProformaReport
Request Information
URI Parameters
None.
Body Parameters
RequestPdfDto| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceHeaderId | integer |
None. |
|
| StrConnection | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceHeaderId": 1,
"StrConnection": "sample string 1"
}
application/xml, text/xml
Sample:
<RequestPdfDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fitmag.ReportServer.ViewModels"> <InvoiceHeaderId>1</InvoiceHeaderId> <StrConnection>sample string 1</StrConnection> </RequestPdfDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of byteResponse Formats
application/json, text/json
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>