POST api/v1/ItemWisePurchaseRegPrint
Request Information
URI Parameters
None.
Body Parameters
PurchaseRegisterInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| RMGroupID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| StoreID | integer |
None. |
|
| VendorID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"RMGroupID": 2,
"StartDate": "2025-12-06T09:31:07.7680137+05:30",
"EndDate": "2025-12-06T09:31:07.7680137+05:30",
"StoreID": 4,
"VendorID": 5
}
application/xml, text/xml
Sample:
<PurchaseRegisterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <EndDate>2025-12-06T09:31:07.7680137+05:30</EndDate> <Mode>sample string 1</Mode> <RMGroupID>2</RMGroupID> <StartDate>2025-12-06T09:31:07.7680137+05:30</StartDate> <StoreID>4</StoreID> <VendorID>5</VendorID> </PurchaseRegisterInput>
application/x-www-form-urlencoded
Sample:
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. |