POST api/BodyVisit/DeleteBodyVisit
Request Information
URI Parameters
None.
Body Parameters
BodyVisitName | Description | Type | Additional information |
---|---|---|---|
BodyVisitID | integer |
None. |
|
ReasonforVisit | string |
None. |
|
ClientComments | string |
None. |
|
Observations | string |
None. |
|
WorkRecommendations | string |
None. |
|
OtherRecommendations | string |
None. |
|
BodyPhotoID1 | integer |
None. |
|
Desc1 | string |
None. |
|
BodyPhotoID2 | integer |
None. |
|
Desc2 | string |
None. |
|
BodyPhotoID3 | integer |
None. |
|
Desc3 | string |
None. |
|
BodyPhotoID4 | integer |
None. |
|
Desc4 | string |
None. |
|
BodyPhotoType | string |
None. |
|
PostID | integer |
None. |
|
ParentPostID | integer |
None. |
|
PersonID | integer |
None. |
|
TypeID | integer |
None. |
|
SecurityCode | string |
None. |
|
Comment | string |
None. |
|
PhotoID | integer |
None. |
|
PhotoID2 | integer |
None. |
|
PhotoID3 | integer |
None. |
|
PhotoID4 | integer |
None. |
|
HorseID | integer |
None. |
|
CategoryID | integer |
None. |
|
SubCategoryID | integer |
None. |
|
SessionID | integer |
None. |
|
AssociatedPersonID | integer |
None. |
|
EquipmentID | integer |
None. |
|
LocalPath | string |
None. |
|
Location | string |
None. |
|
Latitude | string |
None. |
|
Longitude | string |
None. |
|
Cost | string |
None. |
|
CostType | string |
None. |
|
PhotoType | string |
None. |
|
IsAddtoCalendar | boolean |
None. |
|
TimeSpent | integer |
None. |
|
DateModified | date |
None. |
|
DateCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "BodyVisitID": 1, "ReasonforVisit": "sample string 2", "ClientComments": "sample string 3", "Observations": "sample string 4", "WorkRecommendations": "sample string 5", "OtherRecommendations": "sample string 6", "BodyPhotoID1": 7, "Desc1": "sample string 8", "BodyPhotoID2": 9, "Desc2": "sample string 10", "BodyPhotoID3": 11, "Desc3": "sample string 12", "BodyPhotoID4": 13, "Desc4": "sample string 14", "BodyPhotoType": "sample string 15", "PostID": 16, "ParentPostID": 17, "PersonID": 18, "TypeID": 1, "SecurityCode": "sample string 19", "Comment": "sample string 20", "PhotoID": 1, "PhotoID2": 1, "PhotoID3": 1, "PhotoID4": 1, "HorseID": 1, "CategoryID": 1, "SubCategoryID": 1, "SessionID": 1, "AssociatedPersonID": 1, "EquipmentID": 1, "LocalPath": "sample string 21", "Location": "sample string 22", "Latitude": "sample string 23", "Longitude": "sample string 24", "Cost": "sample string 25", "CostType": "sample string 26", "PhotoType": "sample string 27", "IsAddtoCalendar": true, "TimeSpent": 29, "DateModified": "2025-07-28T14:01:34.0099454-07:00", "DateCreated": "2025-07-28T14:01:34.0099454-07:00" }
application/xml, text/xml
Sample:
<BodyVisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <DateCreated>2025-07-28T14:01:34.0099454-07:00</DateCreated> <DateModified>2025-07-28T14:01:34.0099454-07:00</DateModified> <AssociatedPersonID>1</AssociatedPersonID> <CategoryID>1</CategoryID> <Comment>sample string 20</Comment> <Cost>sample string 25</Cost> <CostType>sample string 26</CostType> <EquipmentID>1</EquipmentID> <HorseID>1</HorseID> <IsAddtoCalendar>true</IsAddtoCalendar> <Latitude>sample string 23</Latitude> <LocalPath>sample string 21</LocalPath> <Location>sample string 22</Location> <Longitude>sample string 24</Longitude> <ParentPostID>17</ParentPostID> <PersonID>18</PersonID> <PhotoID>1</PhotoID> <PhotoID2>1</PhotoID2> <PhotoID3>1</PhotoID3> <PhotoID4>1</PhotoID4> <PhotoType>sample string 27</PhotoType> <PostID>16</PostID> <SecurityCode>sample string 19</SecurityCode> <SessionID>1</SessionID> <SubCategoryID>1</SubCategoryID> <TimeSpent>29</TimeSpent> <TypeID>1</TypeID> <BodyPhotoID1>7</BodyPhotoID1> <BodyPhotoID2>9</BodyPhotoID2> <BodyPhotoID3>11</BodyPhotoID3> <BodyPhotoID4>13</BodyPhotoID4> <BodyPhotoType>sample string 15</BodyPhotoType> <BodyVisitID>1</BodyVisitID> <ClientComments>sample string 3</ClientComments> <Desc1>sample string 8</Desc1> <Desc2>sample string 10</Desc2> <Desc3>sample string 12</Desc3> <Desc4>sample string 14</Desc4> <Observations>sample string 4</Observations> <OtherRecommendations>sample string 6</OtherRecommendations> <ReasonforVisit>sample string 2</ReasonforVisit> <WorkRecommendations>sample string 5</WorkRecommendations> </BodyVisit>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.