GET api/{programid}/ConsumerReimbursements?ConsumerNo={ConsumerNo}&TimesheetNo={TimesheetNo}&LineNo={LineNo}&FromDate={FromDate}&ToDate={ToDate}&LineStatus={LineStatus}&PageNumber={PageNumber}&RowsPerPage={RowsPerPage}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
programid

string

Required

ConsumerNo

string

None.

TimesheetNo

string

None.

LineNo

integer

None.

FromDate

date

None.

ToDate

date

None.

LineStatus

string

None.

PageNumber

integer

None.

RowsPerPage

integer

None.

Body Parameters

None.

Response Information

Resource Description

SearchReimbursementsResponse
NameDescriptionTypeAdditional information
ReimbursementLines

Collection of ReimbursementLine

None.

TotalEntriesFound

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ReimbursementLines": [
    {
      "ConsumerId": "sample string 1",
      "EmployeeId": "sample string 2",
      "DateOfService": "sample string 3",
      "TimesheetId": "sample string 4",
      "UniqueLineKey": 5,
      "LineId": 6,
      "TimesheetStatus": "sample string 7",
      "ServiceCode": "sample string 8",
      "ServiceDescription": "sample string 9",
      "PendMessages": [
        "sample string 1",
        "sample string 2"
      ],
      "SubmittedRate": 10.1,
      "Units": 11.1,
      "Amount": 12.1,
      "UnitOfMeasure": "sample string 13",
      "Notes": "sample string 14",
      "Attachments": [
        {
          "FileId": 1,
          "FileName": "sample string 2",
          "FileLocation": "sample string 3"
        },
        {
          "FileId": 1,
          "FileName": "sample string 2",
          "FileLocation": "sample string 3"
        }
      ],
      "AllowEdit": true,
      "AllowSubmit": true,
      "AllowDelete": true,
      "RejectionNote": "sample string 18",
      "LineStatus": "sample string 19",
      "TotalReceiptsAmount": 1.1
    },
    {
      "ConsumerId": "sample string 1",
      "EmployeeId": "sample string 2",
      "DateOfService": "sample string 3",
      "TimesheetId": "sample string 4",
      "UniqueLineKey": 5,
      "LineId": 6,
      "TimesheetStatus": "sample string 7",
      "ServiceCode": "sample string 8",
      "ServiceDescription": "sample string 9",
      "PendMessages": [
        "sample string 1",
        "sample string 2"
      ],
      "SubmittedRate": 10.1,
      "Units": 11.1,
      "Amount": 12.1,
      "UnitOfMeasure": "sample string 13",
      "Notes": "sample string 14",
      "Attachments": [
        {
          "FileId": 1,
          "FileName": "sample string 2",
          "FileLocation": "sample string 3"
        },
        {
          "FileId": 1,
          "FileName": "sample string 2",
          "FileLocation": "sample string 3"
        }
      ],
      "AllowEdit": true,
      "AllowSubmit": true,
      "AllowDelete": true,
      "RejectionNote": "sample string 18",
      "LineStatus": "sample string 19",
      "TotalReceiptsAmount": 1.1
    }
  ],
  "TotalEntriesFound": 1
}

application/xml, text/xml

