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.
AssignUserName | Description | Type | Additional information |
---|---|---|---|
User | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "User": "17242e78-7197-4587-90a4-52bc07665039" }
text/html
Sample:
{"User":"17242e78-7197-4587-90a4-52bc07665039"}
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>17242e78-7197-4587-90a4-52bc07665039</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>