GET api/DataScrits?pastDate={pastDate}¤tDate={currentDate}&vendorName={vendorName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pastDate | date |
Required |
|
| currentDate | date |
Required |
|
| vendorName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ServicesResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| VendorInformation | DataTable |
None. |
|
| StreamData | Collection of byte |
None. |
|
| OldDaysData | integer |
None. |
|
| RowCount | integer |
None. |
|
| PkIdsTable | DataTable |
None. |
Response Formats
application/json, text/json
Sample:
{
"PkIdsTable": [],
"Success": true,
"Message": "sample string 2",
"VendorInformation": null,
"StreamData": "QEA=",
"OldDaysData": 3,
"RowCount": 4
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.