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": "2026-03-26T00:51:19.8790691+00:00",
"SubmitDate": "2026-03-26T00:51:19.8790691+00:00",
"ReportPeriodStart": "2026-03-26T00:51:19.8790691+00:00",
"ReportPeriodEnd": "2026-03-26T00:51:19.8790691+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d7ee959-1503-4e3f-8aa0-61b24a561a65",
"Rows": [
{
"ItemId": "a359562e-10dd-4dc6-9360-6e315a27be59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a359562e-10dd-4dc6-9360-6e315a27be59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d7ee959-1503-4e3f-8aa0-61b24a561a65",
"Rows": [
{
"ItemId": "a359562e-10dd-4dc6-9360-6e315a27be59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a359562e-10dd-4dc6-9360-6e315a27be59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5781319b-6b49-4062-a705-aa1dc33f5394",
"228ca957-36c5-4eee-acf3-7eb6faa00072"
],
"Approvers": [
"4e2a52c7-6993-4a9b-93a2-f1a279e63098",
"ba4eb9b6-b342-4f4f-ad5f-4af0bec4f60b"
],
"ApprovedBy": "79578020-b27a-4aa6-835b-37cc2a5d510d",
"ApprovalDate": "2026-03-26T00:51:19.8790691+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "08453730-9f8d-44f9-acb1-62ffe6e2b8a9",
"id": "c393fe84-5adf-44ff-bc7a-6b88352ff3fc",
"ConfigId": "b6a952d3-1e61-44f9-b9c3-454ef64e069d"
}