POST api/legal-request-response/submit-delegate
Request Information
URI Parameters
None.
Body Parameters
DelegateActionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| Comment | string |
None. |
|
| RequestId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"action": "sample string 1",
"comment": "sample string 2",
"requestId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.