ApexERPHost

<back to all web services

GetSalesQuantityPlanView

Requires Authentication
The following routes are available for this service:
GET/Distribution/SalesQuantityPlanView/{PlanId}
GET/Distribution/SalesQuantityPlanView
GetSalesQuantityPlanView Parameters:
NameParameterData TypeRequiredDescription
PlanIdpathint?No
YearNqueryintNo
MonthNqueryintNo
PresalerIdqueryint?No
ProducerIdquerystringNo
SalesQuantityPlanViewResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformList<SaleQuantityPlanView>No
SaleQuantityPlanView Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NYearformintNo
NMonthformintNo
MobileUserIdformintNo
UserNameformstringNo
NameUformstringNo
ProducerIdformstringNo
ProducerNformstringNo
CategoryIdformstringNo
CategoryNformstringNo
QuantityformdecimalNo
MonthNameformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Distribution/SalesQuantityPlanView/{PlanId} HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<SalesQuantityPlanViewResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.Distribution">
  <Result>
    <SaleQuantityPlanView>
      <Id>0</Id>
      <NYear>0</NYear>
      <NMonth>0</NMonth>
      <MobileUserId>0</MobileUserId>
      <UserName>String</UserName>
      <NameU>String</NameU>
      <ProducerId>String</ProducerId>
      <ProducerN>String</ProducerN>
      <CategoryId>String</CategoryId>
      <CategoryN>String</CategoryN>
      <Quantity>0</Quantity>
      <MonthName>String</MonthName>
    </SaleQuantityPlanView>
  </Result>
</SalesQuantityPlanViewResponse>