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-04T10:49:26.1639403+00:00",
"SubmitDate": "2026-09-04T10:49:26.1639403+00:00",
"ReportPeriodStart": "2026-09-04T10:49:26.1639403+00:00",
"ReportPeriodEnd": "2026-09-04T10:49:26.1639403+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "af1bfd84-8162-4796-b5c3-07ec87c2d4fb",
"Rows": [
{
"ItemId": "c1e11832-bec7-4bc3-bbe0-4cf0cb8b859a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c1e11832-bec7-4bc3-bbe0-4cf0cb8b859a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "af1bfd84-8162-4796-b5c3-07ec87c2d4fb",
"Rows": [
{
"ItemId": "c1e11832-bec7-4bc3-bbe0-4cf0cb8b859a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c1e11832-bec7-4bc3-bbe0-4cf0cb8b859a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"92187ecb-235a-40c0-a545-377a46762fb8",
"04f473dd-061a-43c0-a520-52b0db100a60"
],
"Approvers": [
"42bdcf63-afbd-4499-aa00-60eb310b0bb2",
"36af8c9d-3f7c-47e5-a1a4-0e0ea488b5dd"
],
"ApprovedBy": "3c811883-e0d1-4d87-93d9-cab0781feee1",
"ApprovalDate": "2026-09-04T10:49:26.1639403+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0174aff9-9081-4754-9180-3254206ff648",
"WorkPlanId": "4ffef881-32e1-43ef-9e0d-97bfe9a245bb",
"id": "7f89cbbb-189a-4be7-a77f-0928a17e70da",
"ConfigId": "015b91e7-76cf-4d77-81bb-6f16ae4cb070"
}