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-23T03:02:00.5582215+00:00",
"SubmitDate": "2026-03-23T03:02:00.5582215+00:00",
"ReportPeriodStart": "2026-03-23T03:02:00.5582215+00:00",
"ReportPeriodEnd": "2026-03-23T03:02:00.5582215+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f25c5f4a-93c0-470a-8c49-076caa02ac7d",
"Rows": [
{
"ItemId": "488e9552-1b28-4fc8-b814-4f3ef3a996dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "488e9552-1b28-4fc8-b814-4f3ef3a996dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f25c5f4a-93c0-470a-8c49-076caa02ac7d",
"Rows": [
{
"ItemId": "488e9552-1b28-4fc8-b814-4f3ef3a996dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "488e9552-1b28-4fc8-b814-4f3ef3a996dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9ca6b039-1654-41cd-a923-32d36be1fda5",
"ae829dd0-f71a-4d52-bfb7-c676f64358c7"
],
"Approvers": [
"6d6ad338-412a-4aee-a411-59a2fbe8435d",
"9e8dce54-dc6c-41d8-9e15-85e42678b168"
],
"ApprovedBy": "6e7ddce9-764e-4f1c-b03a-10be9be3a5c0",
"ApprovalDate": "2026-03-23T03:02:00.5582215+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dd232385-22c5-4bac-bbe0-fac9d70c515b",
"id": "eb31b87b-650d-4b82-acec-fe81baf48dd4",
"ConfigId": "c40c4c1b-a39c-4a0e-9076-2751936dea08"
}