GET api/Dados/Getpro_articles_movments_locals?_Credentials={_Credentials}&_Id={_Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _Credentials | string |
Required |
|
| _Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntity_pro_articles_movments_locals| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| movid | integer |
None. |
|
| mov_date | string |
None. |
|
| mov_office | integer |
None. |
|
| mov_office_name | string |
None. |
|
| mov_local | integer |
None. |
|
| mov_local_name | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
|
| mov_obs | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"movid": 2,
"mov_date": "sample string 3",
"mov_office": 4,
"mov_office_name": "sample string 5",
"mov_local": 6,
"mov_local_name": "sample string 7",
"_Action": "sample string 8",
"hasError": true,
"hasErrorMessage": "sample string 10",
"_SendCredentials": "sample string 11",
"mov_obs": "sample string 12"
},
{
"id": 1,
"movid": 2,
"mov_date": "sample string 3",
"mov_office": 4,
"mov_office_name": "sample string 5",
"mov_local": 6,
"mov_local_name": "sample string 7",
"_Action": "sample string 8",
"hasError": true,
"hasErrorMessage": "sample string 10",
"_SendCredentials": "sample string 11",
"mov_obs": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfcTables.cEntity_pro_articles_movments_locals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
<cTables.cEntity_pro_articles_movments_locals>
<_Action>sample string 8</_Action>
<_SendCredentials>sample string 11</_SendCredentials>
<hasError>true</hasError>
<hasErrorMessage>sample string 10</hasErrorMessage>
<id>1</id>
<mov_date>sample string 3</mov_date>
<mov_local>6</mov_local>
<mov_local_name>sample string 7</mov_local_name>
<mov_obs>sample string 12</mov_obs>
<mov_office>4</mov_office>
<mov_office_name>sample string 5</mov_office_name>
<movid>2</movid>
</cTables.cEntity_pro_articles_movments_locals>
<cTables.cEntity_pro_articles_movments_locals>
<_Action>sample string 8</_Action>
<_SendCredentials>sample string 11</_SendCredentials>
<hasError>true</hasError>
<hasErrorMessage>sample string 10</hasErrorMessage>
<id>1</id>
<mov_date>sample string 3</mov_date>
<mov_local>6</mov_local>
<mov_local_name>sample string 7</mov_local_name>
<mov_obs>sample string 12</mov_obs>
<mov_office>4</mov_office>
<mov_office_name>sample string 5</mov_office_name>
<movid>2</movid>
</cTables.cEntity_pro_articles_movments_locals>
</ArrayOfcTables.cEntity_pro_articles_movments_locals>