POST api/Project4H/AddRecordbookGoal

Request Information

URI Parameters

None.

Body Parameters

Recordbook
NameDescriptionTypeAdditional information
RecordbookID

integer

None.

PersonID

integer

None.

PhotoID

integer

None.

PersonName

string

None.

ClubName

string

None.

HorseName

string

None.

YearID

integer

None.

Year

string

None.

HorseID

integer

None.

LevelID

integer

None.

Level

string

None.

LevelAbr

string

None.

YearsInYou

integer

None.

YearsInHorse

integer

None.

County

string

None.

GoalComment

string

None.

LeaderComment

string

None.

ParentComment

string

None.

DateModified

date

None.

DateCreated

date

None.

LocalPath

string

None.

PhotoType

string

None.

StartDate

date

None.

EndDate

date

None.

BirthDate

date

None.

Security

string

None.

DateObtained

date

None.

FromPerson

string

None.

DisposalDate

date

None.

ReasonSold

string

None.

FoalDate

date

None.

Breed

string

None.

RegistrationNumber

string

None.

LearnedComment

string

None.

ProblemsComment

string

None.

SuccessComment

string

None.

DifferentComment

string

None.

PersonPhoneMobile

string

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:
{
  "RecordbookID": 1,
  "PersonID": 2,
  "PhotoID": 3,
  "PersonName": "sample string 4",
  "ClubName": "sample string 5",
  "HorseName": "sample string 6",
  "YearID": 7,
  "Year": "sample string 8",
  "HorseID": 9,
  "LevelID": 10,
  "Level": "sample string 11",
  "LevelAbr": "sample string 12",
  "YearsInYou": 13,
  "YearsInHorse": 14,
  "County": "sample string 15",
  "GoalComment": "sample string 16",
  "LeaderComment": "sample string 17",
  "ParentComment": "sample string 18",
  "DateModified": "2025-07-28T13:37:00.6839598-07:00",
  "DateCreated": "2025-07-28T13:37:00.6839598-07:00",
  "LocalPath": "sample string 19",
  "PhotoType": "sample string 20",
  "StartDate": "2025-07-28T13:37:00.6839598-07:00",
  "EndDate": "2025-07-28T13:37:00.6839598-07:00",
  "BirthDate": "2025-07-28T13:37:00.6839598-07:00",
  "Security": "sample string 21",
  "DateObtained": "2025-07-28T13:37:00.6839598-07:00",
  "FromPerson": "sample string 22",
  "DisposalDate": "2025-07-28T13:37:00.6839598-07:00",
  "ReasonSold": "sample string 23",
  "FoalDate": "2025-07-28T13:37:00.6839598-07:00",
  "Breed": "sample string 24",
  "RegistrationNumber": "sample string 25",
  "LearnedComment": "sample string 26",
  "ProblemsComment": "sample string 27",
  "SuccessComment": "sample string 28",
  "DifferentComment": "sample string 29",
  "PersonPhoneMobile": "sample string 30",
  "AddressID": 31,
  "Address1": "sample string 32",
  "City": "sample string 33",
  "State": "sample string 34",
  "StateID": 35,
  "StateName": "sample string 36",
  "Postalcode": "sample string 37"
}

application/xml, text/xml

Sample:
<Recordbook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities">
  <Address1>sample string 32</Address1>
  <AddressID>31</AddressID>
  <City>sample string 33</City>
  <Postalcode>sample string 37</Postalcode>
  <State>sample string 34</State>
  <StateID>35</StateID>
  <StateName>sample string 36</StateName>
  <BirthDate>2025-07-28T13:37:00.6839598-07:00</BirthDate>
  <Breed>sample string 24</Breed>
  <ClubName>sample string 5</ClubName>
  <County>sample string 15</County>
  <DateCreated>2025-07-28T13:37:00.6839598-07:00</DateCreated>
  <DateModified>2025-07-28T13:37:00.6839598-07:00</DateModified>
  <DateObtained>2025-07-28T13:37:00.6839598-07:00</DateObtained>
  <DifferentComment>sample string 29</DifferentComment>
  <DisposalDate>2025-07-28T13:37:00.6839598-07:00</DisposalDate>
  <EndDate>2025-07-28T13:37:00.6839598-07:00</EndDate>
  <FoalDate>2025-07-28T13:37:00.6839598-07:00</FoalDate>
  <FromPerson>sample string 22</FromPerson>
  <GoalComment>sample string 16</GoalComment>
  <HorseID>9</HorseID>
  <HorseName>sample string 6</HorseName>
  <LeaderComment>sample string 17</LeaderComment>
  <LearnedComment>sample string 26</LearnedComment>
  <Level>sample string 11</Level>
  <LevelAbr>sample string 12</LevelAbr>
  <LevelID>10</LevelID>
  <LocalPath>sample string 19</LocalPath>
  <ParentComment>sample string 18</ParentComment>
  <PersonID>2</PersonID>
  <PersonName>sample string 4</PersonName>
  <PersonPhoneMobile>sample string 30</PersonPhoneMobile>
  <PhotoID>3</PhotoID>
  <PhotoType>sample string 20</PhotoType>
  <ProblemsComment>sample string 27</ProblemsComment>
  <ReasonSold>sample string 23</ReasonSold>
  <RecordbookID>1</RecordbookID>
  <RegistrationNumber>sample string 25</RegistrationNumber>
  <Security>sample string 21</Security>
  <StartDate>2025-07-28T13:37:00.6839598-07:00</StartDate>
  <SuccessComment>sample string 28</SuccessComment>
  <Year>sample string 8</Year>
  <YearID>7</YearID>
  <YearsInHorse>14</YearsInHorse>
  <YearsInYou>13</YearsInYou>
