GET api/Dados/Getpro_articles_movments_people?_Credentials={_Credentials}&_Id={_Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

_Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntity_pro_articles_movments_people
NameDescriptionTypeAdditional information
id

integer

None.

main_id

integer

None.

mov_date

string

None.

mov_people

integer

None.

mov_people_name

string

None.

mov_obs

string

None.

_Action

string

None.

mov_type_name

string

None.

mov_article_name

string

None.

mov_serial_number

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "main_id": 2,
    "mov_date": "sample string 3",
    "mov_people": 4,
    "mov_people_name": "sample string 5",
    "mov_obs": "sample string 6",
    "_Action": "sample string 7",
    "mov_type_name": "sample string 8",
    "mov_article_name": "sample string 9",
    "mov_serial_number": "sample string 10",
    "hasError": true,
    "hasErrorMessage": "sample string 12",
    "_SendCredentials": "sample string 13"
  },
  {
    "id": 1,
    "main_id": 2,
    "mov_date": "sample string 3",
    "mov_people": 4,
    "mov_people_name": "sample string 5",
    "mov_obs": "sample string 6",
    "_Action": "sample string 7",
    "mov_type_name": "sample string 8",
    "mov_article_name": "sample string 9",
    "mov_serial_number": "sample string 10",
    "hasError": true,
    "hasErrorMessage": "sample string 12",
    "_SendCredentials": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfcTables.cEntity_pro_articles_movments_people xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <cTables.cEntity_pro_articles_movments_people>
    <_Action>sample string 7</_Action>
    <_SendCredentials>sample string 13</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 12</hasErrorMessage>
    <id>1</id>
    <main_id>2</main_id>
    <mov_article_name>sample string 9</mov_article_name>
    <mov_date>sample string 3</mov_date>
    <mov_obs>sample string 6</mov_obs>
    <mov_people>4</mov_people>
    <mov_people_name>sample string 5</mov_people_name>
    <mov_serial_number>sample string 10</mov_serial_number>
    <mov_type_name>sample string 8</mov_type_name>
  </cTables.cEntity_pro_articles_movments_people>
  <cTables.cEntity_pro_articles_movments_people>
    <_Action>sample string 7</_Action>
    <_SendCredentials>sample string 13</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 12</hasErrorMessage>
    <id>1</id>
    <main_id>2</main_id>
    <mov_article_name>sample string 9</mov_article_name>
    <mov_date>sample string 3</mov_date>
    <mov_obs>sample string 6</mov_obs>
    <mov_people>4</mov_people>
    <mov_people_name>sample string 5</mov_people_name>
    <mov_serial_number>sample string 10</mov_serial_number>
    <mov_type_name>sample string 8</mov_type_name>
  </cTables.cEntity_pro_articles_movments_people>
</ArrayOfcTables.cEntity_pro_articles_movments_people>