POST data/assign/{name}/{recordId}
Assigns a user.
Request Information
URI
https://ofd-api.blueprintcpq.net/data/assign/{name}/{recordId}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Page name. |
string |
Required |
| recordId |
Record Identifier. |
string |
Required |
Body Parameters
The assign user.
AssignUser| Name | Description | Type | Additional information |
|---|---|---|---|
| User | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"User": "46731b4a-0d3c-4d61-a947-26e6d9a38b8f"
}
text/html
Sample:
{"User":"46731b4a-0d3c-4d61-a947-26e6d9a38b8f"}
application/xml, text/xml
Sample:
<AssignUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels"> <User>46731b4a-0d3c-4d61-a947-26e6d9a38b8f</User> </AssignUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
True if it succeeds, false if it fails.
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>