POST api/BoardingDays

Request Information

URI Parameters

None.

Body Parameters

BoardingDay
NameDescriptionTypeAdditional information
BoardingDayId

integer

None.

BoardingAdmissionId

integer

None.

ModifiedBy

string

None.

Comment

string

None.

EntryDate

date

None.

BoardingDayDate

date

None.

PracticeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BoardingDayId": 1,
  "BoardingAdmissionId": 2,
  "ModifiedBy": "sample string 3",
  "Comment": "sample string 4",
  "EntryDate": "2025-07-06T12:19:04.871646+00:00",
  "BoardingDayDate": "2025-07-06T12:19:04.871646+00:00",
  "PracticeId": 5
}

text/html

Sample:
{"BoardingDayId":1,"BoardingAdmissionId":2,"ModifiedBy":"sample string 3","Comment":"sample string 4","EntryDate":"2025-07-06T12:19:04.871646+00:00","BoardingDayDate":"2025-07-06T12:19:04.871646+00:00","PracticeId":5}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'VetAPI.DataModel.BoardingDayLab' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'VetAPI.DataModel.BoardingDayLab' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BoardingDay'.

Response Information

Resource Description

BoardingDay
NameDescriptionTypeAdditional information
BoardingDayId

integer

None.

BoardingAdmissionId

integer

None.

ModifiedBy

string

None.

Comment

string

None.

EntryDate

date

None.

BoardingDayDate

date

None.

PracticeId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "BoardingDayId": 1,
  "BoardingAdmissionId": 2,
  "ModifiedBy": "sample string 3",
  "Comment": "sample string 4",
  "EntryDate": "2025-07-06T12:19:04.9497614+00:00",
  "BoardingDayDate": "2025-07-06T12:19:04.9497614+00:00",
  "PracticeId": 5
}

text/html

Sample:
{"BoardingDayId":1,"BoardingAdmissionId":2,"ModifiedBy":"sample string 3","Comment":"sample string 4","EntryDate":"2025-07-06T12:19:04.9497614+00:00","BoardingDayDate":"2025-07-06T12:19:04.9497614+00:00","PracticeId":5}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'VetAPI.DataModel.BoardingDayLab' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'VetAPI.DataModel.BoardingDayLab' contains cycles and cannot be serialized if reference tracking is disabled.