POST {version}/DeleteCallSheetTemplate
Delete Call Sheet Template
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
CallSheetTemplateName | Description | Type | Additional information |
---|---|---|---|
TemplateId | globally unique identifier |
None. |
|
TempId | globally unique identifier |
None. |
|
TemplateName | string |
None. |
|
OutputFormat | string |
None. |
|
LastModifiedBy | string |
None. |
|
LastModifiedOn | string |
None. |
|
Sections | Collection of TemplateSection |
None. |
|
HeaderImage | File |
None. |
Request Formats
application/json, text/json
Sample:
{ "TemplateId": "fa30ed9e-1620-4c37-bebf-c57d2d833518", "TempId": "78909ca5-53de-4436-8f9a-e252ae471079", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "8737464d-2318-439c-a1f8-c5625adbd297", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "461d47a1-2861-49d7-aa8e-dd71983ab7be", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "461d47a1-2861-49d7-aa8e-dd71983ab7be", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "8737464d-2318-439c-a1f8-c5625adbd297", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "461d47a1-2861-49d7-aa8e-dd71983ab7be", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "461d47a1-2861-49d7-aa8e-dd71983ab7be", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "677ed02d-4cbf-46a6-af81-4eb060d6f08e", "Name": "sample string 2", "DatabaseId": "f8197723-4c1c-40e1-bdce-2174726f0549", "FileCMURL": "FileManager/FileHandler.ashx?Id=677ed02d-4cbf-46a6-af81-4eb060d6f08e&DbId=f8197723-4c1c-40e1-bdce-2174726f0549", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "62f12625-6d14-4999-b51c-10081dafe1ba" } }
application/xml, text/xml
Sample:
<CallSheetTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <HeaderImage> <Createdon>sample string 6</Createdon> <DatabaseId>f8197723-4c1c-40e1-bdce-2174726f0549</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>62f12625-6d14-4999-b51c-10081dafe1ba</FolderId> <Id>677ed02d-4cbf-46a6-af81-4eb060d6f08e</Id> <MimeType>sample string 8</MimeType> <Name>sample string 2</Name> </HeaderImage> <LastModifiedBy>sample string 5</LastModifiedBy> <LastModifiedOn>sample string 6</LastModifiedOn> <OutputFormat>sample string 4</OutputFormat> <Sections> <TemplateSection> <Id>8737464d-2318-439c-a1f8-c5625adbd297</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>461d47a1-2861-49d7-aa8e-dd71983ab7be</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>461d47a1-2861-49d7-aa8e-dd71983ab7be</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>8737464d-2318-439c-a1f8-c5625adbd297</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>461d47a1-2861-49d7-aa8e-dd71983ab7be</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>461d47a1-2861-49d7-aa8e-dd71983ab7be</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>78909ca5-53de-4436-8f9a-e252ae471079</TempId> <TemplateId>fa30ed9e-1620-4c37-bebf-c57d2d833518</TemplateId> <TemplateName>sample string 3</TemplateName> </CallSheetTemplate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |