GET api/Project/getSkipProjectTask?RoomId={RoomId}&CampusId={CampusId}&ProjectTaskID={ProjectTaskID}&BaseMonth={BaseMonth}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RoomId

integer

Required

CampusId

integer

Required

ProjectTaskID

integer

Required

BaseMonth

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AccountProjectTaskSkipReasons
NameDescriptionTypeAdditional information
UserName

string

None.

LastChanged

date

None.

ServiceTypeID

integer

Required

ID

integer

None.

Description

string

Required

Value

string

None.

EnDescription

string

None.

AccountID

integer

None.

IsEditable

boolean

None.

IsSelectable

boolean

None.

Code

string

None.

Color

string

None.

ShortDescription

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UserName": "sample string 1",
    "LastChanged": "2024-05-18T05:31:14.0942586Z",
    "ServiceTypeID": 2,
    "ID": 3,
    "Description": "sample string 4",
    "Value": "sample string 5",
    "EnDescription": "samplestring4",
    "AccountID": 6,
    "IsEditable": true,
    "IsSelectable": true,
    "Code": "sample string 9",
    "Color": "sample string 10",
    "ShortDescription": "sample string 11"
  },
  {
    "UserName": "sample string 1",
    "LastChanged": "2024-05-18T05:31:14.0942586Z",
    "ServiceTypeID": 2,
    "ID": 3,
    "Description": "sample string 4",
    "Value": "sample string 5",
    "EnDescription": "samplestring4",
    "AccountID": 6,
    "IsEditable": true,
    "IsSelectable": true,
    "Code": "sample string 9",
    "Color": "sample string 10",
    "ShortDescription": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccountProjectTaskSkipReasons xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models">
  <AccountProjectTaskSkipReasons>
    <AccountID>6</AccountID>
    <Code>sample string 9</Code>
    <Color>sample string 10</Color>
    <Description>sample string 4</Description>
    <ID>3</ID>
    <IsEditable>true</IsEditable>
    <IsSelectable>true</IsSelectable>
    <ShortDescription>sample string 11</ShortDescription>
    <Value>sample string 5</Value>
    <LastChanged>2024-05-18T05:31:14.0942586+00:00</LastChanged>
    <ServiceTypeID>2</ServiceTypeID>
    <UserName>sample string 1</UserName>
  </AccountProjectTaskSkipReasons>
  <AccountProjectTaskSkipReasons>
    <AccountID>6</AccountID>
    <Code>sample string 9</Code>
    <Color>sample string 10</Color>
    <Description>sample string 4</Description>
    <ID>3</ID>
    <IsEditable>true</IsEditable>
    <IsSelectable>true</IsSelectable>
    <ShortDescription>sample string 11</ShortDescription>
    <Value>sample string 5</Value>
    <LastChanged>2024-05-18T05:31:14.0942586+00:00</LastChanged>
    <ServiceTypeID>2</ServiceTypeID>
    <UserName>sample string 1</UserName>
  </AccountProjectTaskSkipReasons>
</ArrayOfAccountProjectTaskSkipReasons>