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": "d050cb18-eee9-4956-beb2-f17dc39b262c", "TempId": "94033f44-4d94-4b55-ba1b-f0811809e176", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "69ff3927-757c-4895-b562-44c675fbd67b", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "69f93056-b814-4658-91a1-15204b61e2f1", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "69f93056-b814-4658-91a1-15204b61e2f1", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "69ff3927-757c-4895-b562-44c675fbd67b", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "69f93056-b814-4658-91a1-15204b61e2f1", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "69f93056-b814-4658-91a1-15204b61e2f1", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "cc6cbf46-3983-4076-9845-6dc57da98990", "Name": "sample string 2", "DatabaseId": "95e415a6-2af2-47e8-abec-70e2d8fe67f6", "FileCMURL": "FileManager/FileHandler.ashx?Id=cc6cbf46-3983-4076-9845-6dc57da98990&DbId=95e415a6-2af2-47e8-abec-70e2d8fe67f6", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "30f33e9c-2f1a-4c80-8854-7b71af7c1cdd" } }
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>95e415a6-2af2-47e8-abec-70e2d8fe67f6</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>30f33e9c-2f1a-4c80-8854-7b71af7c1cdd</FolderId> <Id>cc6cbf46-3983-4076-9845-6dc57da98990</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>69ff3927-757c-4895-b562-44c675fbd67b</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>69f93056-b814-4658-91a1-15204b61e2f1</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>69f93056-b814-4658-91a1-15204b61e2f1</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>69ff3927-757c-4895-b562-44c675fbd67b</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>69f93056-b814-4658-91a1-15204b61e2f1</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>69f93056-b814-4658-91a1-15204b61e2f1</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>94033f44-4d94-4b55-ba1b-f0811809e176</TempId> <TemplateId>d050cb18-eee9-4956-beb2-f17dc39b262c</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. |