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-08-05T00:06:57.8149212+00:00",
"SubmitDate": "2026-08-05T00:06:57.8149212+00:00",
"ReportPeriodStart": "2026-08-05T00:06:57.8149212+00:00",
"ReportPeriodEnd": "2026-08-05T00:06:57.8149212+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2f1595db-cfe6-4a18-9504-820e81745dec",
"Rows": [
{
"ItemId": "52249941-cd31-42f5-8af2-c0cac8545aa0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52249941-cd31-42f5-8af2-c0cac8545aa0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2f1595db-cfe6-4a18-9504-820e81745dec",
"Rows": [
{
"ItemId": "52249941-cd31-42f5-8af2-c0cac8545aa0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52249941-cd31-42f5-8af2-c0cac8545aa0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9a66ab2a-b293-4c83-a15f-b66a6ae15cdf",
"62b79f3f-514e-430b-a34f-bd4acdd8eb5d"
],
"Approvers": [
"05f9ba0d-7420-4bd5-a09f-bec5d3097dab",
"3736e6e6-327e-4824-959d-748e66586f6e"
],
"ApprovedBy": "a2c6c105-279c-4911-b6d7-d88132e14735",
"ApprovalDate": "2026-08-05T00:06:57.8149212+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "946cdc0e-b1a6-49fc-8fe1-d8f161b65835",
"WorkPlanId": "cf30f10e-7a74-4b57-a577-8d84c8858470",
"id": "4bc340a2-ae70-4a3f-a94a-58693988ab42",
"ConfigId": "c8a15d48-16f3-41e3-8ad5-7f79dd7342f4"
}