POST api/Reports/ShowDigiBookCollection
Request Information
URI Parameters
None.
Body Parameters
DigiBookCollectionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| AssociateID | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UnitID": 1,
"BranchID": 1,
"CustomerID": 1,
"AssociateID": 1,
"FromDate": "2026-06-26T23:51:32.3257358+05:30",
"ToDate": "2026-06-26T23:51:32.3257358+05:30",
"UserID": 1
}
application/xml, text/xml
Sample:
<DigiBookCollectionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AssociateID>1</AssociateID> <BranchID>1</BranchID> <CustomerID>1</CustomerID> <FromDate>2026-06-26T23:51:32.3257358+05:30</FromDate> <ToDate>2026-06-26T23:51:32.3257358+05:30</ToDate> <UnitID>1</UnitID> <UserID>1</UserID> </DigiBookCollectionModel>
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. |