Sample:
<SearchReimbursementsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPL.Services.WebApi.Models.Consumer">
  <ReimbursementLines xmlns:d2p1="http://schemas.datacontract.org/2004/07/PPL.Services.Models.WebAPI_DTO.Consumer">
    <d2p1:ReimbursementLine>
      <d2p1:AllowDelete>true</d2p1:AllowDelete>
      <d2p1:AllowEdit>true</d2p1:AllowEdit>
      <d2p1:AllowSubmit>true</d2p1:AllowSubmit>
      <d2p1:Amount>12.1</d2p1:Amount>
      <d2p1:Attachments>
        <d2p1:FileAttachment>
          <d2p1:FileId>1</d2p1:FileId>
          <d2p1:FileLocation>sample string 3</d2p1:FileLocation>
          <d2p1:FileName>sample string 2</d2p1:FileName>
        </d2p1:FileAttachment>
        <d2p1:FileAttachment>
          <d2p1:FileId>1</d2p1:FileId>
          <d2p1:FileLocation>sample string 3</d2p1:FileLocation>
          <d2p1:FileName>sample string 2</d2p1:FileName>
        </d2p1:FileAttachment>
      </d2p1:Attachments>
      <d2p1:ConsumerId>sample string 1</d2p1:ConsumerId>
      <d2p1:DateOfService>sample string 3</d2p1:DateOfService>
      <d2p1:EmployeeId>sample string 2</d2p1:EmployeeId>
      <d2p1:LineId>6</d2p1:LineId>
      <d2p1:LineStatus>sample string 19</d2p1:LineStatus>
      <d2p1:Notes>sample string 14</d2p1:Notes>
      <d2p1:PendMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:PendMessages>
      <d2p1:RejectionNote>sample string 18</d2p1:RejectionNote>
      <d2p1:ServiceCode>sample string 8</d2p1:ServiceCode>
      <d2p1:ServiceDescription>sample string 9</d2p1:ServiceDescription>
      <d2p1:SubmittedRate>10.1</d2p1:SubmittedRate>
      <d2p1:TimesheetId>sample string 4</d2p1:TimesheetId>
      <d2p1:TimesheetStatus>sample string 7</d2p1:TimesheetStatus>
      <d2p1:TotalReceiptsAmount>1.1</d2p1:TotalReceiptsAmount>
      <d2p1:UniqueLineKey>5</d2p1:UniqueLineKey>
      <d2p1:UnitOfMeasure>sample string 13</d2p1:UnitOfMeasure>
      <d2p1:Units>11.1</d2p1:Units>
    </d2p1:ReimbursementLine>
    <d2p1:ReimbursementLine>
      <d2p1:AllowDelete>true</d2p1:AllowDelete>
      <d2p1:AllowEdit>true</d2p1:AllowEdit>
      <d2p1:AllowSubmit>true</d2p1:AllowSubmit>
      <d2p1:Amount>12.1</d2p1:Amount>
      <d2p1:Attachments>
        <d2p1:FileAttachment>
          <d2p1:FileId>1</d2p1:FileId>
          <d2p1:FileLocation>sample string 3</d2p1:FileLocation>
          <d2p1:FileName>sample string 2</d2p1:FileName>
        </d2p1:FileAttachment>
        <d2p1:FileAttachment>
          <d2p1:FileId>1</d2p1:FileId>
          <d2p1:FileLocation>sample string 3</d2p1:FileLocation>
          <d2p1:FileName>sample string 2</d2p1:FileName>
        </d2p1:FileAttachment>
      </d2p1:Attachments>
      <d2p1:ConsumerId>sample string 1</d2p1:ConsumerId>
      <d2p1:DateOfService>sample string 3</d2p1:DateOfService>
      <d2p1:EmployeeId>sample string 2</d2p1:EmployeeId>
      <d2p1:LineId>6</d2p1:LineId>
      <d2p1:LineStatus>sample string 19</d2p1:LineStatus>
      <d2p1:Notes>sample string 14</d2p1:Notes>
      <d2p1:PendMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:PendMessages>
      <d2p1:RejectionNote>sample string 18</d2p1:RejectionNote>
      <d2p1:ServiceCode>sample string 8</d2p1:ServiceCode>
      <d2p1:ServiceDescription>sample string 9</d2p1:ServiceDescription>
      <d2p1:SubmittedRate>10.1</d2p1:SubmittedRate>
      <d2p1:TimesheetId>sample string 4</d2p1:TimesheetId>
      <d2p1:TimesheetStatus>sample string 7</d2p1:TimesheetStatus>
      <d2p1:TotalReceiptsAmount>1.1</d2p1:TotalReceiptsAmount>
      <d2p1:UniqueLineKey>5</d2p1:UniqueLineKey>
      <d2p1:UnitOfMeasure>sample string 13</d2p1:UnitOfMeasure>
      <d2p1:Units>11.1</d2p1:Units>
    </d2p1:ReimbursementLine>
  </ReimbursementLines>
  <TotalEntriesFound>1</TotalEntriesFound>
</SearchReimbursementsResponse>