POST api/TrInventory/GetReqTransferList
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "PageIndex": 1, "PageSize": 1, "InventoryStatusID": 1, "TrasferRequestID": "sample string 1", "InventoryTypeID": 1, "GodownID": 1, "FromUserName": "sample string 2", "BookTitle": "sample string 3", "Version": 4, "ToUserName": "sample string 5", "requestedFrom": "2025-06-15T18:25:15.6761897+05:30", "requestedTo": "2025-06-15T18:25:15.6761897+05:30", "ReqDescription": "sample string 6", "TrDescription": "sample string 7", "transferFrom": "2025-06-15T18:25:15.6761897+05:30", "transferTo": "2025-06-15T18:25:15.6761897+05:30", "Status": "sample string 8" }
application/xml, text/xml
Sample:
<ReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models"> <BookTitle>sample string 3</BookTitle> <FromUserName>sample string 2</FromUserName> <GodownID>1</GodownID> <InventoryStatusID>1</InventoryStatusID> <InventoryTypeID>1</InventoryTypeID> <PageIndex>1</PageIndex> <PageSize>1</PageSize> <ReqDescription>sample string 6</ReqDescription> <Status>sample string 8</Status> <ToUserName>sample string 5</ToUserName> <TrDescription>sample string 7</TrDescription> <TrasferRequestID>sample string 1</TrasferRequestID> <Version>4</Version> <requestedFrom>2025-06-15T18:25:15.6761897+05:30</requestedFrom> <requestedTo>2025-06-15T18:25:15.6761897+05:30</requestedTo> <transferFrom>2025-06-15T18:25:15.6761897+05:30</transferFrom> <transferTo>2025-06-15T18:25:15.6761897+05:30</transferTo> </ReportFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.