GET api/InfoDates/GetInfoDate/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InfoDateName | Description | Type | Additional 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:49:23.4886236+00:00", "infoId": 1 }