POST BusineesAnalysis/GetServicePendingAnalysisDetail

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MenuOption": "sample string 1",
  "StockPoint": "sample string 2",
  "StartDate": "sample string 3",
  "EndDate": "sample string 4",
  "AcYear": "sample string 5"
}

text/html

Sample:
{"MenuOption":"sample string 1","StockPoint":"sample string 2","StartDate":"sample string 3","EndDate":"sample string 4","AcYear":"sample string 5"}

application/xml, text/xml

Sample:
<ServicePendingInfoRequestDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <AcYear>sample string 5</AcYear>
  <EndDate>sample string 4</EndDate>
  <MenuOption>sample string 1</MenuOption>
  <StartDate>sample string 3</StartDate>
  <StockPoint>sample string 2</StockPoint>
</ServicePendingInfoRequestDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "StkpCode": "sample string 1",
    "StkpDesc": "sample string 2",
    "SECode": "sample string 3",
    "SEName": "sample string 4",
    "PendingCount": 5.1
  },
  {
    "StkpCode": "sample string 1",
    "StkpDesc": "sample string 2",
    "SECode": "sample string 3",
    "SEName": "sample string 4",
    "PendingCount": 5.1
  },
  {
    "StkpCode": "sample string 1",
    "StkpDesc": "sample string 2",
    "SECode": "sample string 3",
    "SEName": "sample string 4",
    "PendingCount": 5.1
  }
]

text/html

Sample:
[{"StkpCode":"sample string 1","StkpDesc":"sample string 2","SECode":"sample string 3","SEName":"sample string 4","PendingCount":5.1},{"StkpCode":"sample string 1","StkpDesc":"sample string 2","SECode":"sample string 3","SEName":"sample string 4","PendingCount":5.1},{"StkpCode":"sample string 1","StkpDesc":"sample string 2","SECode":"sample string 3","SEName":"sample string 4","PendingCount":5.1}]

application/xml, text/xml

Sample:
<ArrayOfServicePendingInfoDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <ServicePendingInfoDetail>
    <PendingCount>5.1</PendingCount>
    <SECode>sample string 3</SECode>
    <SEName>sample string 4</SEName>
    <StkpCode>sample string 1</StkpCode>
    <StkpDesc>sample string 2</StkpDesc>
  </ServicePendingInfoDetail>
  <ServicePendingInfoDetail>
    <PendingCount>5.1</PendingCount>
    <SECode>sample string 3</SECode>
    <SEName>sample string 4</SEName>
    <StkpCode>sample string 1</StkpCode>
    <StkpDesc>sample string 2</StkpDesc>
  </ServicePendingInfoDetail>
  <ServicePendingInfoDetail>
    <PendingCount>5.1</PendingCount>
    <SECode>sample string 3</SECode>
    <SEName>sample string 4</SEName>
    <StkpCode>sample string 1</StkpCode>
    <StkpDesc>sample string 2</StkpDesc>
  </ServicePendingInfoDetail>
</ArrayOfServicePendingInfoDetail>