Request Information
URI Parameters
None.
Body Parameters
The app condition custom request.
Nano.AppConditionCustomRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
Gets or sets the app identifier. |
integer |
None. |
| action |
Gets or sets the action. |
string |
None. |
| documentName |
Gets or sets the document name. |
string |
None. |
| message |
Gets or sets the message. |
string |
None. |
| tasks |
Gets or sets the tasks. |
Collection of Nano.AppConditionCustomTask |
None. |
Request Formats
application/json, text/json
Sample:
{
"appId": 1,
"action": "sample String 2",
"documentName": "sample String 3",
"message": "sample String 4",
"tasks": [
{
"assignee": "sample String 1",
"taskCategory": "sample String 2",
"order": 3
},
{
"assignee": "sample String 1",
"taskCategory": "sample String 2",
"order": 3
}
]
}
text/html
Sample:
{"appId":1,"action":"sample String 2","documentName":"sample String 3","message":"sample String 4","tasks":[{"assignee":"sample String 1","taskCategory":"sample String 2","order":3},{"assignee":"sample String 1","taskCategory":"sample String 2","order":3}]}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created app condition.
Collection of DeprecatedRPCError| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets the RPC error identifier. |
globally unique identifier |
None. |
| message |
Gets or sets the message. |
string |
None. |
| rpcType |
Gets or sets the RPC type. |
string |
None. |
| status |
Gets or sets the status. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "88ee2691-964f-4388-8a74-950a492557c3",
"message": "sample String 1",
"rpcType": "sample String 2",
"status": "sample String 3"
},
{
"id": "88ee2691-964f-4388-8a74-950a492557c3",
"message": "sample String 1",
"rpcType": "sample String 2",
"status": "sample String 3"
}
]
text/html
Sample:
[{"id":"88ee2691-964f-4388-8a74-950a492557c3","message":"sample String 1","rpcType":"sample String 2","status":"sample String 3"},{"id":"88ee2691-964f-4388-8a74-950a492557c3","message":"sample String 1","rpcType":"sample String 2","status":"sample String 3"}]
application/xml, text/xml
Sample:
<ArrayOfDeprecatedRPCError xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DeprecatedRPCError>
<Message>sample String 1</Message>
<RPCType>sample String 2</RPCType>
<Status>sample String 3</Status>
</DeprecatedRPCError>
<DeprecatedRPCError>
<Message>sample String 1</Message>
<RPCType>sample String 2</RPCType>
<Status>sample String 3</Status>
</DeprecatedRPCError>
</ArrayOfDeprecatedRPCError>