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-25T09:26:39.8428455+00:00",
"SubmitDate": "2026-03-25T09:26:39.8428455+00:00",
"ReportPeriodStart": "2026-03-25T09:26:39.8428455+00:00",
"ReportPeriodEnd": "2026-03-25T09:26:39.8428455+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3714e6d6-981a-4214-883f-b9a1f38da5d0",
"Rows": [
{
"ItemId": "30517eb7-acbc-4cd8-97ef-30c47f680e64",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30517eb7-acbc-4cd8-97ef-30c47f680e64",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3714e6d6-981a-4214-883f-b9a1f38da5d0",
"Rows": [
{
"ItemId": "30517eb7-acbc-4cd8-97ef-30c47f680e64",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30517eb7-acbc-4cd8-97ef-30c47f680e64",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e62c672f-5752-4cde-bec2-b66ba8762e65",
"3cacf064-88f0-42ef-a136-d66fd2704fea"
],
"Approvers": [
"8ac33761-3340-4ee3-9778-e8fec8ed9efe",
"04935a97-f6f6-424a-b89f-9cdd176d3a11"
],
"ApprovedBy": "2a9b70e8-1415-4ba6-8df6-681f8cf24279",
"ApprovalDate": "2026-03-25T09:26:39.8428455+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "513df88c-ef73-47e1-bffa-08aeb58e6ddc",
"id": "8aca4acf-9551-4337-8d45-8320fdc2f158",
"ConfigId": "a74b3c26-0c0d-4d6f-8451-35d9aba4f72f"
}