POST api/Gadget/SetDocumentOwner?documentId={documentId}&documentDate={documentDate}&accountId={accountId}&reason={reason}&creationSource={creationSource}&denied={denied}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
documentId | globally unique identifier |
Required |
|
documentDate | date |
Required |
|
accountId | globally unique identifier |
Required |
|
reason | string |
Required |
|
creationSource | string |
Required |
|
denied | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>