GET api/authoredit/articlesbySEVVPJ
Request Information
URI Parameters
None.
Body Parameters
DtoSamplingObject| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| FirstVendor | string |
None. |
|
| SecondVendor | string |
None. |
|
| ThirdVendor | string |
None. |
|
| FirstVendorPercent | integer |
None. |
|
| VendorPercent | integer |
None. |
|
| SecondVendorPercent | integer |
None. |
|
| ThirdVendorPercent | integer |
None. |
|
| Journal | string |
None. |
|
| OrderBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"FirstVendor": "sample string 3",
"SecondVendor": "sample string 4",
"ThirdVendor": "sample string 5",
"FirstVendorPercent": 6,
"VendorPercent": 7,
"SecondVendorPercent": 8,
"ThirdVendorPercent": 9,
"Journal": "sample string 10",
"OrderBy": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.