POST {version}/SaveCallSheetTemplate
Save 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": "5bb3dbcb-a967-4cae-b320-2d830238ce52", "TempId": "91895760-753f-4101-97b9-d6601fde493e", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "c13d6636-2e8b-4f49-ab50-171733fd748f", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "beed0a65-9256-4b40-8fe5-30acb7fb654d", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "beed0a65-9256-4b40-8fe5-30acb7fb654d", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "c13d6636-2e8b-4f49-ab50-171733fd748f", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "beed0a65-9256-4b40-8fe5-30acb7fb654d", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "beed0a65-9256-4b40-8fe5-30acb7fb654d", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "3397e790-5179-497d-9467-af2ead0b38e2", "Name": "sample string 2", "DatabaseId": "2fbc292f-f719-41e7-bf8a-00bf133eb2d5", "FileCMURL": "FileManager/FileHandler.ashx?Id=3397e790-5179-497d-9467-af2ead0b38e2&DbId=2fbc292f-f719-41e7-bf8a-00bf133eb2d5", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "406b4606-8a58-464e-bb41-ddbe9411f1df" } }
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>2fbc292f-f719-41e7-bf8a-00bf133eb2d5</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>406b4606-8a58-464e-bb41-ddbe9411f1df</FolderId> <Id>3397e790-5179-497d-9467-af2ead0b38e2</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>c13d6636-2e8b-4f49-ab50-171733fd748f</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>beed0a65-9256-4b40-8fe5-30acb7fb654d</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>beed0a65-9256-4b40-8fe5-30acb7fb654d</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>c13d6636-2e8b-4f49-ab50-171733fd748f</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>beed0a65-9256-4b40-8fe5-30acb7fb654d</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>beed0a65-9256-4b40-8fe5-30acb7fb654d</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>91895760-753f-4101-97b9-d6601fde493e</TempId> <TemplateId>5bb3dbcb-a967-4cae-b320-2d830238ce52</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. |