POST Api/Project/ReplaceUser

Request Information

URI Parameters

None.

Body Parameters

ReplaceUser
NameDescriptionTypeAdditional information
QBProjectId

Collection of integer

None.

CustomerId

integer

None.

formerUserId

integer

None.

formerUserName

string

None.

newUserId

integer

None.

newUserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "QBProjectId": [
    1,
    2
  ],
  "CustomerId": 1,
  "formerUserId": 2,
  "formerUserName": "sample string 3",
  "newUserId": 4,
  "newUserName": "sample string 5"
}

application/xml, text/xml

Sample:
<ReplaceUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.Support">
  <CustomerId>1</CustomerId>
  <QBProjectId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </QBProjectId>
  <formerUserId>2</formerUserId>
  <formerUserName>sample string 3</formerUserName>
  <newUserId>4</newUserId>
  <newUserName>sample string 5</newUserName>
</ReplaceUser>

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.