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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-07-26T22:37:19.3984354+00:00",
"SubmitDate": "2026-07-26T22:37:19.3984354+00:00",
"ReportPeriodStart": "2026-07-26T22:37:19.3984354+00:00",
"ReportPeriodEnd": "2026-07-26T22:37:19.3984354+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e5dfcad-ce42-46fb-9e23-52c67fe35065",
"Rows": [
{
"ItemId": "b9bfa653-415b-4d03-a7f7-e9f1f8f44132",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b9bfa653-415b-4d03-a7f7-e9f1f8f44132",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e5dfcad-ce42-46fb-9e23-52c67fe35065",
"Rows": [
{
"ItemId": "b9bfa653-415b-4d03-a7f7-e9f1f8f44132",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b9bfa653-415b-4d03-a7f7-e9f1f8f44132",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8f9e8604-fafa-46ed-b436-0b17b4a9d09e",
"4b6f3376-5cfe-41dd-b739-fba6827cf64a"
],
"Approvers": [
"0b9f9bf7-b717-4590-a73b-b93e85179994",
"b3527ba7-bac5-4a4e-b875-45073c194b76"
],
"ApprovedBy": "9384902b-11fd-4b51-a41f-c1ad87a6ac60",
"ApprovalDate": "2026-07-26T22:37:19.3984354+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "3deba2a5-6edb-4384-975b-cce3571ad1a8",
"WorkPlanId": "5253b743-ff49-40b4-b6c2-23fce90b4d6c",
"id": "a92edb14-241a-4fd7-b23f-2b9681509bc3",
"ConfigId": "3cd76578-a04e-4b58-88fb-23666e4a6135"
}