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": "fbef5805-f24e-4b85-8bb7-9f65bb59a555" }
text/html
Sample:
{"User":"fbef5805-f24e-4b85-8bb7-9f65bb59a555"}
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>fbef5805-f24e-4b85-8bb7-9f65bb59a555</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>