POST api/Dados/MissingTypeCrud

Request Information

URI Parameters

None.

Body Parameters

cEntityMissingType
NameDescriptionTypeAdditional information
id

integer

None.

missing_name

string

None.

missing_use_resource

integer

None.

missing_mandatory_aproval

integer

None.

missing_send_notification

integer

None.

_SendCredentials

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "missing_name": "sample string 2",
  "missing_use_resource": 3,
  "missing_mandatory_aproval": 4,
  "missing_send_notification": 5,
  "_SendCredentials": "sample string 6",
  "_Action": "sample string 7",
  "hasError": true,
  "hasErrorMessage": "sample string 9"
}

application/xml, text/xml

Sample:
<cTables.cEntityMissingType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 7</_Action>
  <_SendCredentials>sample string 6</_SendCredentials>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 9</hasErrorMessage>
  <id>1</id>
  <missing_mandatory_aproval>4</missing_mandatory_aproval>
  <missing_name>sample string 2</missing_name>
  <missing_send_notification>5</missing_send_notification>
  <missing_use_resource>3</missing_use_resource>
</cTables.cEntityMissingType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntityMissingType
NameDescriptionTypeAdditional information
id

integer

None.

missing_name

string

None.

missing_use_resource

integer

None.

missing_mandatory_aproval

integer

None.

missing_send_notification

integer

None.

_SendCredentials

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "missing_name": "sample string 2",
  "missing_use_resource": 3,
  "missing_mandatory_aproval": 4,
  "missing_send_notification": 5,
  "_SendCredentials": "sample string 6",
  "_Action": "sample string 7",
  "hasError": true,
  "hasErrorMessage": "sample string 9"
}

application/xml, text/xml

Sample:
<cTables.cEntityMissingType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 7</_Action>
  <_SendCredentials>sample string 6</_SendCredentials>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 9</hasErrorMessage>
  <id>1</id>
  <missing_mandatory_aproval>4</missing_mandatory_aproval>
  <missing_name>sample string 2</missing_name>
  <missing_send_notification>5</missing_send_notification>
  <missing_use_resource>3</missing_use_resource>
</cTables.cEntityMissingType>