POST api/service/GetBranchBackLogFumesTCMetrics

Request Information

URI Parameters

None.

Body Parameters

BranchMetricsParameters
NameDescriptionTypeAdditional information
branchCode

string

None.

yearMonth

string

None.

user

string

None.

deviceID

string

None.

ticketID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "branchCode": "sample string 1",
  "yearMonth": "sample string 2",
  "user": "sample string 3",
  "deviceID": "sample string 4",
  "ticketID": "sample string 5"
}

application/xml, text/xml

Sample:
<BranchMetricsParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMXWebAPI.Models">
  <branchCode>sample string 1</branchCode>
  <deviceID>sample string 4</deviceID>
  <ticketID>sample string 5</ticketID>
  <user>sample string 3</user>
  <yearMonth>sample string 2</yearMonth>
</BranchMetricsParameters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BackLogActivityModel
NameDescriptionTypeAdditional information
EmpItem

Collection of EmployeeBacklog

None.

backlogItem

Collection of BacklogItem

None.

scheduledItem

Collection of BacklogItem

None.

ReturnMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EmpItem": [
    {
      "EmployeeCode": "sample string 1",
      "EmployeeName": "sample string 2",
      "ScheduledAmount": 3,
      "OtherAmount": 4,
      "Rate": 5.0
    },
    {
      "EmployeeCode": "sample string 1",
      "EmployeeName": "sample string 2",
      "ScheduledAmount": 3,
      "OtherAmount": 4,
      "Rate": 5.0
    }
  ],
  "backlogItem": [
    {
      "BranchName": "sample string 1",
      "BranchCode": "sample string 2",
      "SalesAgreementNumber": "sample string 3",
      "CustomerNumber": "sample string 4",
      "CustomerName": "sample string 5",
      "ServiceLine": "sample string 6",
      "ScheduleDate": 7,
      "SAAmount": 8.0,
      "EmployeeCode": "sample string 9",
      "EmployeeName": "sample string 10"
    },
    {
      "BranchName": "sample string 1",
      "BranchCode": "sample string 2",
      "SalesAgreementNumber": "sample string 3",
      "CustomerNumber": "sample string 4",
      "CustomerName": "sample string 5",
      "ServiceLine": "sample string 6",
      "ScheduleDate": 7,
      "SAAmount": 8.0,
      "EmployeeCode": "sample string 9",
      "EmployeeName": "sample string 10"
    }
  ],
  "scheduledItem": [
    {
      "BranchName": "sample string 1",
      "BranchCode": "sample string 2",
      "SalesAgreementNumber": "sample string 3",
      "CustomerNumber": "sample string 4",
      "CustomerName": "sample string 5",
      "ServiceLine": "sample string 6",
      "ScheduleDate": 7,
      "SAAmount": 8.0,
      "EmployeeCode": "sample string 9",
      "EmployeeName": "sample string 10"
    },
    {
      "BranchName": "sample string 1",
      "BranchCode": "sample string 2",
      "SalesAgreementNumber": "sample string 3",
      "CustomerNumber": "sample string 4",
      "CustomerName": "sample string 5",
      "ServiceLine": "sample string 6",
      "ScheduleDate": 7,
      "SAAmount": 8.0,
      "EmployeeCode": "sample string 9",
      "EmployeeName": "sample string 10"
    }
  ],
  "ReturnMessage": "sample string 1"
}

application/xml, text/xml

Sample:
<BackLogActivityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMXWebAPI.Models">
  <EmpItem>
    <EmployeeBacklog>
      <EmployeeCode>sample string 1</EmployeeCode>
      <EmployeeName>sample string 2</EmployeeName>
      <OtherAmount>4</OtherAmount>
      <Rate>5</Rate>
      <ScheduledAmount>3</ScheduledAmount>
    </EmployeeBacklog>
    <EmployeeBacklog>
      <EmployeeCode>sample string 1</EmployeeCode>
      <EmployeeName>sample string 2</EmployeeName>
      <OtherAmount>4</OtherAmount>
      <Rate>5</Rate>
      <ScheduledAmount>3</ScheduledAmount>
    </EmployeeBacklog>
  </EmpItem>
  <ReturnMessage>sample string 1</ReturnMessage>
  <backlogItem>
    <BacklogItem>
      <BranchCode>sample string 2</BranchCode>
      <BranchName>sample string 1</BranchName>
      <CustomerName>sample string 5</CustomerName>
      <CustomerNumber>sample string 4</CustomerNumber>
      <EmployeeCode>sample string 9</EmployeeCode>
      <EmployeeName>sample string 10</EmployeeName>
      <SAAmount>8</SAAmount>
      <SalesAgreementNumber>sample string 3</SalesAgreementNumber>
      <ScheduleDate>7</ScheduleDate>
      <ServiceLine>sample string 6</ServiceLine>
    </BacklogItem>
    <BacklogItem>
      <BranchCode>sample string 2</BranchCode>
      <BranchName>sample string 1</BranchName>
      <CustomerName>sample string 5</CustomerName>
      <CustomerNumber>sample string 4</CustomerNumber>
      <EmployeeCode>sample string 9</EmployeeCode>
      <EmployeeName>sample string 10</EmployeeName>
      <SAAmount>8</SAAmount>
      <SalesAgreementNumber>sample string 3</SalesAgreementNumber>
      <ScheduleDate>7</ScheduleDate>
      <ServiceLine>sample string 6</ServiceLine>
    </BacklogItem>
  </backlogItem>
  <scheduledItem>
    <BacklogItem>
      <BranchCode>sample string 2</BranchCode>
      <BranchName>sample string 1</BranchName>
      <CustomerName>sample string 5</CustomerName>
      <CustomerNumber>sample string 4</CustomerNumber>
      <EmployeeCode>sample string 9</EmployeeCode>
      <EmployeeName>sample string 10</EmployeeName>
      <SAAmount>8</SAAmount>
      <SalesAgreementNumber>sample string 3</SalesAgreementNumber>
      <ScheduleDate>7</ScheduleDate>
      <ServiceLine>sample string 6</ServiceLine>
    </BacklogItem>
    <BacklogItem>
      <BranchCode>sample string 2</BranchCode>
      <BranchName>sample string 1</BranchName>
      <CustomerName>sample string 5</CustomerName>
      <CustomerNumber>sample string 4</CustomerNumber>
      <EmployeeCode>sample string 9</EmployeeCode>
      <EmployeeName>sample string 10</EmployeeName>
      <SAAmount>8</SAAmount>
      <SalesAgreementNumber>sample string 3</SalesAgreementNumber>
      <ScheduleDate>7</ScheduleDate>
      <ServiceLine>sample string 6</ServiceLine>
    </BacklogItem>
  </scheduledItem>
</BackLogActivityModel>