POST api/TicklerLogics

Request Information

URI Parameters

None.

Body Parameters

TicklerLogic
NameDescriptionTypeAdditional information
TicklerID

integer

None.

ClientID

integer

None.

TicklerType

string

String length: inclusive between 0 and 20

TicklerLogic1

string

String length: inclusive between 0 and 255

TicklerMessage

string

String length: inclusive between 0 and 100

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TicklerID": 1,
  "ClientID": 1,
  "TicklerType": "sample string 2",
  "TicklerLogic1": "sample string 3",
  "TicklerMessage": "sample string 4",
  "ID": 5
}

application/xml, text/xml

Sample:
<TicklerLogic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <ClientID>1</ClientID>
  <ID>5</ID>
  <TicklerID>1</TicklerID>
  <TicklerLogic1>sample string 3</TicklerLogic1>
  <TicklerMessage>sample string 4</TicklerMessage>
  <TicklerType>sample string 2</TicklerType>
</TicklerLogic>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TicklerLogic
NameDescriptionTypeAdditional information
TicklerID

integer

None.

ClientID

integer

None.

TicklerType

string

String length: inclusive between 0 and 20

TicklerLogic1

string

String length: inclusive between 0 and 255

TicklerMessage

string

String length: inclusive between 0 and 100

ID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TicklerID": 1,
  "ClientID": 1,
  "TicklerType": "sample string 2",
  "TicklerLogic1": "sample string 3",
  "TicklerMessage": "sample string 4",
  "ID": 5
}

application/xml, text/xml

Sample:
<TicklerLogic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <ClientID>1</ClientID>
  <ID>5</ID>
  <TicklerID>1</TicklerID>
  <TicklerLogic1>sample string 3</TicklerLogic1>
  <TicklerMessage>sample string 4</TicklerMessage>
  <TicklerType>sample string 2</TicklerType>
</TicklerLogic>