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": "2025-12-05T22:40:02.0160707+00:00",
"SubmitDate": "2025-12-05T22:40:02.0160707+00:00",
"ReportPeriodStart": "2025-12-05T22:40:02.0160707+00:00",
"ReportPeriodEnd": "2025-12-05T22:40:02.0160707+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "20daaa52-511b-4834-9349-93de243b19e8",
"Rows": [
{
"ItemId": "02493e6b-c34c-434e-9c74-b6f1987d70ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "02493e6b-c34c-434e-9c74-b6f1987d70ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "20daaa52-511b-4834-9349-93de243b19e8",
"Rows": [
{
"ItemId": "02493e6b-c34c-434e-9c74-b6f1987d70ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "02493e6b-c34c-434e-9c74-b6f1987d70ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5e172e73-d346-48f6-83e7-2ae095c19711",
"380953e1-e39b-4124-b080-66d9c22f4b11"
],
"Approvers": [
"2e123d05-ea6a-48d4-a6fc-b53f08c46c0a",
"105a40a8-75e7-452d-83ef-478a9889f83e"
],
"ApprovedBy": "895ba5fe-9c82-495a-9fd1-205faceeea1b",
"ApprovalDate": "2025-12-05T22:40:02.0160707+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a6fb6885-4256-41a0-a1d1-0ca3a60f90da",
"id": "7ca75c59-96d1-4971-b731-db49669f18de",
"ConfigId": "41583710-a756-494f-b1da-9e7d82e5cdd4"
}