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-07T23:13:38.2891076+00:00",
"SubmitDate": "2026-05-07T23:13:38.2891076+00:00",
"ReportPeriodStart": "2026-05-07T23:13:38.2891076+00:00",
"ReportPeriodEnd": "2026-05-07T23:13:38.2891076+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c415fa60-e2f3-4797-bc86-9dd5c7233835",
"Rows": [
{
"ItemId": "30f4db4c-b065-4a93-a49d-a64aad809d95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30f4db4c-b065-4a93-a49d-a64aad809d95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c415fa60-e2f3-4797-bc86-9dd5c7233835",
"Rows": [
{
"ItemId": "30f4db4c-b065-4a93-a49d-a64aad809d95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30f4db4c-b065-4a93-a49d-a64aad809d95",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"668ebd6f-1286-4acd-a294-faf8bd838d8c",
"1059c6d4-6e14-43ad-a9e5-d87b8d7bcf15"
],
"Approvers": [
"e2875e59-0681-4c7f-8061-72be5f2cdf98",
"6f7cb058-469b-4218-866b-e511f387541d"
],
"ApprovedBy": "2847c52f-576f-4c2e-97fe-8400ba23fc27",
"ApprovalDate": "2026-05-07T23:13:38.2891076+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "074962e7-0ff5-4edb-aaa8-ed887cdf902d",
"id": "3d156050-5898-40a9-9658-f9298ed6e63e",
"ConfigId": "45f97805-1a1b-4a42-a7b0-a42f457eb2d0"
}