POST api/getstocktransferlist
Request Information
URI Parameters
None.
Body Parameters
RequestParamStockTransfer| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | string |
None. |
|
| startpage | integer |
None. |
|
| pagesize | integer |
None. |
|
| transferid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"filter": "sample string 1",
"startpage": 2,
"pagesize": 3,
"transferid": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StockTransferResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| lststocktransfer | Collection of StockTransferModel |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| totalItems | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"lststocktransfer": [
{
"$id": "2",
"TransferId": 1,
"TransferPurpose": "sample string 2",
"FromSubLocationId": 1,
"ToSubLocationId": 1,
"FromSubLocationName": "sample string 3",
"ToSubLocationName": "sample string 4",
"CatalogueId": 1,
"CatalogueName": "sample string 5",
"TransferDate": "2025-12-18T13:40:31.3282282-05:00",
"TransferReceivedDate": "2025-12-18T13:40:31.3282282-05:00",
"CreatedOn": "2025-12-18T13:40:31.3282282-05:00",
"ModifiedOn": "2025-12-18T13:40:31.3282282-05:00",
"CreatedBy": "sample string 10",
"ModifiedBy": "sample string 11",
"TransferDateString": "sample string 12",
"TransferReceivedDateString": "sample string 13",
"CourierId": 1,
"CourierName": "sample string 14",
"CourierCharges": 1.0,
"AWB": "sample string 15",
"Ewaybill": "sample string 16",
"Artworks": [
{
"$id": "3",
"ArtworkID": "sample string 1",
"Quantity": "sample string 2"
},
{
"$ref": "3"
}
],
"RowNumber": 17,
"FromSubLocationAddress1": "sample string 18",
"FromSubLocationAddress2": "sample string 19",
"FromSubLocationPinCode": "sample string 20",
"FromSubLocationCountry": "sample string 21",
"ToSubLocationAddress1": "sample string 22",
"ToSubLocationAddress2": "sample string 23",
"ToSubLocationPinCode": "sample string 24",
"ToSubLocationCountry": "sample string 25",
"CreatedOnstring": "sample string 26"
},
{
"$ref": "2"
}
],
"IsSuccess": true,
"Message": "sample string 2",
"totalItems": 3
}