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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2025-11-09T11:52:22.0480658+00:00",
"SubmitDate": "2025-11-09T11:52:22.0480658+00:00",
"ReportPeriodStart": "2025-11-09T11:52:22.0480658+00:00",
"ReportPeriodEnd": "2025-11-09T11:52:22.0480658+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "97689864-e655-4f42-8781-6954e94de0bb",
"Rows": [
{
"ItemId": "31c87e2a-e8fe-4c17-93b0-16baf8ea231b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31c87e2a-e8fe-4c17-93b0-16baf8ea231b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "97689864-e655-4f42-8781-6954e94de0bb",
"Rows": [
{
"ItemId": "31c87e2a-e8fe-4c17-93b0-16baf8ea231b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "31c87e2a-e8fe-4c17-93b0-16baf8ea231b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"55c39da8-bdd7-497c-bd3b-2dd4f18a0e08",
"31c7252d-0563-4ecf-888a-73a2e9378de8"
],
"Approvers": [
"992b3027-2e22-4a7b-8526-c91bff5ac00b",
"d5746c0f-730e-4d47-9adb-fa5ff1ce2068"
],
"ApprovedBy": "9d3388f3-b8ad-42ff-9732-a1d4fe0d4932",
"ApprovalDate": "2025-11-09T11:52:22.0480658+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "511a00cf-a5ba-4f3b-b9e3-d9234af57ca7",
"id": "2120af2e-c25b-4a8a-a183-4f82443e0ca1",
"ConfigId": "d6b49b11-7a07-4361-87fd-12b4432e81c5"
}