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-10T11:54:30.7118973+00:00",
"SubmitDate": "2026-09-10T11:54:30.7118973+00:00",
"ReportPeriodStart": "2026-09-10T11:54:30.7118973+00:00",
"ReportPeriodEnd": "2026-09-10T11:54:30.7118973+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8e3dac3c-14be-40b1-9d7f-80281d7a2730",
"Rows": [
{
"ItemId": "604ab0ce-61a8-4990-9d54-fe0c6ce61374",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "604ab0ce-61a8-4990-9d54-fe0c6ce61374",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8e3dac3c-14be-40b1-9d7f-80281d7a2730",
"Rows": [
{
"ItemId": "604ab0ce-61a8-4990-9d54-fe0c6ce61374",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "604ab0ce-61a8-4990-9d54-fe0c6ce61374",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3b4bfe40-13e4-417d-8208-5f02fde1b7ee",
"b5f9ab6e-0fca-4a39-b6e1-032d0cf84f16"
],
"Approvers": [
"ca0f8783-d2ee-4d46-912f-6a0e5f7b928b",
"a28ff2f3-07c6-4ab8-8669-30eb3d19cce9"
],
"ApprovedBy": "de04bd2f-b477-4839-998c-28b894862dbd",
"ApprovalDate": "2026-09-10T11:54:30.7118973+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2be9593b-4d3d-44d0-b37b-bfcd7996383e",
"WorkPlanId": "1bee9e7f-d02c-475f-a15a-7222d74bf92e",
"id": "6b6e1d29-d908-4cd2-adcf-ddac544e7064",
"ConfigId": "402655b1-30ed-4a23-950f-427f7aa0407c"
}