POST User/AccountPackages/RPAAssignment
ACM assignment of project/account packages and courses
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserIds |
None. |
||
| UniqueId |
None. |
||
| itemType |
None. |
||
| accountId |
None. |
||
| projectId |
None. |
||
| isAccount |
None. |
||
| IsAssigned |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserIds": [
"sample string 1",
"sample string 2"
],
"UniqueId": "sample string 1",
"itemType": "sample string 2",
"accountId": "sample string 3",
"projectId": "sample string 4",
"isAccount": true,
"IsAssigned": true
}
application/xml, text/xml
Sample:
<AccountCourseAssigment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillPortal.Data.Models">
<IsAssigned>true</IsAssigned>
<UniqueId>sample string 1</UniqueId>
<UserIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</UserIds>
<accountId>sample string 3</accountId>
<isAccount>true</isAccount>
<itemType>sample string 2</itemType>
<projectId>sample string 4</projectId>
</AccountCourseAssigment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response Formats
application/json, text/json
Sample:
{
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringstring>
<Key>sample string 1</Key>
<Value>sample string 2</Value>
</KeyValueOfstringstring>
<KeyValueOfstringstring>
<Key>sample string 3</Key>
<Value>sample string 4</Value>
</KeyValueOfstringstring>
</ArrayOfKeyValueOfstringstring>