POST api/Dados/pro_complaint_emailsCrudAtach

Request Information

URI Parameters

None.

Body Parameters

cEntity_emailatachments
NameDescriptionTypeAdditional information
id

integer

None.

tokenid

string

None.

emailid

string

None.

filename

string

None.

filepath

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_Credentials

string

None.

_Action

string

None.

filetype

string

None.

filenameoriginal

string

None.

hashfile

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tokenid": "sample string 2",
  "emailid": "sample string 3",
  "filename": "sample string 4",
  "filepath": "sample string 5",
  "hasError": true,
  "hasErrorMessage": "sample string 7",
  "_Credentials": "sample string 8",
  "_Action": "sample string 9",
  "filetype": "sample string 10",
  "filenameoriginal": "sample string 11",
  "hashfile": "sample string 12"
}

application/xml, text/xml

Sample:
<cTables.cEntity_emailatachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 9</_Action>
  <_Credentials>sample string 8</_Credentials>
  <emailid>sample string 3</emailid>
  <filename>sample string 4</filename>
  <filenameoriginal>sample string 11</filenameoriginal>
  <filepath>sample string 5</filepath>
  <filetype>sample string 10</filetype>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 7</hasErrorMessage>
  <hashfile>sample string 12</hashfile>
  <id>1</id>
  <tokenid>sample string 2</tokenid>
</cTables.cEntity_emailatachments>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntity_emailatachments
NameDescriptionTypeAdditional information
id

integer

None.

tokenid

string

None.

emailid

string

None.

filename

string

None.

filepath

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_Credentials

string

None.

_Action

string

None.

filetype

string

None.

filenameoriginal

string

None.

hashfile

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tokenid": "sample string 2",
  "emailid": "sample string 3",
  "filename": "sample string 4",
  "filepath": "sample string 5",
  "hasError": true,
  "hasErrorMessage": "sample string 7",
  "_Credentials": "sample string 8",
  "_Action": "sample string 9",
  "filetype": "sample string 10",
  "filenameoriginal": "sample string 11",
  "hashfile": "sample string 12"
}

application/xml, text/xml

Sample:
<cTables.cEntity_emailatachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 9</_Action>
  <_Credentials>sample string 8</_Credentials>
  <emailid>sample string 3</emailid>
  <filename>sample string 4</filename>
  <filenameoriginal>sample string 11</filenameoriginal>
  <filepath>sample string 5</filepath>
  <filetype>sample string 10</filetype>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 7</hasErrorMessage>
  <hashfile>sample string 12</hashfile>
  <id>1</id>
  <tokenid>sample string 2</tokenid>
</cTables.cEntity_emailatachments>