POST api/ZenDesk/Subscriptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SimpleZenDeskInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| AccountKey | string |
None. |
|
| Updated | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"AccountKey": "sample string 2",
"Updated": "sample string 3"
},
{
"Name": "sample string 1",
"AccountKey": "sample string 2",
"Updated": "sample string 3"
}
]