GET api/WorkOrders/GetChainFollowupWorkorderList?AutoServiceMasterID={AutoServiceMasterID}&APIKey={APIKey}&IsItChild={IsItChild}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AutoServiceMasterID

integer

Required

APIKey

string

None.

IsItChild

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WorkorderChainFollowupRM
NameDescriptionTypeAdditional information
FollowupOrders

Collection of WorkorderChainFollowupResponseModel

None.

ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
[
  {
    "followupOrders": [
      {
        "autoServiceMasterID": 1,
        "workOrderNo": "sample string 1",
        "statusName": "sample string 2",
        "priorityName": "sample string 3",
        "startDate": "sample string 4",
        "endDate": "sample string 5",
        "maintenenceType": "sample string 6",
        "locationName": "sample string 7",
        "isJob": true,
        "parentChainAutoServiceMasterID": 1,
        "parentChainWorkOrderNo": "sample string 9",
        "kurztext_ShortDesc": "sample string 10",
        "meldenummer_MessageNumber": "sample string 11",
        "totalRecords": 12
      },
      {
        "autoServiceMasterID": 1,
        "workOrderNo": "sample string 1",
        "statusName": "sample string 2",
        "priorityName": "sample string 3",
        "startDate": "sample string 4",
        "endDate": "sample string 5",
        "maintenenceType": "sample string 6",
        "locationName": "sample string 7",
        "isJob": true,
        "parentChainAutoServiceMasterID": 1,
        "parentChainWorkOrderNo": "sample string 9",
        "kurztext_ShortDesc": "sample string 10",
        "meldenummer_MessageNumber": "sample string 11",
        "totalRecords": 12
      }
    ],
    "returnID": 1,
    "message": "sample string 2",
    "successful": true,
    "code": 4,
    "totalRecord": 5
  },
  {
    "followupOrders": [
      {
        "autoServiceMasterID": 1,
        "workOrderNo": "sample string 1",
        "statusName": "sample string 2",
        "priorityName": "sample string 3",
        "startDate": "sample string 4",
        "endDate": "sample string 5",
        "maintenenceType": "sample string 6",
        "locationName": "sample string 7",
        "isJob": true,
        "parentChainAutoServiceMasterID": 1,
        "parentChainWorkOrderNo": "sample string 9",
        "kurztext_ShortDesc": "sample string 10",
        "meldenummer_MessageNumber": "sample string 11",
        "totalRecords": 12
      },
      {
        "autoServiceMasterID": 1,
        "workOrderNo": "sample string 1",
        "statusName": "sample string 2",
        "priorityName": "sample string 3",
        "startDate": "sample string 4",
        "endDate": "sample string 5",
        "maintenenceType": "sample string 6",
        "locationName": "sample string 7",
        "isJob": true,
        "parentChainAutoServiceMasterID": 1,
        "parentChainWorkOrderNo": "sample string 9",
        "kurztext_ShortDesc": "sample string 10",
        "meldenummer_MessageNumber": "sample string 11",
        "totalRecords": 12
      }
    ],
    "returnID": 1,
    "message": "sample string 2",
    "successful": true,
    "code": 4,
    "totalRecord": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfWorkorderChainFollowupRM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">
  <WorkorderChainFollowupRM>
    <Code>4</Code>
    <Message>sample string 2</Message>
    <ReturnID>1</ReturnID>
    <Successful>true</Successful>
    <TotalRecord>5</TotalRecord>
    <FollowupOrders>
      <WorkorderChainFollowupResponseModel>
        <AutoServiceMasterID>1</AutoServiceMasterID>
        <EndDate>sample string 5</EndDate>
        <IsJob>true</IsJob>
        <Kurztext_ShortDesc>sample string 10</Kurztext_ShortDesc>
        <LocationName>sample string 7</LocationName>
        <MaintenenceType>sample string 6</MaintenenceType>
        <Meldenummer_MessageNumber>sample string 11</Meldenummer_MessageNumber>
        <ParentChainAutoServiceMasterID>1</ParentChainAutoServiceMasterID>
        <ParentChainWorkOrderNo>sample string 9</ParentChainWorkOrderNo>
        <PriorityName>sample string 3</PriorityName>
        <StartDate>sample string 4</StartDate>
        <StatusName>sample string 2</StatusName>
        <TotalRecords>12</TotalRecords>
        <WorkOrderNo>sample string 1</WorkOrderNo>
      </WorkorderChainFollowupResponseModel>
      <WorkorderChainFollowupResponseModel>
        <AutoServiceMasterID>1</AutoServiceMasterID>
        <EndDate>sample string 5</EndDate>
        <IsJob>true</IsJob>
        <Kurztext_ShortDesc>sample string 10</Kurztext_ShortDesc>
        <LocationName>sample string 7</LocationName>
        <MaintenenceType>sample string 6</MaintenenceType>
        <Meldenummer_MessageNumber>sample string 11</Meldenummer_MessageNumber>
        <ParentChainAutoServiceMasterID>1</ParentChainAutoServiceMasterID>
        <ParentChainWorkOrderNo>sample string 9</ParentChainWorkOrderNo>
        <PriorityName>sample string 3</PriorityName>
        <StartDate>sample string 4</StartDate>
        <StatusName>sample string 2</StatusName>
        <TotalRecords>12</TotalRecords>
        <WorkOrderNo>sample string 1</WorkOrderNo>
      </WorkorderChainFollowupResponseModel>
    </FollowupOrders>
  </WorkorderChainFollowupRM>
  <WorkorderChainFollowupRM>
    <Code>4</Code>
    <Message>sample string 2</Message>
    <ReturnID>1</ReturnID>
    <Successful>true</Successful>
    <TotalRecord>5</TotalRecord>
    <FollowupOrders>
      <WorkorderChainFollowupResponseModel>
        <AutoServiceMasterID>1</AutoServiceMasterID>
        <EndDate>sample string 5</EndDate>
        <IsJob>true</IsJob>
        <Kurztext_ShortDesc>sample string 10</Kurztext_ShortDesc>
        <LocationName>sample string 7</LocationName>
        <MaintenenceType>sample string 6</MaintenenceType>
        <Meldenummer_MessageNumber>sample string 11</Meldenummer_MessageNumber>
        <ParentChainAutoServiceMasterID>1</ParentChainAutoServiceMasterID>
        <ParentChainWorkOrderNo>sample string 9</ParentChainWorkOrderNo>
        <PriorityName>sample string 3</PriorityName>
        <StartDate>sample string 4</StartDate>
        <StatusName>sample string 2</StatusName>
        <TotalRecords>12</TotalRecords>
        <WorkOrderNo>sample string 1</WorkOrderNo>
      </WorkorderChainFollowupResponseModel>
      <WorkorderChainFollowupResponseModel>
        <AutoServiceMasterID>1</AutoServiceMasterID>
        <EndDate>sample string 5</EndDate>
        <IsJob>true</IsJob>
        <Kurztext_ShortDesc>sample string 10</Kurztext_ShortDesc>
        <LocationName>sample string 7</LocationName>
        <MaintenenceType>sample string 6</MaintenenceType>
        <Meldenummer_MessageNumber>sample string 11</Meldenummer_MessageNumber>
        <ParentChainAutoServiceMasterID>1</ParentChainAutoServiceMasterID>
        <ParentChainWorkOrderNo>sample string 9</ParentChainWorkOrderNo>
        <PriorityName>sample string 3</PriorityName>
        <StartDate>sample string 4</StartDate>
        <StatusName>sample string 2</StatusName>
        <TotalRecords>12</TotalRecords>
        <WorkOrderNo>sample string 1</WorkOrderNo>
      </WorkorderChainFollowupResponseModel>
    </FollowupOrders>
  </WorkorderChainFollowupRM>
</ArrayOfWorkorderChainFollowupRM>

multipart/form-data

Sample:
<ArrayOfWorkorderChainFollowupRM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><WorkorderChainFollowupRM><Code>4</Code><Message>sample string 2</Message><ReturnID>1</ReturnID><Successful>true</Successful><TotalRecord>5</TotalRecord><FollowupOrders><WorkorderChainFollowupResponseModel><AutoServiceMasterID>1</AutoServiceMasterID><EndDate>sample string 5</EndDate><IsJob>true</IsJob><Kurztext_ShortDesc>sample string 10</Kurztext_ShortDesc><LocationName>sample string 7</LocationName><MaintenenceType>sample string 6</MaintenenceType><Meldenummer_MessageNumber>sample string 11</Meldenummer_MessageNumber><ParentChainAutoServiceMasterID>1</ParentChainAutoServiceMasterID><ParentChainWorkOrderNo>sample string 9</ParentChainWorkOrderNo><PriorityName>sample string 3</PriorityName><StartDate>sample string 4</StartDate><StatusName>sample string 2</StatusName><TotalRecords>12</TotalRecords><WorkOrderNo>sample string 1</WorkOrderNo></WorkorderChainFollowupResponseModel><WorkorderChainFollowupResponseModel><AutoServiceMasterID>1</AutoServiceMasterID><EndDate>sample string 5</EndDate><IsJob>true</IsJob><Kurztext_ShortDesc>sample string 10</Kurztext_ShortDesc><LocationName>sample string 7</LocationName><MaintenenceType>sample string 6</MaintenenceType><Meldenummer_MessageNumber>sample string 11</Meldenummer_MessageNumber><ParentChainAutoServiceMasterID>1</ParentChainAutoServiceMasterID><ParentChainWorkOrderNo>sample string 9</ParentChainWorkOrderNo><PriorityName>sample string 3</PriorityName><StartDate>sample string 4</StartDate><StatusName>sample string 2</StatusName><TotalRecords>12</TotalRecords><WorkOrderNo>sample string 1</WorkOrderNo></WorkorderChainFollowupResponseModel></FollowupOrders></WorkorderChainFollowupRM><WorkorderChainFollowupRM><Code>4</Code><Message>sample string 2</Message><ReturnID>1</ReturnID><Successful>true</Successful><TotalRecord>5</TotalRecord><FollowupOrders><WorkorderChainFollowupResponseModel><AutoServiceMasterID>1</AutoServiceMasterID><EndDate>sample string 5</EndDate><IsJob>true</IsJob><Kurztext_ShortDesc>sample string 10</Kurztext_ShortDesc><LocationName>sample string 7</LocationName><MaintenenceType>sample string 6</MaintenenceType><Meldenummer_MessageNumber>sample string 11</Meldenummer_MessageNumber><ParentChainAutoServiceMasterID>1</ParentChainAutoServiceMasterID><ParentChainWorkOrderNo>sample string 9</ParentChainWorkOrderNo><PriorityName>sample string 3</PriorityName><StartDate>sample string 4</StartDate><StatusName>sample string 2</StatusName><TotalRecords>12</TotalRecords><WorkOrderNo>sample string 1</WorkOrderNo></WorkorderChainFollowupResponseModel><WorkorderChainFollowupResponseModel><AutoServiceMasterID>1</AutoServiceMasterID><EndDate>sample string 5</EndDate><IsJob>true</IsJob><Kurztext_ShortDesc>sample string 10</Kurztext_ShortDesc><LocationName>sample string 7</LocationName><MaintenenceType>sample string 6</MaintenenceType><Meldenummer_MessageNumber>sample string 11</Meldenummer_MessageNumber><ParentChainAutoServiceMasterID>1</ParentChainAutoServiceMasterID><ParentChainWorkOrderNo>sample string 9</ParentChainWorkOrderNo><PriorityName>sample string 3</PriorityName><StartDate>sample string 4</StartDate><StatusName>sample string 2</StatusName><TotalRecords>12</TotalRecords><WorkOrderNo>sample string 1</WorkOrderNo></WorkorderChainFollowupResponseModel></FollowupOrders></WorkorderChainFollowupRM></ArrayOfWorkorderChainFollowupRM>