POST {version}/CallSheetExport
Get Call Sheet Export as PDF
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
CallSheetHTML| Name | Description | Type | Additional information |
|---|---|---|---|
| HTMLString | string |
None. |
|
| FileName | string |
None. |
|
| PathName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HTMLString": "sample string 1",
"FileName": "sample string 2",
"PathName": "sample string 3"
}
application/xml, text/xml
Sample:
<CallSheetHTML xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <FileName>sample string 2</FileName> <HTMLString>sample string 1</HTMLString> <PathName>sample string 3</PathName> </CallSheetHTML>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
string representing File path of PDF
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>