GET api/account/contractnote/{contractNoteID}/pdf
Get contract note pdf file.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contractNoteID |
Contract Note ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GetFileResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Bytes | Collection of byte |
None. |
|
| FileExtension | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"bytes": "QEA=",
"fileExtension": "sample string 1"
}
application/xml, text/xml
Sample:
<GetFileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Services.CRM.ServiceContracts"> <bytes>QEA=</bytes> <fileExtension>sample string 1</fileExtension> </GetFileResponse>