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-19T13:20:58.7967793+00:00",
"SubmitDate": "2026-09-19T13:20:58.7967793+00:00",
"ReportPeriodStart": "2026-09-19T13:20:58.7967793+00:00",
"ReportPeriodEnd": "2026-09-19T13:20:58.7967793+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "83736cdf-b852-4170-bbba-432796c82dc8",
"Rows": [
{
"ItemId": "1bf801b8-0f24-4acc-bf31-2e30e7fc4913",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1bf801b8-0f24-4acc-bf31-2e30e7fc4913",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "83736cdf-b852-4170-bbba-432796c82dc8",
"Rows": [
{
"ItemId": "1bf801b8-0f24-4acc-bf31-2e30e7fc4913",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1bf801b8-0f24-4acc-bf31-2e30e7fc4913",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a6a25584-7919-4201-961c-58a5ec0db0ad",
"e8997d6d-6ab7-441b-a39e-f3cf7a517d53"
],
"Approvers": [
"ae45e6ff-3077-4c67-a22c-5a7a5e0f6593",
"bff45e56-e1bf-4275-9b25-d5bcdbe97327"
],
"ApprovedBy": "05334b34-2ee6-4234-b7f5-a038486e3f29",
"ApprovalDate": "2026-09-19T13:20:58.7967793+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "06d323a0-ad1f-44e1-a1a3-735321d1614e",
"WorkPlanId": "9de2beda-7349-49ae-be36-2b5bbd52d103",
"id": "e69a56bf-61e3-4475-87d0-3c87addda933",
"ConfigId": "f1ed29b6-c3e2-4ff1-8c56-f54e57583a45"
}