POST api/Boarding/DeleteFile

Request Information

URI Parameters

None.

Body Parameters

Boarding
NameDescriptionTypeAdditional information
BoardingID

integer

None.

PersonID

integer

None.

ClientID

integer

None.

HorseID

integer

None.

HorsePhotoID

integer

None.

StallID

integer

None.

FarrierID

integer

None.

VetID

integer

None.

ExpireDate

date

None.

MonthlyFee

string

None.

LateFee

string

None.

OtherFee

string

None.

HorseValue

string

None.

Insurance

string

None.

CareComments

string

None.

FeedComments

string

None.

OtherComments

string

None.

VetOn

boolean

None.

FarrierOn

boolean

None.

FeedOn

boolean

None.

SelfCareOn

boolean

None.

GrainOn

boolean

None.

TackOn

boolean

None.

CreateDate

date

None.

FilePath

string

None.

FileSource

string

None.

FileName

string

None.

FileID1

integer

None.

FileID2

integer

None.

FileID3

integer

None.

FileID4

integer

None.

FileName1

string

None.

FileName2

string

None.

FileName3

string

None.

FileName4

string

None.

HorseName

string

None.

HorseRegisteredName

string

None.

HorseOwnerContact

string

None.

StallInfo

string

None.

HorseOwnerName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BoardingID": 1,
  "PersonID": 2,
  "ClientID": 3,
  "HorseID": 4,
  "HorsePhotoID": 5,
  "StallID": 6,
  "FarrierID": 7,
  "VetID": 8,
  "ExpireDate": "2025-07-28T13:32:50.0746386-07:00",
  "MonthlyFee": "sample string 9",
  "LateFee": "sample string 10",
  "OtherFee": "sample string 11",
  "HorseValue": "sample string 12",
  "Insurance": "sample string 13",
  "CareComments": "sample string 14",
  "FeedComments": "sample string 15",
  "OtherComments": "sample string 16",
  "VetOn": true,
  "FarrierOn": true,
  "FeedOn": true,
  "SelfCareOn": true,
  "GrainOn": true,
  "TackOn": true,
  "CreateDate": "2025-07-28T13:32:50.0746386-07:00",
  "FilePath": "sample string 17",
  "FileSource": "sample string 18",
  "FileName": "sample string 19",
  "FileID1": 20,
  "FileID2": 21,
  "FileID3": 22,
  "FileID4": 23,
  "FileName1": "sample string 24",
  "FileName2": "sample string 25",
  "FileName3": "sample string 26",
  "FileName4": "sample string 27",
  "HorseName": "sample string 28",
  "HorseRegisteredName": "sample string 29",
  "HorseOwnerContact": "sample string 30",
  "StallInfo": "sample string 31",
  "HorseOwnerName": "sample string 32"
}

application/xml, text/xml

Sample:
<Boarding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities">
  <BoardingID>1</BoardingID>
  <CareComments>sample string 14</CareComments>
  <ClientID>3</ClientID>
  <CreateDate>2025-07-28T13:32:50.0746386-07:00</CreateDate>
  <ExpireDate>2025-07-28T13:32:50.0746386-07:00</ExpireDate>
  <FarrierID>7</FarrierID>
  <FarrierOn>true</FarrierOn>
  <FeedComments>sample string 15</FeedComments>
  <FeedOn>true</FeedOn>
  <FileID1>20</FileID1>
  <FileID2>21</FileID2>
  <FileID3>22</FileID3>
  <FileID4>23</FileID4>
  <FileName>sample string 19</FileName>
  <FileName1>sample string 24</FileName1>
  <FileName2>sample string 25</FileName2>
  <FileName3>sample string 26</FileName3>
  <FileName4>sample string 27</FileName4>
  <FilePath>sample string 17</FilePath>
  <FileSource>sample string 18</FileSource>
  <GrainOn>true</GrainOn>
  <HorseID>4</HorseID>
  <HorseName>sample string 28</HorseName>
  <HorseOwnerContact>sample string 30</HorseOwnerContact>
  <HorseOwnerName>sample string 32</HorseOwnerName>
  <HorsePhotoID>5</HorsePhotoID>
  <HorseRegisteredName>sample string 29</HorseRegisteredName>
  <HorseValue>sample string 12</HorseValue>
  <Insurance>sample string 13</Insurance>
  <LateFee>sample string 10</LateFee>
  <MonthlyFee>sample string 9</MonthlyFee>
  <OtherComments>sample string 16</OtherComments>
  <OtherFee>sample string 11</OtherFee>
  <PersonID>2</PersonID>
  <SelfCareOn>true</SelfCareOn>
  <StallID>6</StallID>
  <StallInfo>sample string 31</StallInfo>
  <TackOn>true</TackOn>
  <VetID>8</VetID>
  <VetOn>true</VetOn>
</Boarding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.