POST api/Static/Test
Request Information
URI Parameters
None.
Body Parameters
StaticRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| QCTaskId | integer |
None. |
|
| Type | integer |
None. |
|
| AreaName | string |
None. |
|
| AreaID | integer |
None. |
|
| WorkId | integer |
None. |
|
| Year | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"QCTaskId": 1,
"Type": 2,
"AreaName": "sample string 3",
"AreaID": 4,
"WorkId": 5,
"Year": "sample string 6"
}
application/xml, text/xml
Sample:
<StaticRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HIV.ContractModel"> <AreaID>4</AreaID> <AreaName>sample string 3</AreaName> <QCTaskId>1</QCTaskId> <Type>2</Type> <WorkId>5</WorkId> <Year>sample string 6</Year> </StaticRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.