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-03T21:15:48.7021756+00:00",
"SubmitDate": "2026-05-03T21:15:48.7021756+00:00",
"ReportPeriodStart": "2026-05-03T21:15:48.7021756+00:00",
"ReportPeriodEnd": "2026-05-03T21:15:48.7021756+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "19a619ab-1ba0-4d2e-8d8f-41988b012ab9",
"Rows": [
{
"ItemId": "cbc96400-a0b4-4b9c-a767-23e1d93f8ba0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cbc96400-a0b4-4b9c-a767-23e1d93f8ba0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "19a619ab-1ba0-4d2e-8d8f-41988b012ab9",
"Rows": [
{
"ItemId": "cbc96400-a0b4-4b9c-a767-23e1d93f8ba0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cbc96400-a0b4-4b9c-a767-23e1d93f8ba0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f2aca854-5e8d-4a5c-99e1-9c5bee535c03",
"0aa882b0-5264-4bbd-ab37-d9c591c6cd9b"
],
"Approvers": [
"590d58ec-3b7b-43d5-8ca2-5c957ab2a41c",
"8a56a2c1-777c-4f3f-8f29-7596417be1a5"
],
"ApprovedBy": "4ec3d942-2f03-4548-99e3-e742f5f3f0c7",
"ApprovalDate": "2026-05-03T21:15:48.7021756+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3db2a35d-faed-4ad5-92b2-c4fd3f207379",
"id": "a3e79d58-0a7b-4152-bb49-15e2255caadd",
"ConfigId": "8e7df0c3-1d0a-4bb8-b710-9e76d6e9087f"
}