POST api/Report/SalesInvoiceList

Request Information

URI Parameters

None.

Body Parameters

SalesInvoiceList
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

DocumentTypeList

string

None.

StatusList

string

None.

PartyTypeList

string

None.

SourceCompanyList

string

None.

SourceList

string

None.

DestinationList

string

None.

OrderBy

string

None.

TaxCategoryList

string

None.

ShowEinvoiceDetails

boolean

None.

DocumentNumber

string

None.

TransactionType

string

None.

AllActive

boolean

None.

PartyCodeList

string

None.

ShowNotes

boolean

None.

ShowAddress

boolean

None.

ShowMobileNumber

boolean

None.

DeliveryOrderAt

string

None.

ShowShippingAddress

boolean

None.

ShowDeliveryDetails

boolean

None.

ShowRefferenceDetails

boolean

None.

DeliveryOrderStatus

string

None.

SalespersonCodeList

string

None.

DeliveryZoneCodeList

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "StartDate": 5,
  "EndDate": 6,
  "DocumentTypeList": "sample string 7",
  "StatusList": "sample string 8",
  "PartyTypeList": "sample string 9",
  "SourceCompanyList": "sample string 10",
  "SourceList": "sample string 11",
  "DestinationList": "sample string 12",
  "OrderBy": "sample string 13",
  "TaxCategoryList": "sample string 14",
  "ShowEinvoiceDetails": true,
  "DocumentNumber": "sample string 16",
  "TransactionType": "sample string 17",
  "AllActive": true,
  "PartyCodeList": "sample string 19",
  "ShowNotes": true,
  "ShowAddress": true,
  "ShowMobileNumber": true,
  "DeliveryOrderAt": "sample string 23",
  "ShowShippingAddress": true,
  "ShowDeliveryDetails": true,
  "ShowRefferenceDetails": true,
  "DeliveryOrderStatus": "sample string 27",
  "SalespersonCodeList": "sample string 28",
  "DeliveryZoneCodeList": "sample string 29"
}

application/xml, text/xml

Sample:
<SalesInvoiceList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <AllActive>true</AllActive>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DeliveryOrderAt>sample string 23</DeliveryOrderAt>
  <DeliveryOrderStatus>sample string 27</DeliveryOrderStatus>
  <DeliveryZoneCodeList>sample string 29</DeliveryZoneCodeList>
  <DestinationList>sample string 12</DestinationList>
  <DocumentNumber>sample string 16</DocumentNumber>
  <DocumentTypeList>sample string 7</DocumentTypeList>
  <EndDate>6</EndDate>
  <OrderBy>sample string 13</OrderBy>
  <PartyCodeList>sample string 19</PartyCodeList>
  <PartyTypeList>sample string 9</PartyTypeList>
  <SalespersonCodeList>sample string 28</SalespersonCodeList>
  <ShowAddress>true</ShowAddress>
  <ShowDeliveryDetails>true</ShowDeliveryDetails>
  <ShowEinvoiceDetails>true</ShowEinvoiceDetails>
  <ShowMobileNumber>true</ShowMobileNumber>
  <ShowNotes>true</ShowNotes>
  <ShowRefferenceDetails>true</ShowRefferenceDetails>
  <ShowShippingAddress>true</ShowShippingAddress>
  <SourceCompanyList>sample string 10</SourceCompanyList>
  <SourceList>sample string 11</SourceList>
  <StartDate>5</StartDate>
  <StatusList>sample string 8</StatusList>
  <TaxCategoryList>sample string 14</TaxCategoryList>
  <TransactionType>sample string 17</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
</SalesInvoiceList>

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.