POST api/Dados/pro_mail_fromCrud

Request Information

URI Parameters

None.

Body Parameters

cEntity_pro_mail_from
NameDescriptionTypeAdditional information
id

integer

None.

description

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "_Action": "sample string 3",
  "hasError": true,
  "hasErrorMessage": "sample string 5",
  "_SendCredentials": "sample string 6"
}

application/xml, text/xml

Sample:
<cTables.cEntity_pro_mail_from xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 3</_Action>
  <_SendCredentials>sample string 6</_SendCredentials>
  <description>sample string 2</description>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 5</hasErrorMessage>
  <id>1</id>
</cTables.cEntity_pro_mail_from>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntity_pro_mail_from
NameDescriptionTypeAdditional information
id

integer

None.

description

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "_Action": "sample string 3",
  "hasError": true,
  "hasErrorMessage": "sample string 5",
  "_SendCredentials": "sample string 6"
}

application/xml, text/xml

Sample:
<cTables.cEntity_pro_mail_from xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 3</_Action>
  <_SendCredentials>sample string 6</_SendCredentials>
  <description>sample string 2</description>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 5</hasErrorMessage>
  <id>1</id>
</cTables.cEntity_pro_mail_from>