Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST API Method: PUT /rest/transformationtable/{identifier}

Page Tree
rootResource - transformationtable

Creates a Transformation Table given a specific Table ID.

URL:

https://134.56.227.163/rest/transformationtable/{identifier}

HTTP Method

PUT

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DescriptionNoNostringnone64 - Max LengthDescribes the Transformation Table so that it is easily identifiable when selecting a Transformation Table in a Call Route or Action Set Entry.
SequenceNoNostringnone2000 - Max LengthSpecifies a sequence of Transformation Table Entries provided as a comma-separated string of the entry IDs. .
SequenceSupportedNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables the sequencing of entries in the Transformation Entry Table

Usage Example: (about cURL | requires a session token)

Code Block
languagebash
Put code example herecurl --cookie PHPSESSID=fsqgefadjojefv6lmdtij6lh44 -s -k -i https://134.56.72.218/rest/transformationtable/1 -X PUT --data "SequenceSupported=0&ConfigIEState=1&Description=Passthrough Untouched&Sequence=1"

Response:

Code Block
languagehtml/xml
Put Code response here<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
 <transformationtable id="1" href="https://134.56.72.218/rest/transformationtable/1">
  <Description>Passthrough Untouched</Description>
  <Sequence></Sequence>
  <SequenceSupported>1</SequenceSupported>
 </transformationtable>
</root>