Inbox -> CustomActionInbox
Performs a custom action on inbox.
Available
actionName values:
Other parameters:
- rejectionReason: used with the reject action.
Request
|
Relative request path:
|
api/orgs/{organisationId}/inbox/{inboxId}/actions/{actionName} |
|
| Property | Description |
|---|
| organisationId | Organisation id |
| inboxId | InboxId id |
| actionName | Available actionName values: {"approve", "reject"} |
Request parameters:
- long organisationId - Organisation id
- long inboxId - InboxId id
- string actionName - Available actionName values: {"approve", "reject"}
Request parameters:
- Int64 organisationId - Organisation id
- Int64 inboxId - InboxId id
- String actionName - Available actionName values: {"approve", "reject"}
Request parameters:
- Long organisationId - Organisation id
- Long inboxId - InboxId id
- String actionName - Available actionName values: {"approve", "reject"}
Response
| Property | Description |
|---|
| Version | |
| Content | |
| StatusCode | |
| ReasonPhrase | |
| Headers | |
| RequestMessage | |
| IsSuccessStatusCode | |
This method returns result of type 'HttpResponseMessage'.
This method returns result of type 'HttpResponseMessage'.
This method returns result of type 'HttpResponseMessage'.