GET api/Dados/Getpro_mail_type?_Credentials={_Credentials}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntity_pro_mail_type
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"
  },
  {
    "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:
<ArrayOfcTables.cEntity_pro_mail_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <cTables.cEntity_pro_mail_type>
    <Description>sample string 2</Description>
    <_Action>sample string 3</_Action>
    <_SendCredentials>sample string 6</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 5</hasErrorMessage>
    <id>1</id>
  </cTables.cEntity_pro_mail_type>
  <cTables.cEntity_pro_mail_type>
    <Description>sample string 2</Description>
    <_Action>sample string 3</_Action>
    <_SendCredentials>sample string 6</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 5</hasErrorMessage>
    <id>1</id>
  </cTables.cEntity_pro_mail_type>
</ArrayOfcTables.cEntity_pro_mail_type>