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-04-30T20:36:38.0770964+00:00",
"SubmitDate": "2026-04-30T20:36:38.0770964+00:00",
"ReportPeriodStart": "2026-04-30T20:36:38.0770964+00:00",
"ReportPeriodEnd": "2026-04-30T20:36:38.0770964+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "37eaaa6d-44a8-4afe-9eb0-a6f496bf3fe4",
"Rows": [
{
"ItemId": "ad4d61be-10fb-4f95-9d3a-c031a24dbc67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad4d61be-10fb-4f95-9d3a-c031a24dbc67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "37eaaa6d-44a8-4afe-9eb0-a6f496bf3fe4",
"Rows": [
{
"ItemId": "ad4d61be-10fb-4f95-9d3a-c031a24dbc67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ad4d61be-10fb-4f95-9d3a-c031a24dbc67",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8599dff3-58b7-4577-a9a5-48c0a7deaf9d",
"00b8ea78-698b-450c-8924-f3fb8243c8ca"
],
"Approvers": [
"df27107c-beec-4e1e-acf5-77700e6bf576",
"ac67e912-419f-4e6c-9faf-c003db1d605b"
],
"ApprovedBy": "7dd73a7e-ab90-46d6-ac5b-46b7f704a668",
"ApprovalDate": "2026-04-30T20:36:38.0770964+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "13b3db82-46e3-4dba-8605-31d9ece936fc",
"id": "ae4db18b-94ff-48ae-80ea-93df988c16bc",
"ConfigId": "926af22e-113f-4434-a6cc-056d41990155"
}