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-05-14T17:08:09.8787917+00:00",
"SubmitDate": "2026-05-14T17:08:09.8787917+00:00",
"ReportPeriodStart": "2026-05-14T17:08:09.8787917+00:00",
"ReportPeriodEnd": "2026-05-14T17:08:09.8787917+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "650f7cab-ab59-436d-b7a8-636fb0133256",
"Rows": [
{
"ItemId": "fb4092c7-a092-4c6a-9650-ef7a4def0101",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb4092c7-a092-4c6a-9650-ef7a4def0101",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "650f7cab-ab59-436d-b7a8-636fb0133256",
"Rows": [
{
"ItemId": "fb4092c7-a092-4c6a-9650-ef7a4def0101",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb4092c7-a092-4c6a-9650-ef7a4def0101",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c1ef26c7-d45e-4ac4-870c-272aabb0db18",
"5cfa7046-afd8-4941-bbd3-08ed4ca545bb"
],
"Approvers": [
"9ca487a6-54e1-4453-8f5c-478eb468a3b5",
"69318835-6b7e-409e-ba49-c5b9cff88fb2"
],
"ApprovedBy": "945a68cc-044f-4177-9965-57ecc4ea6504",
"ApprovalDate": "2026-05-14T17:08:09.8787917+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f4cc23e8-bc04-4e58-823e-997c6a549cb0",
"id": "7b4547cb-4aca-4e2f-b134-71918fca1dbe",
"ConfigId": "a0627c27-8804-480b-9a17-2dd57db16416"
}