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-09-01T10:41:48.8113683+00:00",
"SubmitDate": "2026-09-01T10:41:48.8113683+00:00",
"ReportPeriodStart": "2026-09-01T10:41:48.8113683+00:00",
"ReportPeriodEnd": "2026-09-01T10:41:48.8113683+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cc4aa70d-fad2-4b65-a9a2-23d5c2912281",
"Rows": [
{
"ItemId": "bfc6c94e-3c7c-4c6f-97f1-db10378e5206",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfc6c94e-3c7c-4c6f-97f1-db10378e5206",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cc4aa70d-fad2-4b65-a9a2-23d5c2912281",
"Rows": [
{
"ItemId": "bfc6c94e-3c7c-4c6f-97f1-db10378e5206",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfc6c94e-3c7c-4c6f-97f1-db10378e5206",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ce4f9897-d19b-46ba-bdd9-9cdcf833bf0d",
"ca03cdf1-7043-46f0-8c85-af94a8356af4"
],
"Approvers": [
"01d8a4e6-875d-437e-8f7e-e5c4bd028f7b",
"80aa6971-71d0-4aa2-9e16-daf72143fc54"
],
"ApprovedBy": "4d40d042-983a-4566-8159-b7a57188df35",
"ApprovalDate": "2026-09-01T10:41:48.8269812+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "66292dea-a7a4-4193-a060-17028284448d",
"WorkPlanId": "a1e6cf6f-b3ce-45b0-bb24-3a6c9e77fe8b",
"id": "049043a3-17f5-468b-8614-eb9e39f7d924",
"ConfigId": "a0f11c26-67d5-47e3-8de8-fa41efc635a9"
}