GET api/Report/GetVacanciesReportToPrint?Year={Year}&Department={Department}&Company={Company}&_Credentials={_Credentials}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Year

integer

Required

Department

integer

Required

Company

integer

Required

_Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

cEntityVacanciesReportToPrint
NameDescriptionTypeAdditional information
company

integer

None.

year

integer

None.

_People

Collection of cEntityVacanciesReportToPrintUser

None.

_SendCredentials

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "company": 1,
  "year": 2,
  "_People": [
    {
      "id": 1,
      "username": "sample string 2",
      "userrole": "sample string 3",
      "uservacanciesdays": 4,
      "userstartdate": "sample string 5",
      "_PeopleMovs": [
        {
          "id": 1,
          "userstartdate": "sample string 2",
          "userenddate": "sample string 3",
          "uservacanciesdays": 4,
          "_SendCredentials": "sample string 5",
          "_Action": "sample string 6",
          "hasError": true,
          "hasErrorMessage": "sample string 8"
        },
        {
          "id": 1,
          "userstartdate": "sample string 2",
          "userenddate": "sample string 3",
          "uservacanciesdays": 4,
          "_SendCredentials": "sample string 5",
          "_Action": "sample string 6",
          "hasError": true,
          "hasErrorMessage": "sample string 8"
        }
      ],
      "_SendCredentials": "sample string 6",
      "_Action": "sample string 7",
      "hasError": true,
      "hasErrorMessage": "sample string 9"
    },
    {
      "id": 1,
      "username": "sample string 2",
      "userrole": "sample string 3",
      "uservacanciesdays": 4,
      "userstartdate": "sample string 5",
      "_PeopleMovs": [
        {
          "id": 1,
          "userstartdate": "sample string 2",
          "userenddate": "sample string 3",
          "uservacanciesdays": 4,
          "_SendCredentials": "sample string 5",
          "_Action": "sample string 6",
          "hasError": true,
          "hasErrorMessage": "sample string 8"
        },
        {
          "id": 1,
          "userstartdate": "sample string 2",
          "userenddate": "sample string 3",
          "uservacanciesdays": 4,
          "_SendCredentials": "sample string 5",
          "_Action": "sample string 6",
          "hasError": true,
          "hasErrorMessage": "sample string 8"
        }
      ],
      "_SendCredentials": "sample string 6",
      "_Action": "sample string 7",
      "hasError": true,
      "hasErrorMessage": "sample string 9"
    }
  ],
  "_SendCredentials": "sample string 3",
  "_Action": "sample string 4",
  "hasError": true,
  "hasErrorMessage": "sample string 6"
}

application/xml, text/xml

Sample:
<cReports.cEntityVacanciesReportToPrint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_Action>sample string 4</_Action>
  <_People>
    <cReports.cEntityVacanciesReportToPrintUser>
      <_Action>sample string 7</_Action>
      <_PeopleMovs>
        <cReports.cEntityVacanciesReportToPrintUserMovs>
          <_Action>sample string 6</_Action>
          <_SendCredentials>sample string 5</_SendCredentials>
          <hasError>true</hasError>
          <hasErrorMessage>sample string 8</hasErrorMessage>
          <id>1</id>
          <userenddate>sample string 3</userenddate>
          <userstartdate>sample string 2</userstartdate>
          <uservacanciesdays>4</uservacanciesdays>
        </cReports.cEntityVacanciesReportToPrintUserMovs>
        <cReports.cEntityVacanciesReportToPrintUserMovs>
          <_Action>sample string 6</_Action>
          <_SendCredentials>sample string 5</_SendCredentials>
          <hasError>true</hasError>
          <hasErrorMessage>sample string 8</hasErrorMessage>
          <id>1</id>
          <userenddate>sample string 3</userenddate>
          <userstartdate>sample string 2</userstartdate>
          <uservacanciesdays>4</uservacanciesdays>
        </cReports.cEntityVacanciesReportToPrintUserMovs>
      </_PeopleMovs>
      <_SendCredentials>sample string 6</_SendCredentials>
      <hasError>true</hasError>
      <hasErrorMessage>sample string 9</hasErrorMessage>
      <id>1</id>
      <username>sample string 2</username>
      <userrole>sample string 3</userrole>
      <userstartdate>sample string 5</userstartdate>
      <uservacanciesdays>4</uservacanciesdays>
    </cReports.cEntityVacanciesReportToPrintUser>
    <cReports.cEntityVacanciesReportToPrintUser>
      <_Action>sample string 7</_Action>
      <_PeopleMovs>
        <cReports.cEntityVacanciesReportToPrintUserMovs>
          <_Action>sample string 6</_Action>
          <_SendCredentials>sample string 5</_SendCredentials>
          <hasError>true</hasError>
          <hasErrorMessage>sample string 8</hasErrorMessage>
          <id>1</id>
          <userenddate>sample string 3</userenddate>
          <userstartdate>sample string 2</userstartdate>
          <uservacanciesdays>4</uservacanciesdays>
        </cReports.cEntityVacanciesReportToPrintUserMovs>
        <cReports.cEntityVacanciesReportToPrintUserMovs>
          <_Action>sample string 6</_Action>
          <_SendCredentials>sample string 5</_SendCredentials>
          <hasError>true</hasError>
          <hasErrorMessage>sample string 8</hasErrorMessage>
          <id>1</id>
          <userenddate>sample string 3</userenddate>
          <userstartdate>sample string 2</userstartdate>
          <uservacanciesdays>4</uservacanciesdays>
        </cReports.cEntityVacanciesReportToPrintUserMovs>
      </_PeopleMovs>
      <_SendCredentials>sample string 6</_SendCredentials>
      <hasError>true</hasError>
      <hasErrorMessage>sample string 9</hasErrorMessage>
      <id>1</id>
      <username>sample string 2</username>
      <userrole>sample string 3</userrole>
      <userstartdate>sample string 5</userstartdate>
      <uservacanciesdays>4</uservacanciesdays>
    </cReports.cEntityVacanciesReportToPrintUser>
  </_People>
  <_SendCredentials>sample string 3</_SendCredentials>
  <company>1</company>
  <hasError>true</hasError>
  <hasErrorMessage>sample string 6</hasErrorMessage>
  <year>2</year>
</cReports.cEntityVacanciesReportToPrint>