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-01T23:05:58.8871489+00:00",
"SubmitDate": "2026-08-01T23:05:58.8871489+00:00",
"ReportPeriodStart": "2026-08-01T23:05:58.8871489+00:00",
"ReportPeriodEnd": "2026-08-01T23:05:58.8871489+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5d0cda5c-3e05-4ae7-97fa-76bad86d1fff",
"Rows": [
{
"ItemId": "0144ab8c-81fc-4608-b971-e5ea9409a853",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0144ab8c-81fc-4608-b971-e5ea9409a853",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5d0cda5c-3e05-4ae7-97fa-76bad86d1fff",
"Rows": [
{
"ItemId": "0144ab8c-81fc-4608-b971-e5ea9409a853",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0144ab8c-81fc-4608-b971-e5ea9409a853",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"92e73966-7fab-48fb-ad65-ca9b5b4abbb3",
"4bd1f7c1-6045-4c14-b6b3-b26793114d0c"
],
"Approvers": [
"11691170-016b-476b-be4c-8e4ddca12065",
"ca97838c-d0e0-48d6-8896-9da851684bed"
],
"ApprovedBy": "2934e560-e3cf-44c6-9dcc-d373e1bb0b78",
"ApprovalDate": "2026-08-01T23:05:58.8871489+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6a0979fe-1467-4ff8-b3a4-d46456d2e2be",
"WorkPlanId": "07b18664-d803-4fc4-8a0c-946187d96986",
"id": "9a8d72bd-3e9a-48d7-977a-bf57101767f8",
"ConfigId": "bce51d62-9110-4ac4-8327-f73d64a63bfd"
}