POST report/artifactcriteriarated/excel
Request Information
URI Parameters
None.
Body Parameters
m_report_request_artifactcriteriaroundratedName | Description | Type | Additional information |
---|---|---|---|
TypeId | integer |
None. |
|
CategoryId | integer |
None. |
|
SearchName | string |
None. |
|
roundId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TypeId": 1, "CategoryId": 1, "SearchName": "sample string 1", "roundId": 2 }
application/xml, text/xml
Sample:
<m_report_request_artifactcriteriaroundrated xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.m_report"> <CategoryId>1</CategoryId> <SearchName>sample string 1</SearchName> <TypeId>1</TypeId> <roundId>2</roundId> </m_report_request_artifactcriteriaroundrated>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |