POST {version}/DeleteCallSheetTemplate

Delete Call Sheet Template

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

CallSheetTemplate
NameDescriptionTypeAdditional 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": "81afd677-3124-4962-b83b-00bbd42e6d32",
  "TempId": "32339c62-13ab-40ef-b93c-d2c88c8c9e65",
  "TemplateName": "sample string 3",
  "OutputFormat": "sample string 4",
  "LastModifiedBy": "sample string 5",
  "LastModifiedOn": "sample string 6",
  "Sections": [
    {
      "Id": "8d51ca77-38e3-42c7-b7a0-c248dc3b40ce",
      "Name": "sample string 2",
      "Order": 3,
      "Include": true,
      "Options": [
        {
          "Id": "62562fca-6dbb-4c3c-ac71-5bd9b0cfcdee",
          "Value": "sample string 2",
          "Name": "sample string 3"
        },
        {
          "Id": "62562fca-6dbb-4c3c-ac71-5bd9b0cfcdee",
          "Value": "sample string 2",
          "Name": "sample string 3"
        }
      ]
    },
    {
      "Id": "8d51ca77-38e3-42c7-b7a0-c248dc3b40ce",
      "Name": "sample string 2",
      "Order": 3,
      "Include": true,
      "Options": [
        {
          "Id": "62562fca-6dbb-4c3c-ac71-5bd9b0cfcdee",
          "Value": "sample string 2",
          "Name": "sample string 3"
        },
        {
          "Id": "62562fca-6dbb-4c3c-ac71-5bd9b0cfcdee",
          "Value": "sample string 2",
          "Name": "sample string 3"
        }
      ]
    }
  ],
  "HeaderImage": {
    "Id": "7b2d0935-c467-4b1c-b256-447c47a0cf12",
    "Name": "sample string 2",
    "DatabaseId": "ea88ab85-2bba-4699-b4df-3eb70b8ba311",
    "FileCMURL": "FileManager/FileHandler.ashx?Id=7b2d0935-c467-4b1c-b256-447c47a0cf12&DbId=ea88ab85-2bba-4699-b4df-3eb70b8ba311",
    "FileURL": "sample string 4",
    "FileData": "sample string 5",
    "Createdon": "sample string 6",
    "FileContent": "QEA=",
    "Deleted": true,
    "MimeType": "sample string 8",
    "FolderId": "ca82c615-df6f-430e-9e23-8ecc037c46da"
  }
}

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>ea88ab85-2bba-4699-b4df-3eb70b8ba311</DatabaseId>
    <Deleted>true</Deleted>
    <FileContent>QEA=</FileContent>
    <FileData>sample string 5</FileData>
    <FileURL>sample string 4</FileURL>
    <FolderId>ca82c615-df6f-430e-9e23-8ecc037c46da</FolderId>
    <Id>7b2d0935-c467-4b1c-b256-447c47a0cf12</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>8d51ca77-38e3-42c7-b7a0-c248dc3b40ce</Id>
      <Include>true</Include>
      <Name>sample string 2</Name>
      <Options>
        <SectionConfiguration>
          <Id>62562fca-6dbb-4c3c-ac71-5bd9b0cfcdee</Id>
          <Name>sample string 3</Name>
          <Value>sample string 2</Value>
        </SectionConfiguration>
        <SectionConfiguration>
          <Id>62562fca-6dbb-4c3c-ac71-5bd9b0cfcdee</Id>
          <Name>sample string 3</Name>
          <Value>sample string 2</Value>
        </SectionConfiguration>
      </Options>
      <Order>3</Order>
    </TemplateSection>
    <TemplateSection>
      <Id>8d51ca77-38e3-42c7-b7a0-c248dc3b40ce</Id>
      <Include>true</Include>
      <Name>sample string 2</Name>
      <Options>
        <SectionConfiguration>
          <Id>62562fca-6dbb-4c3c-ac71-5bd9b0cfcdee</Id>
          <Name>sample string 3</Name>
          <Value>sample string 2</Value>
        </SectionConfiguration>
        <SectionConfiguration>
          <Id>62562fca-6dbb-4c3c-ac71-5bd9b0cfcdee</Id>
          <Name>sample string 3</Name>
          <Value>sample string 2</Value>
        </SectionConfiguration>
      </Options>
      <Order>3</Order>
    </TemplateSection>
  </Sections>
  <TempId>32339c62-13ab-40ef-b93c-d2c88c8c9e65</TempId>
  <TemplateId>81afd677-3124-4962-b83b-00bbd42e6d32</TemplateId>
  <TemplateName>sample string 3</TemplateName>
</CallSheetTemplate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.