POST api/Report/StockTransferList

Request Information

URI Parameters

None.

Body Parameters

StockTransferList
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

FromBranchCodeList

string

None.

ToBranchCodeList

string

None.

StartDate

integer

None.

EndDate

integer

None.

DocumentTypeList

string

None.

ListType

string

None.

StockType

string

None.

OrderBy

string

None.

DocumentNumber

string

None.

TransactionType

string

None.

InternalStockTransferConversionFlag

boolean

None.

Status

string

None.

Approval_R_TransferInfoStatus

string

None.

ShowEWayBillDetails

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "FromBranchCodeList": "sample string 4",
  "ToBranchCodeList": "sample string 5",
  "StartDate": 6,
  "EndDate": 7,
  "DocumentTypeList": "sample string 8",
  "ListType": "sample string 9",
  "StockType": "sample string 10",
  "OrderBy": "sample string 11",
  "DocumentNumber": "sample string 12",
  "TransactionType": "sample string 13",
  "InternalStockTransferConversionFlag": true,
  "Status": "sample string 15",
  "Approval_R_TransferInfoStatus": "sample string 16",
  "ShowEWayBillDetails": true
}

application/xml, text/xml

Sample:
<StockTransferList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <Approval_R_TransferInfoStatus>sample string 16</Approval_R_TransferInfoStatus>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DocumentNumber>sample string 12</DocumentNumber>
  <DocumentTypeList>sample string 8</DocumentTypeList>
  <EndDate>7</EndDate>
  <FromBranchCodeList>sample string 4</FromBranchCodeList>
  <InternalStockTransferConversionFlag>true</InternalStockTransferConversionFlag>
  <ListType>sample string 9</ListType>
  <OrderBy>sample string 11</OrderBy>
  <ShowEWayBillDetails>true</ShowEWayBillDetails>
  <StartDate>6</StartDate>
  <Status>sample string 15</Status>
  <StockType>sample string 10</StockType>
  <ToBranchCodeList>sample string 5</ToBranchCodeList>
  <TransactionType>sample string 13</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
</StockTransferList>

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.