POST associations({associationId})/events/feeds
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
newObject | No documentation available. |
Define this parameter in the request body. |
associationId | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "Url": "sample string 1", "AssociationId": 1, "FeedTypeId": 64, "Valid": true }
application/xml, text/xml
Sample:
<EventFeedResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources"> <AssociationId>1</AssociationId> <FeedTypeId>64</FeedTypeId> <Id>1</Id> <Url>sample string 1</Url> <Valid>true</Valid> </EventFeedResource>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Id": 1, "Url": "sample string 1", "AssociationId": 1, "FeedTypeId": 64, "Valid": true }
application/xml, text/xml
Sample:
<EventFeedResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources"> <AssociationId>1</AssociationId> <FeedTypeId>64</FeedTypeId> <Id>1</Id> <Url>sample string 1</Url> <Valid>true</Valid> </EventFeedResource>