POST api/Users/pro_plantao_movementCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_plantao_movement| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| user_id | integer |
None. |
|
| plantao_id | integer |
None. |
|
| start_date | string |
None. |
|
| end_date | string |
None. |
|
| payed_status | integer |
None. |
|
| payed_document | string |
None. |
|
| plantao_type | string |
None. |
|
| _Action | string |
None. |
|
| _UserName | string |
None. |
|
| _UserGroup | string |
None. |
|
| week_day | integer |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
|
| horaIni | string |
None. |
|
| horaFim | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"user_id": 2,
"plantao_id": 3,
"start_date": "sample string 4",
"end_date": "sample string 5",
"payed_status": 6,
"payed_document": "sample string 7",
"plantao_type": "sample string 8",
"_Action": "sample string 9",
"_UserName": "sample string 10",
"_UserGroup": "sample string 11",
"week_day": 12,
"hasError": true,
"hasErrorMessage": "sample string 14",
"_SendCredentials": "sample string 15",
"horaIni": "sample string 16",
"horaFim": "sample string 17"
}
application/xml, text/xml
Sample:
<RhClass.cEntity_pro_plantao_movement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 9</_Action> <_SendCredentials>sample string 15</_SendCredentials> <_UserGroup>sample string 11</_UserGroup> <_UserName>sample string 10</_UserName> <end_date>sample string 5</end_date> <hasError>true</hasError> <hasErrorMessage>sample string 14</hasErrorMessage> <horaFim>sample string 17</horaFim> <horaIni>sample string 16</horaIni> <id>1</id> <payed_document>sample string 7</payed_document> <payed_status>6</payed_status> <plantao_id>3</plantao_id> <plantao_type>sample string 8</plantao_type> <start_date>sample string 4</start_date> <user_id>2</user_id> <week_day>12</week_day> </RhClass.cEntity_pro_plantao_movement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_plantao_movement| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| user_id | integer |
None. |
|
| plantao_id | integer |
None. |
|
| start_date | string |
None. |
|
| end_date | string |
None. |
|
| payed_status | integer |
None. |
|
| payed_document | string |
None. |
|
| plantao_type | string |
None. |
|
| _Action | string |
None. |
|
| _UserName | string |
None. |
|
| _UserGroup | string |
None. |
|
| week_day | integer |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
|
| horaIni | string |
None. |
|
| horaFim | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"user_id": 2,
"plantao_id": 3,
"start_date": "sample string 4",
"end_date": "sample string 5",
"payed_status": 6,
"payed_document": "sample string 7",
"plantao_type": "sample string 8",
"_Action": "sample string 9",
"_UserName": "sample string 10",
"_UserGroup": "sample string 11",
"week_day": 12,
"hasError": true,
"hasErrorMessage": "sample string 14",
"_SendCredentials": "sample string 15",
"horaIni": "sample string 16",
"horaFim": "sample string 17"
}
application/xml, text/xml
Sample:
<RhClass.cEntity_pro_plantao_movement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 9</_Action> <_SendCredentials>sample string 15</_SendCredentials> <_UserGroup>sample string 11</_UserGroup> <_UserName>sample string 10</_UserName> <end_date>sample string 5</end_date> <hasError>true</hasError> <hasErrorMessage>sample string 14</hasErrorMessage> <horaFim>sample string 17</horaFim> <horaIni>sample string 16</horaIni> <id>1</id> <payed_document>sample string 7</payed_document> <payed_status>6</payed_status> <plantao_id>3</plantao_id> <plantao_type>sample string 8</plantao_type> <start_date>sample string 4</start_date> <user_id>2</user_id> <week_day>12</week_day> </RhClass.cEntity_pro_plantao_movement>