POST api/statusreports/{id}/submit
Submit a report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-08-20T07:03:27.7507539+00:00",
"SubmitDate": "2026-08-20T07:03:27.7507539+00:00",
"ReportPeriodStart": "2026-08-20T07:03:27.7507539+00:00",
"ReportPeriodEnd": "2026-08-20T07:03:27.7507539+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fb2c3b93-3617-436e-8c83-29068702c676",
"Rows": [
{
"ItemId": "4cf7fe79-349e-4869-a4f0-d23b4cd7639f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cf7fe79-349e-4869-a4f0-d23b4cd7639f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fb2c3b93-3617-436e-8c83-29068702c676",
"Rows": [
{
"ItemId": "4cf7fe79-349e-4869-a4f0-d23b4cd7639f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cf7fe79-349e-4869-a4f0-d23b4cd7639f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b12f75d5-2f1c-4058-9cbb-bead2cadd7b4",
"a9c52bd3-bb40-4e66-9ca3-9e3ecf491a5e"
],
"Approvers": [
"8181e253-a91c-46e7-9754-6da8760e8ae4",
"8d2e92c8-4f3e-4c85-b09d-ac093f8dfae4"
],
"ApprovedBy": "5306e72a-33f1-48c7-8871-0347eb5d670e",
"ApprovalDate": "2026-08-20T07:03:27.7507539+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "9760b3cd-f210-4321-ab0e-64f661d6abed",
"WorkPlanId": "0423722c-8192-4adb-a382-637470fbcfc9",
"id": "0f7d69ef-cb9f-4c4f-ade8-509d4a5c33c6",
"ConfigId": "38196a65-25ba-430e-be03-2af1b508c528"
}