POST api/Users/pro_formacao_cursos_formadorCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_formacao_cursos_formadorName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
idfuncionario | integer |
None. |
|
formador_nome | string |
None. |
|
formador_tipo | integer |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "idfuncionario": 2, "formador_nome": "sample string 3", "formador_tipo": 4, "_Action": "sample string 5", "hasError": true, "hasErrorMessage": "sample string 7", "_SendCredentials": "sample string 8" }
application/xml, text/xml
Sample:
<RhClass.cEntity_pro_formacao_cursos_formador xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 5</_Action> <_SendCredentials>sample string 8</_SendCredentials> <formador_nome>sample string 3</formador_nome> <formador_tipo>4</formador_tipo> <hasError>true</hasError> <hasErrorMessage>sample string 7</hasErrorMessage> <id>1</id> <idfuncionario>2</idfuncionario> </RhClass.cEntity_pro_formacao_cursos_formador>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_formacao_cursos_formadorName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
idfuncionario | integer |
None. |
|
formador_nome | string |
None. |
|
formador_tipo | integer |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "idfuncionario": 2, "formador_nome": "sample string 3", "formador_tipo": 4, "_Action": "sample string 5", "hasError": true, "hasErrorMessage": "sample string 7", "_SendCredentials": "sample string 8" }
application/xml, text/xml
Sample:
<RhClass.cEntity_pro_formacao_cursos_formador xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 5</_Action> <_SendCredentials>sample string 8</_SendCredentials> <formador_nome>sample string 3</formador_nome> <formador_tipo>4</formador_tipo> <hasError>true</hasError> <hasErrorMessage>sample string 7</hasErrorMessage> <id>1</id> <idfuncionario>2</idfuncionario> </RhClass.cEntity_pro_formacao_cursos_formador>