POST api/Report/JobSheetList

Request Information

URI Parameters

None.

Body Parameters

JobSheetList
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

DocumentTypeCodeList

string

None.

StatusList

string

None.

PartyType

string

None.

PartyCodeList

string

None.

ServiceTypeList

string

None.

ProblemCategoryList

string

None.

AllotedToSalespersonList

string

None.

AllotementStatusCodeList

string

None.

BrandCodeList

string

None.

DocumentNumber

string

None.

StartDate

integer

None.

EndDate

integer

None.

ApplyPeriodFilter

boolean

None.

ImeiNo

string

None.

OrderBy

string

None.

ShowPartyAddress

boolean

None.

ShowCharges

boolean

None.

ShowAllotmentDetails

boolean

None.

ShowReferenceDocumentDetails

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "DocumentTypeCodeList": "sample string 5",
  "StatusList": "sample string 6",
  "PartyType": "sample string 7",
  "PartyCodeList": "sample string 8",
  "ServiceTypeList": "sample string 9",
  "ProblemCategoryList": "sample string 10",
  "AllotedToSalespersonList": "sample string 11",
  "AllotementStatusCodeList": "sample string 12",
  "BrandCodeList": "sample string 13",
  "DocumentNumber": "sample string 14",
  "StartDate": 15,
  "EndDate": 16,
  "ApplyPeriodFilter": true,
  "ImeiNo": "sample string 18",
  "OrderBy": "sample string 19",
  "ShowPartyAddress": true,
  "ShowCharges": true,
  "ShowAllotmentDetails": true,
  "ShowReferenceDocumentDetails": true
}

application/xml, text/xml

Sample:
<JobSheetList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AllotedToSalespersonList>sample string 11</AllotedToSalespersonList>
  <AllotementStatusCodeList>sample string 12</AllotementStatusCodeList>
  <ApplyPeriodFilter>true</ApplyPeriodFilter>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 13</BrandCodeList>
  <DBName>sample string 1</DBName>
  <DocumentNumber>sample string 14</DocumentNumber>
  <DocumentTypeCodeList>sample string 5</DocumentTypeCodeList>
  <EndDate>16</EndDate>
  <ImeiNo>sample string 18</ImeiNo>
  <OrderBy>sample string 19</OrderBy>
  <PartyCodeList>sample string 8</PartyCodeList>
  <PartyType>sample string 7</PartyType>
  <ProblemCategoryList>sample string 10</ProblemCategoryList>
  <ServiceTypeList>sample string 9</ServiceTypeList>
  <ShowAllotmentDetails>true</ShowAllotmentDetails>
  <ShowCharges>true</ShowCharges>
  <ShowPartyAddress>true</ShowPartyAddress>
  <ShowReferenceDocumentDetails>true</ShowReferenceDocumentDetails>
  <StartDate>15</StartDate>
  <StatusList>sample string 6</StatusList>
  <UserInternalCode>sample string 3</UserInternalCode>
</JobSheetList>

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.