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-06-29T12:12:36.4348057+00:00",
"SubmitDate": "2026-06-29T12:12:36.4348057+00:00",
"ReportPeriodStart": "2026-06-29T12:12:36.4504311+00:00",
"ReportPeriodEnd": "2026-06-29T12:12:36.4504311+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "db2ba637-526d-4684-b36b-d7bc08316028",
"Rows": [
{
"ItemId": "5f593838-f62e-418c-8c4c-40fcf72d7c9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f593838-f62e-418c-8c4c-40fcf72d7c9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "db2ba637-526d-4684-b36b-d7bc08316028",
"Rows": [
{
"ItemId": "5f593838-f62e-418c-8c4c-40fcf72d7c9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f593838-f62e-418c-8c4c-40fcf72d7c9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"41bf0830-fe64-4261-8a84-6b91fb475106",
"40646089-f26e-4390-b416-af482b8e44cf"
],
"Approvers": [
"63c59647-fec1-486f-af83-a58b902908a2",
"1435f61c-3768-45b9-8372-dc611f641bab"
],
"ApprovedBy": "53cd02e5-43ad-41d8-9d66-449ac6467699",
"ApprovalDate": "2026-06-29T12:12:36.4504311+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "98c63297-d39e-43b0-a8ff-70c75143101c",
"WorkPlanId": "b74f601a-4d5a-427c-95ba-f036770c6a80",
"id": "2f4b2325-d7e1-49b0-8d8d-1c2dc490b7af",
"ConfigId": "73847877-37a8-49f5-8cac-e16019d3338e"
}