POST api/v1/horses/manager

Request Information

URI Parameters

None.

Body Parameters

Horse
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerId

integer

None.

Name

string

None.

Comment

string

None.

DateCreated

date

None.

DateUpdated

date

None.

DateOfBirth

date

None.

DateOfBirthText

string

None.

Height

decimal number

None.

Weight

decimal number

None.

HorseColorId

integer

None.

RegisterId

integer

None.

StatusId

integer

None.

MotherId

integer

None.

FatherId

integer

None.

BreederId

integer

None.

RidingCertificateSheetId

integer

None.

Declarant

string

None.

GenderId

integer

None.

IsEmbryo

boolean

None.

Veterinarian

string

None.

ImplantDate

date

None.

HorseColor

GeneralStatus

None.

Customer

Customer

None.

HorseIdChange

integer

None.

HorsesFather

Horse

None.

HorsesMother

Horse

None.

HorseStatus

GeneralStatus

None.

Breeder

Breeder

None.

RidingCertificateSheet

RidingCertificateSheet

None.

HorseDocuments

Collection of HorseDocument

None.

Documents

Collection of Document

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModelOfHorse
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

Horse

None.

Pagination

Pagination

None.

Response Formats

application/json, text/json

Sample:

Sample not available.