GET api/Transport/GetMiscTasks
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AccountMiscellaneousTasks| Name | Description | Type | Additional 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": "2025-12-20T16:51:16.986134Z",
"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": "2025-12-20T16:51:16.986134Z",
"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:
<ArrayOfAccountMiscellaneousTasks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models">
<AccountMiscellaneousTasks>
<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>2025-12-20T16:51:16.986134+00:00</LastChanged>
<ServiceTypeID>2</ServiceTypeID>
<UserName>sample string 1</UserName>
</AccountMiscellaneousTasks>
<AccountMiscellaneousTasks>
<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>2025-12-20T16:51:16.986134+00:00</LastChanged>
<ServiceTypeID>2</ServiceTypeID>
<UserName>sample string 1</UserName>
</AccountMiscellaneousTasks>
</ArrayOfAccountMiscellaneousTasks>