POST api/InfoDates/PostInfoDate

Request Information

URI Parameters

None.

Body Parameters

InfoDate
NameDescriptionTypeAdditional information
Id

integer

None.

DateType

InfoDateType

None.

Date

date

None.

InfoId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "dateType": "Effective",
  "date": "2025-06-08T00:48:41.7900029+00:00",
  "infoId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

InfoDate
NameDescriptionTypeAdditional information
Id

integer

None.

DateType

InfoDateType

None.

Date

date

None.

InfoId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "dateType": "Effective",
  "date": "2025-06-08T00:48:41.7900029+00:00",
  "infoId": 1
}