POST api/Organization/FollowUnfollowHorseShow
Request Information
URI Parameters
None.
Body Parameters
HorseShowName | Description | Type | Additional information |
---|---|---|---|
HorseShowID | integer |
None. |
|
OrgID | integer |
None. |
|
PersonID | integer |
None. |
|
ShowTypeID | integer |
None. |
|
ShowType | string |
None. |
|
ShowName | string |
None. |
|
Web_URL | string |
None. |
|
ShowStart | date |
None. |
|
ShowEnd | date |
None. |
|
string |
None. |
||
Description | string |
None. |
|
MainContact | string |
None. |
|
Phone_Office | string |
None. |
|
SecondaryContact | string |
None. |
|
DateCreated | date |
None. |
|
DateModified | date |
None. |
|
LocalPath | string |
None. |
|
OrgStateName | string |
None. |
|
OrgName | string |
None. |
|
IsFollow | boolean |
None. |
|
AddressID | integer |
None. |
|
Address1 | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
StateID | integer |
None. |
|
StateName | string |
None. |
|
Postalcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "HorseShowID": 1, "OrgID": 2, "PersonID": 3, "ShowTypeID": 4, "ShowType": "sample string 5", "ShowName": "sample string 6", "Web_URL": "sample string 7", "ShowStart": "2025-07-28T13:57:20.1964153-07:00", "ShowEnd": "2025-07-28T13:57:20.1964153-07:00", "Email": "sample string 8", "Description": "sample string 9", "MainContact": "sample string 10", "Phone_Office": "sample string 11", "SecondaryContact": "sample string 12", "DateCreated": "2025-07-28T13:57:20.1964153-07:00", "DateModified": "2025-07-28T13:57:20.1964153-07:00", "LocalPath": "sample string 13", "OrgStateName": "sample string 14", "OrgName": "sample string 15", "IsFollow": true, "AddressID": 17, "Address1": "sample string 18", "City": "sample string 19", "State": "sample string 20", "StateID": 21, "StateName": "sample string 22", "Postalcode": "sample string 23" }
application/xml, text/xml
Sample:
<HorseShow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <Address1>sample string 18</Address1> <AddressID>17</AddressID> <City>sample string 19</City> <Postalcode>sample string 23</Postalcode> <State>sample string 20</State> <StateID>21</StateID> <StateName>sample string 22</StateName> <DateCreated>2025-07-28T13:57:20.1964153-07:00</DateCreated> <DateModified>2025-07-28T13:57:20.1964153-07:00</DateModified> <Description>sample string 9</Description> <Email>sample string 8</Email> <HorseShowID>1</HorseShowID> <IsFollow>true</IsFollow> <LocalPath>sample string 13</LocalPath> <MainContact>sample string 10</MainContact> <OrgID>2</OrgID> <OrgName>sample string 15</OrgName> <OrgStateName>sample string 14</OrgStateName> <PersonID>3</PersonID> <Phone_Office>sample string 11</Phone_Office> <SecondaryContact>sample string 12</SecondaryContact> <ShowEnd>2025-07-28T13:57:20.1964153-07:00</ShowEnd> <ShowName>sample string 6</ShowName> <ShowStart>2025-07-28T13:57:20.1964153-07:00</ShowStart> <ShowType>sample string 5</ShowType> <ShowTypeID>4</ShowTypeID> <Web_URL>sample string 7</Web_URL> </HorseShow>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CalendarName | Description | Type | Additional information |
---|---|---|---|
CalendarID | integer |
None. |
|
EventID | integer |
None. |
|
Title | string |
None. |
|
TrainerID | integer |
None. |
|
PersonID | integer |
None. |
|
DisciplineID | integer |
None. |
|
HorseID | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
Repeat | integer |
None. |
|
RepeatType | integer |
None. |
|
RepeatCount | integer |
None. |
|
UntilDate | date |
None. |
|
ReminderDate | date |
None. |
|
Location | string |
None. |
|
Security | string |
None. |
|
AuthorPersonID | integer |
None. |
|
CalendarParentID | integer |
None. |
|
CreatedDate | date |
None. |
|
EventName | string |
None. |
|
EventColor | string |
None. |
|
HorseName | string |
None. |
|
PersonName | string |
None. |
|
TrainerName | string |
None. |
|
Duration | integer |
None. |
|
FilterType | string |
None. |
|
IsAllDay | boolean |
None. |
|
ReminderType | integer |
None. |
|
Is4HEvent | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "CalendarID": 1, "EventID": 2, "Title": "sample string 3", "TrainerID": 4, "PersonID": 5, "DisciplineID": 6, "HorseID": 7, "StartDate": "2025-07-28T13:57:20.1964153-07:00", "EndDate": "2025-07-28T13:57:20.1964153-07:00", "Repeat": 8, "RepeatType": 9, "RepeatCount": 10, "UntilDate": "2025-07-28T13:57:20.1964153-07:00", "ReminderDate": "2025-07-28T13:57:20.1964153-07:00", "Location": "sample string 11", "Security": "sample string 12", "AuthorPersonID": 13, "CalendarParentID": 14, "CreatedDate": "2025-07-28T13:57:20.1964153-07:00", "EventName": "sample string 15", "EventColor": "sample string 16", "HorseName": "sample string 17", "PersonName": "sample string 18", "TrainerName": "sample string 19", "Duration": 20, "FilterType": "sample string 21", "IsAllDay": true, "ReminderType": 23, "Is4HEvent": true }
application/xml, text/xml
Sample:
<Calendar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <AuthorPersonID>13</AuthorPersonID> <CalendarID>1</CalendarID> <CalendarParentID>14</CalendarParentID> <CreatedDate>2025-07-28T13:57:20.1964153-07:00</CreatedDate> <DisciplineID>6</DisciplineID> <Duration>20</Duration> <EndDate>2025-07-28T13:57:20.1964153-07:00</EndDate> <EventColor>sample string 16</EventColor> <EventID>2</EventID> <EventName>sample string 15</EventName> <FilterType>sample string 21</FilterType> <HorseID>7</HorseID> <HorseName>sample string 17</HorseName> <Is4HEvent>true</Is4HEvent> <IsAllDay>true</IsAllDay> <Location>sample string 11</Location> <PersonID>5</PersonID> <PersonName>sample string 18</PersonName> <ReminderDate>2025-07-28T13:57:20.1964153-07:00</ReminderDate> <ReminderType>23</ReminderType> <Repeat>8</Repeat> <RepeatCount>10</RepeatCount> <RepeatType>9</RepeatType> <Security>sample string 12</Security> <StartDate>2025-07-28T13:57:20.1964153-07:00</StartDate> <Title>sample string 3</Title> <TrainerID>4</TrainerID> <TrainerName>sample string 19</TrainerName> <UntilDate>2025-07-28T13:57:20.1964153-07:00</UntilDate> </Calendar>