POST api/StockTransfer/GetAll
Request Information
URI Parameters
None.
Body Parameters
StockTransferLister| Name | Description | Type | Additional information |
|---|---|---|---|
| List | Collection of StockTransfer |
None. |
|
| SearchCriteria | StockTransfer |
None. |
|
| Pagination | Pagination |
None. |
Request Formats
application/json, text/json
Sample:
{
"List": [
{
"Id": 1,
"Date": "2026-08-05T15:05:16.6033839+05:30",
"ItemId": 3,
"Quantity": 4.0,
"Item": "sample string 5",
"UnitOfMeasure": "sample string 6",
"UnitOfMeasureId": 7,
"CreatedBy": 8,
"CreatedDate": "2026-08-05T15:05:16.6033839+05:30",
"LastModifiedBy": 1,
"LastModifiedDate": "2026-08-05T15:05:16.6033839+05:30",
"DeletedBy": 1,
"DeletedDate": "2026-08-05T15:05:16.6033839+05:30"
},
{
"Id": 1,
"Date": "2026-08-05T15:05:16.6033839+05:30",
"ItemId": 3,
"Quantity": 4.0,
"Item": "sample string 5",
"UnitOfMeasure": "sample string 6",
"UnitOfMeasureId": 7,
"CreatedBy": 8,
"CreatedDate": "2026-08-05T15:05:16.6033839+05:30",
"LastModifiedBy": 1,
"LastModifiedDate": "2026-08-05T15:05:16.6033839+05:30",
"DeletedBy": 1,
"DeletedDate": "2026-08-05T15:05:16.6033839+05:30"
}
],
"SearchCriteria": {
"Id": 1,
"Date": "2026-08-05T15:05:16.6033839+05:30",
"ItemId": 3,
"Quantity": 4.0,
"Item": "sample string 5",
"UnitOfMeasure": "sample string 6",
"UnitOfMeasureId": 7,
"CreatedBy": 8,
"CreatedDate": "2026-08-05T15:05:16.6033839+05:30",
"LastModifiedBy": 1,
"LastModifiedDate": "2026-08-05T15:05:16.6033839+05:30",
"DeletedBy": 1,
"DeletedDate": "2026-08-05T15:05:16.6033839+05:30"
},
"Pagination": {
"PageSize": 1,
"Take": 2,
"Skip": 3,
"CurrentPage": 4,
"TotalPage": 5,
"TotalRecord": 6
}
}
application/xml, text/xml
Sample:
<StockTransferLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IKimWebService.Domain">
<List>
<StockTransfer>
<CreatedBy>8</CreatedBy>
<CreatedDate>2026-08-05T15:05:16.6033839+05:30</CreatedDate>
<Date>2026-08-05T15:05:16.6033839+05:30</Date>
<DeletedBy>1</DeletedBy>
<DeletedDate>2026-08-05T15:05:16.6033839+05:30</DeletedDate>
<Id>1</Id>
<Item>sample string 5</Item>
<ItemId>3</ItemId>
<LastModifiedBy>1</LastModifiedBy>
<LastModifiedDate>2026-08-05T15:05:16.6033839+05:30</LastModifiedDate>
<Quantity>4</Quantity>
<UnitOfMeasure>sample string 6</UnitOfMeasure>
<UnitOfMeasureId>7</UnitOfMeasureId>
</StockTransfer>
<StockTransfer>
<CreatedBy>8</CreatedBy>
<CreatedDate>2026-08-05T15:05:16.6033839+05:30</CreatedDate>
<Date>2026-08-05T15:05:16.6033839+05:30</Date>
<DeletedBy>1</DeletedBy>
<DeletedDate>2026-08-05T15:05:16.6033839+05:30</DeletedDate>
<Id>1</Id>
<Item>sample string 5</Item>
<ItemId>3</ItemId>
<LastModifiedBy>1</LastModifiedBy>
<LastModifiedDate>2026-08-05T15:05:16.6033839+05:30</LastModifiedDate>
<Quantity>4</Quantity>
<UnitOfMeasure>sample string 6</UnitOfMeasure>
<UnitOfMeasureId>7</UnitOfMeasureId>
</StockTransfer>
</List>
<Pagination>
<CurrentPage>4</CurrentPage>
<PageSize>1</PageSize>
<Skip>3</Skip>
<Take>2</Take>
<TotalPage>5</TotalPage>
<TotalRecord>6</TotalRecord>
</Pagination>
<SearchCriteria>
<CreatedBy>8</CreatedBy>
<CreatedDate>2026-08-05T15:05:16.6033839+05:30</CreatedDate>
<Date>2026-08-05T15:05:16.6033839+05:30</Date>
<DeletedBy>1</DeletedBy>
<DeletedDate>2026-08-05T15:05:16.6033839+05:30</DeletedDate>
<Id>1</Id>
<Item>sample string 5</Item>
<ItemId>3</ItemId>
<LastModifiedBy>1</LastModifiedBy>
<LastModifiedDate>2026-08-05T15:05:16.6033839+05:30</LastModifiedDate>
<Quantity>4</Quantity>
<UnitOfMeasure>sample string 6</UnitOfMeasure>
<UnitOfMeasureId>7</UnitOfMeasureId>
</SearchCriteria>
</StockTransferLister>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |