POST api/NebimMalKabul/GetSalesReturnLinesStore
Request Information
URI Parameters
None.
Body Parameters
GetOrderAcceptLinesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrAccTypeCode | integer |
None. |
|
| CurrAccCode | string |
None. |
|
| SubCurrAccId | string |
None. |
|
| OfficeCode | string |
None. |
|
| WarehouseCode | string |
None. |
|
| HeaderId | string |
None. |
|
| FromProcess | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"currAccTypeCode": 1,
"currAccCode": "sample string 2",
"subCurrAccId": "sample string 3",
"officeCode": "sample string 4",
"warehouseCode": "sample string 5",
"headerId": "sample string 6",
"fromProcess": "sample string 7"
}
application/xml, text/xml
Sample:
<GetOrderAcceptLinesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Request"> <CurrAccCode>sample string 2</CurrAccCode> <CurrAccTypeCode>1</CurrAccTypeCode> <FromProcess>sample string 7</FromProcess> <HeaderId>sample string 6</HeaderId> <OfficeCode>sample string 4</OfficeCode> <SubCurrAccId>sample string 3</SubCurrAccId> <WarehouseCode>sample string 5</WarehouseCode> </GetOrderAcceptLinesRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.