POST api/Report/SchemeStatusReport

Request Information

URI Parameters

None.

Body Parameters

SchemeStatusReportInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionType

string

None.

BranchList

string

None.

StartDate

integer

None.

EndDate

integer

None.

TransacType

string

None.

Type

string

None.

SchemeType

string

None.

SchemeCodeType

string

None.

SchemeCode

string

None.

ConsiderSelectedBranch

string

None.

Groupby1

string

None.

Groupby2

string

None.

Groupby3

string

None.

BasedonPeriod

boolean

None.

ShowItemModel

boolean

None.

OnlyApplicableSchemes

boolean

None.

BasedonIMEI

boolean

None.

ShowDocumentDetails

boolean

None.

ShowIMEI

boolean

None.

ProductCategory

string

None.

PartyCode

string

None.

TempTableName

string

None.

AdditionalCriteria

string

None.

SchemeFor

string

None.

Scheme_N_SupplierCode

DataTable

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "TransactionType": "sample string 4",
  "BranchList": "sample string 5",
  "StartDate": 6,
  "EndDate": 7,
  "TransacType": "sample string 8",
  "Type": "sample string 9",
  "SchemeType": "sample string 10",
  "SchemeCodeType": "sample string 11",
  "SchemeCode": "sample string 12",
  "ConsiderSelectedBranch": "sample string 13",
  "Groupby1": "sample string 14",
  "Groupby2": "sample string 15",
  "Groupby3": "sample string 16",
  "BasedonPeriod": true,
  "ShowItemModel": true,
  "OnlyApplicableSchemes": true,
  "BasedonIMEI": true,
  "ShowDocumentDetails": true,
  "ShowIMEI": true,
  "ProductCategory": "sample string 23",
  "PartyCode": "sample string 24",
  "TempTableName": "sample string 25",
  "AdditionalCriteria": "sample string 26",
  "SchemeFor": "sample string 27",
  "Scheme_N_SupplierCode": null
}

application/xml, text/xml

Sample:
<SchemeStatusReportInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AdditionalCriteria>sample string 26</AdditionalCriteria>
  <BasedonIMEI>true</BasedonIMEI>
  <BasedonPeriod>true</BasedonPeriod>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BranchList>sample string 5</BranchList>
  <ConsiderSelectedBranch>sample string 13</ConsiderSelectedBranch>
  <DBName>sample string 1</DBName>
  <EndDate>7</EndDate>
  <Groupby1>sample string 14</Groupby1>
  <Groupby2>sample string 15</Groupby2>
  <Groupby3>sample string 16</Groupby3>
  <OnlyApplicableSchemes>true</OnlyApplicableSchemes>
  <PartyCode>sample string 24</PartyCode>
  <ProductCategory>sample string 23</ProductCategory>
  <SchemeCode>sample string 12</SchemeCode>
  <SchemeCodeType>sample string 11</SchemeCodeType>
  <SchemeFor>sample string 27</SchemeFor>
  <SchemeType>sample string 10</SchemeType>
  <Scheme_N_SupplierCode i:nil="true" />
  <ShowDocumentDetails>true</ShowDocumentDetails>
  <ShowIMEI>true</ShowIMEI>
  <ShowItemModel>true</ShowItemModel>
  <StartDate>6</StartDate>
  <TempTableName>sample string 25</TempTableName>
  <TransacType>sample string 8</TransacType>
  <TransactionType>sample string 4</TransactionType>
  <Type>sample string 9</Type>
  <UserInternalCode>sample string 3</UserInternalCode>
</SchemeStatusReportInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.