POST Api/Assignee/UpdateProxy
Request Information
URI Parameters
None.
Body Parameters
OutOfOfficeProxyDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| SpItemId | integer |
None. |
|
| QbUserId | integer |
None. |
|
| QbProxyUserId | integer |
None. |
|
| ProxyStatus | boolean |
None. |
|
| CustomerId | integer |
None. |
|
| UserId | integer |
None. |
|
| QCHProxyUserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SpItemId": 1,
"QbUserId": 2,
"QbProxyUserId": 3,
"ProxyStatus": true,
"CustomerId": 5,
"UserId": 6,
"QCHProxyUserId": "sample string 7"
}
application/xml, text/xml
Sample:
<OutOfOfficeProxyDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels"> <CustomerId>5</CustomerId> <ProxyStatus>true</ProxyStatus> <QCHProxyUserId>sample string 7</QCHProxyUserId> <QbProxyUserId>3</QbProxyUserId> <QbUserId>2</QbUserId> <SpItemId>1</SpItemId> <UserId>6</UserId> </OutOfOfficeProxyDetails>
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.