</Recordbook>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Recordbook
NameDescriptionTypeAdditional information
RecordbookID

integer

None.

PersonID

integer

None.

PhotoID

integer

None.

PersonName

string

None.

ClubName

string

None.

HorseName

string

None.

YearID

integer

None.

Year

string

None.

HorseID

integer

None.

LevelID

integer

None.

Level

string

None.

LevelAbr

string

None.

YearsInYou

integer

None.

YearsInHorse

integer

None.

County

string

None.

GoalComment

string

None.

LeaderComment

string

None.

ParentComment

string

None.

DateModified

date

None.

DateCreated

date

None.

LocalPath

string

None.

PhotoType

string

None.

StartDate

date

None.

EndDate

date

None.

BirthDate

date

None.

Security

string

None.

DateObtained

date

None.

FromPerson

string

None.

DisposalDate

date

None.

ReasonSold

string

None.

FoalDate

date

None.

Breed

string

None.

RegistrationNumber

string

None.

LearnedComment

string

None.

ProblemsComment

string

None.

SuccessComment

string

None.

DifferentComment

string

None.

PersonPhoneMobile

string

None.

AddressID

integer

None.

Address1

string

None.

City

string

None.

State

string

None.

StateID

integer

None.

StateName

string

None.

Postalcode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RecordbookID": 1,
  "PersonID": 2,
  "PhotoID": 3,
  "PersonName": "sample string 4",
  "ClubName": "sample string 5",
  "HorseName": "sample string 6",
  "YearID": 7,
  "Year": "sample string 8",
  "HorseID": 9,
  "LevelID": 10,
  "Level": "sample string 11",
  "LevelAbr": "sample string 12",
  "YearsInYou": 13,
  "YearsInHorse": 14,
  "County": "sample string 15",
  "GoalComment": "sample string 16",
  "LeaderComment": "sample string 17",
  "ParentComment": "sample string 18",
  "DateModified": "2025-07-28T13:37:00.6839598-07:00",
  "DateCreated": "2025-07-28T13:37:00.6839598-07:00",
  "LocalPath": "sample string 19",
  "PhotoType": "sample string 20",
  "StartDate": "2025-07-28T13:37:00.6839598-07:00",
  "EndDate": "2025-07-28T13:37:00.6839598-07:00",
  "BirthDate": "2025-07-28T13:37:00.6839598-07:00",
  "Security": "sample string 21",
  "DateObtained": "2025-07-28T13:37:00.6839598-07:00",
  "FromPerson": "sample string 22",
  "DisposalDate": "2025-07-28T13:37:00.6839598-07:00",
  "ReasonSold": "sample string 23",
  "FoalDate": "2025-07-28T13:37:00.6839598-07:00",
  "Breed": "sample string 24",
  "RegistrationNumber": "sample string 25",
  "LearnedComment": "sample string 26",
  "ProblemsComment": "sample string 27",
  "SuccessComment": "sample string 28",
  "DifferentComment": "sample string 29",
  "PersonPhoneMobile": "sample string 30",
  "AddressID": 31,
  "Address1": "sample string 32",
  "City": "sample string 33",
  "State": "sample string 34",
  "StateID": 35,
  "StateName": "sample string 36",
  "Postalcode": "sample string 37"
}

application/xml, text/xml

Sample:
<Recordbook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities">
  <Address1>sample string 32</Address1>
  <AddressID>31</AddressID>
  <City>sample string 33</City>
  <Postalcode>sample string 37</Postalcode>
  <State>sample string 34</State>
  <StateID>35</StateID>
  <StateName>sample string 36</StateName>
  <BirthDate>2025-07-28T13:37:00.6839598-07:00</BirthDate>
  <Breed>sample string 24</Breed>
  <ClubName>sample string 5</ClubName>
  <County>sample string 15</County>
  <DateCreated>2025-07-28T13:37:00.6839598-07:00</DateCreated>
  <DateModified>2025-07-28T13:37:00.6839598-07:00</DateModified>
  <DateObtained>2025-07-28T13:37:00.6839598-07:00</DateObtained>
  <DifferentComment>sample string 29</DifferentComment>
  <DisposalDate>2025-07-28T13:37:00.6839598-07:00</DisposalDate>
  <EndDate>2025-07-28T13:37:00.6839598-07:00</EndDate>
  <FoalDate>2025-07-28T13:37:00.6839598-07:00</FoalDate>
  <FromPerson>sample string 22</FromPerson>
  <GoalComment>sample string 16</GoalComment>
  <HorseID>9</HorseID>
  <HorseName>sample string 6</HorseName>
  <LeaderComment>sample string 17</LeaderComment>
  <LearnedComment>sample string 26</LearnedComment>
  <Level>sample string 11</Level>
  <LevelAbr>sample string 12</LevelAbr>
  <LevelID>10</LevelID>
  <LocalPath>sample string 19</LocalPath>
  <ParentComment>sample string 18</ParentComment>
  <PersonID>2</PersonID>
  <PersonName>sample string 4</PersonName>
  <PersonPhoneMobile>sample string 30</PersonPhoneMobile>
  <PhotoID>3</PhotoID>
  <PhotoType>sample string 20</PhotoType>
  <ProblemsComment>sample string 27</ProblemsComment>
  <ReasonSold>sample string 23</ReasonSold>
  <RecordbookID>1</RecordbookID>
  <RegistrationNumber>sample string 25</RegistrationNumber>
  <Security>sample string 21</Security>
  <StartDate>2025-07-28T13:37:00.6839598-07:00</StartDate>
  <SuccessComment>sample string 28</SuccessComment>
  <Year>sample string 8</Year>
  <YearID>7</YearID>
  <YearsInHorse>14</YearsInHorse>
  <YearsInYou>13</YearsInYou>
</Recordbook>