POST api/Vaccines/AddVaccine

Request Information

URI Parameters

None.

Body Parameters

VaccineModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Notes

string

None.

DateReceived

date

None.

CreateDate

date

None.

LastUpdateDate

date

None.

ProfileId

integer

None.

VaccineID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Notes": "sample string 3",
  "DateReceived": "2026-09-08T21:11:51.0370554+00:00",
  "CreateDate": "2026-09-08T21:11:51.0370554+00:00",
  "LastUpdateDate": "2026-09-08T21:11:51.0370554+00:00",
  "ProfileId": 4,
  "VaccineID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VaccineModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Notes

string

None.

DateReceived

date

None.

CreateDate

date

None.

LastUpdateDate

date

None.

ProfileId

integer

None.

VaccineID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Notes": "sample string 3",
  "DateReceived": "2026-09-08T21:11:51.0481743+00:00",
  "CreateDate": "2026-09-08T21:11:51.0481743+00:00",
  "LastUpdateDate": "2026-09-08T21:11:51.0481743+00:00",
  "ProfileId": 4,
  "VaccineID": 1
}