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-27T17:16:55.1492625+00:00",
"SubmitDate": "2026-04-27T17:16:55.1492625+00:00",
"ReportPeriodStart": "2026-04-27T17:16:55.1492625+00:00",
"ReportPeriodEnd": "2026-04-27T17:16:55.1492625+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "50f11c3b-ed3d-4f54-949c-1c15c7b8035c",
"Rows": [
{
"ItemId": "95613437-a3c2-427f-aabb-96fdb52b6482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "95613437-a3c2-427f-aabb-96fdb52b6482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "50f11c3b-ed3d-4f54-949c-1c15c7b8035c",
"Rows": [
{
"ItemId": "95613437-a3c2-427f-aabb-96fdb52b6482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "95613437-a3c2-427f-aabb-96fdb52b6482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7c35fec8-121b-47c7-8ad9-350608432003",
"e13e2e06-39e9-49bb-a333-a5665898f224"
],
"Approvers": [
"a7522bd8-6af1-43cc-bbfe-60fc6af5519f",
"47d82607-a108-4147-af7b-a05255bc9cd1"
],
"ApprovedBy": "dff591f0-2dd5-44af-b8f5-011f4bc5be7e",
"ApprovalDate": "2026-04-27T17:16:55.1492625+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4ef3640f-ecce-4a36-9839-683e076faf98",
"id": "7c195fcf-4471-4d83-9ca9-5b87f0549842",
"ConfigId": "ef5fc9fc-49bc-49da-afdf-445f127ca70a"
}