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-02-19T02:50:00.2178262+00:00",
"SubmitDate": "2026-02-19T02:50:00.2178262+00:00",
"ReportPeriodStart": "2026-02-19T02:50:00.2178262+00:00",
"ReportPeriodEnd": "2026-02-19T02:50:00.2178262+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "99d7e9cd-7cc1-42d2-bd62-dab94490fd0d",
"Rows": [
{
"ItemId": "238c2a63-8dbd-4451-8f5d-8645c0733e3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "238c2a63-8dbd-4451-8f5d-8645c0733e3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "99d7e9cd-7cc1-42d2-bd62-dab94490fd0d",
"Rows": [
{
"ItemId": "238c2a63-8dbd-4451-8f5d-8645c0733e3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "238c2a63-8dbd-4451-8f5d-8645c0733e3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e55fdfae-7b7e-43af-ad4f-1a544ef2378d",
"cbc52fc1-ee0e-4766-946f-82edb644f729"
],
"Approvers": [
"96c395a3-4067-485f-b72a-d2fc6eace2ae",
"b75200c3-3704-4a25-9e4e-a6e94be7e80e"
],
"ApprovedBy": "738fb5f0-c7f7-44c5-9c5c-44c5276966e0",
"ApprovalDate": "2026-02-19T02:50:00.2178262+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ad37b147-5e33-4da7-8f08-1c44c0a2ab8d",
"id": "9c12c674-ceac-4704-99a6-45e934c752a6",
"ConfigId": "ae9cc052-2c54-4a26-9d74-82584ef4e28f"
}