GET api/statistics/BOFClaimedReport?EmployeeId={EmployeeId}&SessionID={SessionID}&DeviceID={DeviceID}&BMEmployeeId={BMEmployeeId}&BusinessPartnerId={BusinessPartnerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmployeeId

integer

Required

SessionID

string

Required

DeviceID

string

Required

BMEmployeeId

integer

Required

BusinessPartnerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

BOFClaimReport
NameDescriptionTypeAdditional information
EmployeeCode

string

None.

EmployeeName

string

None.

HQName

string

None.

HQCode

string

None.

objPOBProgressPartnersList

Collection of POBClaimed_Partners

None.

Response Formats

application/json, text/json

Sample:
{
  "EmployeeCode": "sample string 1",
  "EmployeeName": "sample string 2",
  "HQName": "sample string 3",
  "HQCode": "sample string 4",
  "objPOBProgressPartnersList": [
    {
      "BusinessPartnerSchemeId": 1,
      "RetailerCode": "sample string 2",
      "BusinessName": "sample string 3",
      "SchemeName": "sample string 4",
      "SchemeCode": "sample string 5",
      "EligibilityCriteriaPrice": 6.0,
      "NSMApprovedDateTime": "sample string 7",
      "GoodsDispatchedDateTime": "sample string 8",
      "GoodsDispatchedComments": "sample string 9"
    },
    {
      "BusinessPartnerSchemeId": 1,
      "RetailerCode": "sample string 2",
      "BusinessName": "sample string 3",
      "SchemeName": "sample string 4",
      "SchemeCode": "sample string 5",
      "EligibilityCriteriaPrice": 6.0,
      "NSMApprovedDateTime": "sample string 7",
      "GoodsDispatchedDateTime": "sample string 8",
      "GoodsDispatchedComments": "sample string 9"
    }
  ]
}

application/xml, text/xml

Sample:
<BOFClaimReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE">
  <EmployeeCode>sample string 1</EmployeeCode>
  <EmployeeName>sample string 2</EmployeeName>
  <HQCode>sample string 4</HQCode>
  <HQName>sample string 3</HQName>
  <objPOBProgressPartnersList>
    <POBClaimed_Partners>
      <BusinessName>sample string 3</BusinessName>
      <BusinessPartnerSchemeId>1</BusinessPartnerSchemeId>
      <EligibilityCriteriaPrice>6</EligibilityCriteriaPrice>
      <GoodsDispatchedComments>sample string 9</GoodsDispatchedComments>
      <GoodsDispatchedDateTime>sample string 8</GoodsDispatchedDateTime>
      <NSMApprovedDateTime>sample string 7</NSMApprovedDateTime>
      <RetailerCode>sample string 2</RetailerCode>
      <SchemeCode>sample string 5</SchemeCode>
      <SchemeName>sample string 4</SchemeName>
    </POBClaimed_Partners>
    <POBClaimed_Partners>
      <BusinessName>sample string 3</BusinessName>
      <BusinessPartnerSchemeId>1</BusinessPartnerSchemeId>
      <EligibilityCriteriaPrice>6</EligibilityCriteriaPrice>
      <GoodsDispatchedComments>sample string 9</GoodsDispatchedComments>
      <GoodsDispatchedDateTime>sample string 8</GoodsDispatchedDateTime>
      <NSMApprovedDateTime>sample string 7</NSMApprovedDateTime>
      <RetailerCode>sample string 2</RetailerCode>
      <SchemeCode>sample string 5</SchemeCode>
      <SchemeName>sample string 4</SchemeName>
    </POBClaimed_Partners>
  </objPOBProgressPartnersList>
</BOFClaimReport>