POST api/Dados/AssigmentsCrud
Request Information
URI Parameters
None.
Body Parameters
cEntityUserAssigments| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| assigment_name | string |
None. |
|
| assigment_description | string |
None. |
|
| assigment_avaliation_type | integer |
None. |
|
| _SendCredentials | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"assigment_name": "sample string 2",
"assigment_description": "sample string 3",
"assigment_avaliation_type": 4,
"_SendCredentials": "sample string 5",
"_Action": "sample string 6",
"hasError": true,
"hasErrorMessage": "sample string 8"
}
application/xml, text/xml
Sample:
<cTables.cEntityUserAssigments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 6</_Action> <_SendCredentials>sample string 5</_SendCredentials> <assigment_avaliation_type>4</assigment_avaliation_type> <assigment_description>sample string 3</assigment_description> <assigment_name>sample string 2</assigment_name> <hasError>true</hasError> <hasErrorMessage>sample string 8</hasErrorMessage> <id>1</id> </cTables.cEntityUserAssigments>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntityUserAssigments| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| assigment_name | string |
None. |
|
| assigment_description | string |
None. |
|
| assigment_avaliation_type | integer |
None. |
|
| _SendCredentials | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"assigment_name": "sample string 2",
"assigment_description": "sample string 3",
"assigment_avaliation_type": 4,
"_SendCredentials": "sample string 5",
"_Action": "sample string 6",
"hasError": true,
"hasErrorMessage": "sample string 8"
}
application/xml, text/xml
Sample:
<cTables.cEntityUserAssigments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 6</_Action> <_SendCredentials>sample string 5</_SendCredentials> <assigment_avaliation_type>4</assigment_avaliation_type> <assigment_description>sample string 3</assigment_description> <assigment_name>sample string 2</assigment_name> <hasError>true</hasError> <hasErrorMessage>sample string 8</hasErrorMessage> <id>1</id> </cTables.cEntityUserAssigments>