POST api/FarrierVisit/GetHoofPhoto?imageType={imageType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| imageType | string |
Required |
Body Parameters
FarrierVisit| Name | Description | Type | Additional information |
|---|---|---|---|
| FarrierVisitID | integer |
None. |
|
| ShoeSize | string |
None. |
|
| ShoeDiscipline | string |
None. |
|
| IsFrontShoes | boolean |
None. |
|
| IsBackShoes | boolean |
None. |
|
| IsFrontPads | boolean |
None. |
|
| IsBackPads | boolean |
None. |
|
| HoofLengthLF | string |
None. |
|
| HoofLengthLR | string |
None. |
|
| HoofLengthRF | string |
None. |
|
| HoofLengthRR | string |
None. |
|
| HoofPicRFPhotoID | integer |
None. |
|
| HoofPicRFDesc | string |
None. |
|
| HoofPicLFPhotoID | integer |
None. |
|
| HoofPicLFDesc | string |
None. |
|
| HoofPicRRPhotoID | integer |
None. |
|
| HoofPicRRDesc | string |
None. |
|
| HoofPicLRPhotoID | integer |
None. |
|
| HoofPicLRDesc | string |
None. |
|
| HoofPhotoType | 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:
{
"FarrierVisitID": 1,
"ShoeSize": "sample string 2",
"ShoeDiscipline": "sample string 3",
"IsFrontShoes": true,
"IsBackShoes": true,
"IsFrontPads": true,
"IsBackPads": true,
"HoofLengthLF": "sample string 8",
"HoofLengthLR": "sample string 9",
"HoofLengthRF": "sample string 10",
"HoofLengthRR": "sample string 11",
"HoofPicRFPhotoID": 12,
"HoofPicRFDesc": "sample string 13",
"HoofPicLFPhotoID": 14,
"HoofPicLFDesc": "sample string 15",
"HoofPicRRPhotoID": 16,
"HoofPicRRDesc": "sample string 17",
"HoofPicLRPhotoID": 18,
"HoofPicLRDesc": "sample string 19",
"HoofPhotoType": "sample string 20",
"PostID": 21,
"ParentPostID": 22,
"PersonID": 23,
"TypeID": 1,
"SecurityCode": "sample string 24",
"Comment": "sample string 25",
"PhotoID": 1,
"PhotoID2": 1,
"PhotoID3": 1,
"PhotoID4": 1,
"HorseID": 1,
"CategoryID": 1,
"SubCategoryID": 1,
"SessionID": 1,
"AssociatedPersonID": 1,
"EquipmentID": 1,
"LocalPath": "sample string 26",
"Location": "sample string 27",
"Latitude": "sample string 28",
"Longitude": "sample string 29",
"Cost": "sample string 30",
"CostType": "sample string 31",
"PhotoType": "sample string 32",
"IsAddtoCalendar": true,
"TimeSpent": 34,
"DateModified": "2025-12-05T20:25:19.7728447-08:00",
"DateCreated": "2025-12-05T20:25:19.7728447-08:00"
}
application/xml, text/xml
Sample:
<FarrierVisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <DateCreated>2025-12-05T20:25:19.7728447-08:00</DateCreated> <DateModified>2025-12-05T20:25:19.7728447-08:00</DateModified> <AssociatedPersonID>1</AssociatedPersonID> <CategoryID>1</CategoryID> <Comment>sample string 25</Comment> <Cost>sample string 30</Cost> <CostType>sample string 31</CostType> <EquipmentID>1</EquipmentID> <HorseID>1</HorseID> <IsAddtoCalendar>true</IsAddtoCalendar> <Latitude>sample string 28</Latitude> <LocalPath>sample string 26</LocalPath> <Location>sample string 27</Location> <Longitude>sample string 29</Longitude> <ParentPostID>22</ParentPostID> <PersonID>23</PersonID> <PhotoID>1</PhotoID> <PhotoID2>1</PhotoID2> <PhotoID3>1</PhotoID3> <PhotoID4>1</PhotoID4> <PhotoType>sample string 32</PhotoType> <PostID>21</PostID> <SecurityCode>sample string 24</SecurityCode> <SessionID>1</SessionID> <SubCategoryID>1</SubCategoryID> <TimeSpent>34</TimeSpent> <TypeID>1</TypeID> <FarrierVisitID>1</FarrierVisitID> <HoofLengthLF>sample string 8</HoofLengthLF> <HoofLengthLR>sample string 9</HoofLengthLR> <HoofLengthRF>sample string 10</HoofLengthRF> <HoofLengthRR>sample string 11</HoofLengthRR> <HoofPhotoType>sample string 20</HoofPhotoType> <HoofPicLFDesc>sample string 15</HoofPicLFDesc> <HoofPicLFPhotoID>14</HoofPicLFPhotoID> <HoofPicLRDesc>sample string 19</HoofPicLRDesc> <HoofPicLRPhotoID>18</HoofPicLRPhotoID> <HoofPicRFDesc>sample string 13</HoofPicRFDesc> <HoofPicRFPhotoID>12</HoofPicRFPhotoID> <HoofPicRRDesc>sample string 17</HoofPicRRDesc> <HoofPicRRPhotoID>16</HoofPicRRPhotoID> <IsBackPads>true</IsBackPads> <IsBackShoes>true</IsBackShoes> <IsFrontPads>true</IsFrontPads> <IsFrontShoes>true</IsFrontShoes> <ShoeDiscipline>sample string 3</ShoeDiscipline> <ShoeSize>sample string 2</ShoeSize> </FarrierVisit>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |