POST showAccounts/{showAccountId}/functionalAreas/{functionalAreaId}/milestones

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showAccountId

integer

Required

functionalAreaId

integer

Required

Body Parameters

MilestoneCreateDto
NameDescriptionTypeAdditional information
MilestoneTypeId

integer

None.

ShowAccountId

integer

None.

FunctionalAreaId

integer

None.

StartDateTime

date

None.

EndDateTime

date

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MilestoneTypeId": 1,
  "ShowAccountId": 2,
  "FunctionalAreaId": 3,
  "StartDateTime": "2025-05-06T02:56:37.6256328+01:00",
  "EndDateTime": "2025-05-06T02:56:37.6256328+01:00",
  "Notes": "sample string 5"
}

Response Information

Resource Description

MilestoneDto
NameDescriptionTypeAdditional information
Id

integer

None.

MilestoneTypeId

integer

None.

ShowAccountId

integer

None.

FunctionalAreaId

integer

None.

StartDateTime

date

None.

EndDateTime

date

None.

Notes

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MilestoneTypeId": 2,
  "ShowAccountId": 3,
  "FunctionalAreaId": 4,
  "StartDateTime": "2025-05-06T02:56:37.6256328+01:00",
  "EndDateTime": "2025-05-06T02:56:37.6256328+01:00",
  "Notes": "sample string 6"
}