POST api/NebimMalKabul/GetInvoicesForReturn
Request Information
URI Parameters
None.
Body Parameters
GetInvoicesForReturnRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OfficeCode | string |
None. |
|
| WarehouseCode | string |
None. |
|
| Barcode | string |
None. |
|
| CurrAccCode | string |
None. |
|
| TypeCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"officeCode": "sample string 1",
"warehouseCode": "sample string 2",
"barcode": "sample string 3",
"currAccCode": "sample string 4",
"typeCode": 5
}
application/xml, text/xml
Sample:
<GetInvoicesForReturnRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Request"> <Barcode>sample string 3</Barcode> <CurrAccCode>sample string 4</CurrAccCode> <OfficeCode>sample string 1</OfficeCode> <TypeCode>5</TypeCode> <WarehouseCode>sample string 2</WarehouseCode> </GetInvoicesForReturnRequest>
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.