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-11-14T02:21:07.7800228+00:00",
"SubmitDate": "2025-11-14T02:21:07.7800228+00:00",
"ReportPeriodStart": "2025-11-14T02:21:07.7800228+00:00",
"ReportPeriodEnd": "2025-11-14T02:21:07.7800228+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "33b47cce-7c44-41bd-b4a8-28cffd8d648d",
"Rows": [
{
"ItemId": "0844a42a-8352-47a7-8b2d-46cb42d9056d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0844a42a-8352-47a7-8b2d-46cb42d9056d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "33b47cce-7c44-41bd-b4a8-28cffd8d648d",
"Rows": [
{
"ItemId": "0844a42a-8352-47a7-8b2d-46cb42d9056d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0844a42a-8352-47a7-8b2d-46cb42d9056d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7e32d5a8-1c21-4392-a061-e82fddf52368",
"7b38fd7a-4cc5-45d7-9c75-7d0e45c3429a"
],
"Approvers": [
"287bc51a-a879-4621-a02c-f6ab016e8799",
"4ecd7b36-2429-4651-8f34-725f652d69d9"
],
"ApprovedBy": "72dce394-366f-4299-accb-c6b27a8d00d1",
"ApprovalDate": "2025-11-14T02:21:07.7800228+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a94cfd3d-22e5-4f2b-be05-dffced8ab2af",
"id": "443a8772-a28e-488f-b455-e4e42a8cd848",
"ConfigId": "7e76fd7a-e937-41c9-8e87-aad080bf443c"
}