POST api/boardingsheetinfo/add

Request Information

URI Parameters

None.

Body Parameters

BoardingSheetInfo
NameDescriptionTypeAdditional information
BoardingSheetInfoId

integer

None.

InfoSheetId

integer

None.

PracticeId

integer

None.

AddedBy

string

None.

Date

date

None.

BoardingAdmissionId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BoardingSheetInfoId": 1,
  "InfoSheetId": 2,
  "PracticeId": 3,
  "AddedBy": "sample string 4",
  "Date": "2025-07-06T12:35:04.9477452+00:00",
  "BoardingAdmissionId": 6
}

text/html

Sample:
{"BoardingSheetInfoId":1,"InfoSheetId":2,"PracticeId":3,"AddedBy":"sample string 4","Date":"2025-07-06T12:35:04.9477452+00:00","BoardingAdmissionId":6}

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 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetRole, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' 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 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetRole, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' 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 'BoardingSheetInfo'.

Response Information

Resource Description

BoardingSheetInfo
NameDescriptionTypeAdditional information
BoardingSheetInfoId

integer

None.

InfoSheetId

integer

None.

PracticeId

integer

None.

AddedBy

string

None.

Date

date

None.

BoardingAdmissionId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "BoardingSheetInfoId": 1,
  "InfoSheetId": 2,
  "PracticeId": 3,
  "AddedBy": "sample string 4",
  "Date": "2025-07-06T12:35:05.439282+00:00",
  "BoardingAdmissionId": 6
}

text/html

Sample:
{"BoardingSheetInfoId":1,"InfoSheetId":2,"PracticeId":3,"AddedBy":"sample string 4","Date":"2025-07-06T12:35:05.439282+00:00","BoardingAdmissionId":6}

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 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetRole, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' 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 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetRole, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.