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-07-05T15:46:30.3615746+00:00",
"SubmitDate": "2026-07-05T15:46:30.3615746+00:00",
"ReportPeriodStart": "2026-07-05T15:46:30.3615746+00:00",
"ReportPeriodEnd": "2026-07-05T15:46:30.3615746+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "850e3f16-4051-4223-a2db-8ae09f5ea043",
"Rows": [
{
"ItemId": "c9b6c2c4-64e5-4576-b239-4e78c1256807",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9b6c2c4-64e5-4576-b239-4e78c1256807",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "850e3f16-4051-4223-a2db-8ae09f5ea043",
"Rows": [
{
"ItemId": "c9b6c2c4-64e5-4576-b239-4e78c1256807",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9b6c2c4-64e5-4576-b239-4e78c1256807",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ebc061fd-dce5-469b-af27-4f0d6bef20f3",
"69d23493-09c7-45cb-be9d-25d7bf562a67"
],
"Approvers": [
"8589556f-fffe-4460-b730-0c5ca3834f3c",
"0af28263-c9de-47a6-a9c6-f6ca71e2d1c9"
],
"ApprovedBy": "314bd362-9970-41aa-8d66-b1107444c2dd",
"ApprovalDate": "2026-07-05T15:46:30.3615746+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4f4a3a00-6a7e-4c6d-80f2-3b6fd410b785",
"WorkPlanId": "a9440566-b78c-403f-adab-37d2fcefae7b",
"id": "6995ee7a-328b-42b6-832f-e04abf111b9b",
"ConfigId": "1da7c8be-940f-415f-8117-4bf294f59d72"
}