POST api/query/Resolve
h1>
Request Information
URI Parameters
None.
Body Parameters
DtoResolveQuery
Name Description Type Additional information
QueryId
integer
None.
ResolutionType
string
None.
ResolutionNotes
string
None.
ResolvedBy
string
None.
Request Formats
application/json, text/json
Sample:
{
"QueryId": 1,
"ResolutionType": "sample string 2",
"ResolutionNotes": "sample string 3",
"ResolvedBy": "sample string 4"
}
application/xml, text/xml
Sample:
<DtoResolveQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Response.Dto.Query">
<QueryId>1</QueryId>
<ResolutionNotes>sample string 3</ResolutionNotes>
<ResolutionType>sample string 2</ResolutionType>
<ResolvedBy>sample string 4</ResolvedBy>
</DtoResolveQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResult None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
Request Information
URI Parameters
None.
Body Parameters
DtoResolveQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryId | integer |
None. |
|
| ResolutionType | string |
None. |
|
| ResolutionNotes | string |
None. |
|
| ResolvedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"QueryId": 1,
"ResolutionType": "sample string 2",
"ResolutionNotes": "sample string 3",
"ResolvedBy": "sample string 4"
}
application/xml, text/xml
Sample:
<DtoResolveQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Response.Dto.Query"> <QueryId>1</QueryId> <ResolutionNotes>sample string 3</ResolutionNotes> <ResolutionType>sample string 2</ResolutionType> <ResolvedBy>sample string 4</ResolvedBy> </DtoResolveQuery>
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.