GET api/Customer/GetPrivoushistory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Bulkuploadhistory| Name | Description | Type | Additional information |
|---|---|---|---|
| BulkUploadDetails_id | integer |
None. |
|
| Startdate | date |
None. |
|
| EndDate | date |
None. |
|
| Year | integer |
None. |
|
| Month | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| TotalRecords | integer |
None. |
|
| TotalSuccesfulRecords | integer |
None. |
|
| Channel | string |
None. |
|
| CallCenter | string |
None. |
|
| FileName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BulkUploadDetails_id": 1,
"Startdate": "2025-12-01T04:33:41.4348342+05:30",
"EndDate": "2025-12-01T04:33:41.4348342+05:30",
"Year": 4,
"Month": 1,
"IsActive": true,
"IsDeleted": true,
"CreatedBy": 7,
"CreatedOn": "2025-12-01T04:33:41.4348342+05:30",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-01T04:33:41.4348342+05:30",
"TotalRecords": 1,
"TotalSuccesfulRecords": 1,
"Channel": "sample string 9",
"CallCenter": "sample string 10",
"FileName": "sample string 11"
},
{
"BulkUploadDetails_id": 1,
"Startdate": "2025-12-01T04:33:41.4348342+05:30",
"EndDate": "2025-12-01T04:33:41.4348342+05:30",
"Year": 4,
"Month": 1,
"IsActive": true,
"IsDeleted": true,
"CreatedBy": 7,
"CreatedOn": "2025-12-01T04:33:41.4348342+05:30",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-01T04:33:41.4348342+05:30",
"TotalRecords": 1,
"TotalSuccesfulRecords": 1,
"Channel": "sample string 9",
"CallCenter": "sample string 10",
"FileName": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfBulkuploadhistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectBLL.CustomModel">
<Bulkuploadhistory>
<BulkUploadDetails_id>1</BulkUploadDetails_id>
<CallCenter>sample string 10</CallCenter>
<Channel>sample string 9</Channel>
<CreatedBy>7</CreatedBy>
<CreatedOn>2025-12-01T04:33:41.4348342+05:30</CreatedOn>
<EndDate>2025-12-01T04:33:41.4348342+05:30</EndDate>
<FileName>sample string 11</FileName>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2025-12-01T04:33:41.4348342+05:30</ModifiedOn>
<Month>1</Month>
<Startdate>2025-12-01T04:33:41.4348342+05:30</Startdate>
<TotalRecords>1</TotalRecords>
<TotalSuccesfulRecords>1</TotalSuccesfulRecords>
<Year>4</Year>
</Bulkuploadhistory>
<Bulkuploadhistory>
<BulkUploadDetails_id>1</BulkUploadDetails_id>
<CallCenter>sample string 10</CallCenter>
<Channel>sample string 9</Channel>
<CreatedBy>7</CreatedBy>
<CreatedOn>2025-12-01T04:33:41.4348342+05:30</CreatedOn>
<EndDate>2025-12-01T04:33:41.4348342+05:30</EndDate>
<FileName>sample string 11</FileName>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2025-12-01T04:33:41.4348342+05:30</ModifiedOn>
<Month>1</Month>
<Startdate>2025-12-01T04:33:41.4348342+05:30</Startdate>
<TotalRecords>1</TotalRecords>
<TotalSuccesfulRecords>1</TotalSuccesfulRecords>
<Year>4</Year>
</Bulkuploadhistory>
</ArrayOfBulkuploadhistory>