POST api/Dados/pro_complaint_actionsCrud

Request Information

URI Parameters

None.

Body Parameters

cEntity_pro_complaint_actions
NameDescriptionTypeAdditional information
id

integer

None.

user_id

integer

None.

user_name

string

None.

user_email

string

None.

days

integer

None.

action

integer

None.

action_name

string

None.

todo

integer

None.

todo_name

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "user_id": 2,
  "user_name": "sample string 3",
  "user_email": "sample string 4",
  "days": 5,
  "action": 6,
  "action_name": "sample string 7",
  "todo": 8,
  "todo_name": "sample string 9",
  "_Action": "sample string 10",
  "hasError": true,
  "hasErrorMessage": "sample string 12",
  "_SendCredentials": "sample string 13"
}

application/xml, text/xml

Sample:
<cTables.cEntity_pro_complaint_actions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 10</_Action>
  <_SendCredentials>sample string 13</_SendCredentials>
  <action>6</action>
  <action_name>sample string 7</action_name>
  <days>5</days>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 12</hasErrorMessage>
  <id>1</id>
  <todo>8</todo>
  <todo_name>sample string 9</todo_name>
  <user_email>sample string 4</user_email>
  <user_id>2</user_id>
  <user_name>sample string 3</user_name>
</cTables.cEntity_pro_complaint_actions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntity_pro_complaint_actions
NameDescriptionTypeAdditional information
id

integer

None.

user_id

integer

None.

user_name

string

None.

user_email

string

None.

days

integer

None.

action

integer

None.

action_name

string

None.

todo

integer

None.

todo_name

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "user_id": 2,
  "user_name": "sample string 3",
  "user_email": "sample string 4",
  "days": 5,
  "action": 6,
  "action_name": "sample string 7",
  "todo": 8,
  "todo_name": "sample string 9",
  "_Action": "sample string 10",
  "hasError": true,
  "hasErrorMessage": "sample string 12",
  "_SendCredentials": "sample string 13"
}

application/xml, text/xml

Sample:
<cTables.cEntity_pro_complaint_actions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 10</_Action>
  <_SendCredentials>sample string 13</_SendCredentials>
  <action>6</action>
  <action_name>sample string 7</action_name>
  <days>5</days>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 12</hasErrorMessage>
  <id>1</id>
  <todo>8</todo>
  <todo_name>sample string 9</todo_name>
  <user_email>sample string 4</user_email>
  <user_id>2</user_id>
  <user_name>sample string 3</user_name>
</cTables.cEntity_pro_complaint_actions>