POST api/Users/pro_users_vacancies_movements_docsCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_users_vacancies_movements_docsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
mov_id | integer |
None. |
|
mov_path | string |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "mov_id": 2, "mov_path": "sample string 3", "_Action": "sample string 4", "hasError": true, "hasErrorMessage": "sample string 6", "_SendCredentials": "sample string 7" }
application/xml, text/xml
Sample:
<RhClass.cEntity_pro_users_vacancies_movements_docs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 4</_Action> <_SendCredentials>sample string 7</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 6</hasErrorMessage> <id>1</id> <mov_id>2</mov_id> <mov_path>sample string 3</mov_path> </RhClass.cEntity_pro_users_vacancies_movements_docs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of cEntity_pro_users_vacancies_movements_docsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
mov_id | integer |
None. |
|
mov_path | string |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "mov_id": 2, "mov_path": "sample string 3", "_Action": "sample string 4", "hasError": true, "hasErrorMessage": "sample string 6", "_SendCredentials": "sample string 7" }, { "id": 1, "mov_id": 2, "mov_path": "sample string 3", "_Action": "sample string 4", "hasError": true, "hasErrorMessage": "sample string 6", "_SendCredentials": "sample string 7" } ]
application/xml, text/xml
Sample:
<ArrayOfRhClass.cEntity_pro_users_vacancies_movements_docs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <RhClass.cEntity_pro_users_vacancies_movements_docs> <_Action>sample string 4</_Action> <_SendCredentials>sample string 7</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 6</hasErrorMessage> <id>1</id> <mov_id>2</mov_id> <mov_path>sample string 3</mov_path> </RhClass.cEntity_pro_users_vacancies_movements_docs> <RhClass.cEntity_pro_users_vacancies_movements_docs> <_Action>sample string 4</_Action> <_SendCredentials>sample string 7</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 6</hasErrorMessage> <id>1</id> <mov_id>2</mov_id> <mov_path>sample string 3</mov_path> </RhClass.cEntity_pro_users_vacancies_movements_docs> </ArrayOfRhClass.cEntity_pro_users_vacancies_movements_docs>