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-08-26T08:40:15.2640713+00:00",
"SubmitDate": "2026-08-26T08:40:15.2640713+00:00",
"ReportPeriodStart": "2026-08-26T08:40:15.2640713+00:00",
"ReportPeriodEnd": "2026-08-26T08:40:15.2640713+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "88630cc6-f8f1-428d-b296-11da905dc612",
"Rows": [
{
"ItemId": "6093b7d2-e26a-466c-8f4c-b0e8088b7ec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6093b7d2-e26a-466c-8f4c-b0e8088b7ec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "88630cc6-f8f1-428d-b296-11da905dc612",
"Rows": [
{
"ItemId": "6093b7d2-e26a-466c-8f4c-b0e8088b7ec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6093b7d2-e26a-466c-8f4c-b0e8088b7ec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"45bcf04a-081c-498f-8c96-6803fef7d96d",
"ca19126c-cdfd-4b82-b1e3-4b5b9f06675d"
],
"Approvers": [
"147f77c7-5db9-4870-b776-292974ec369e",
"e0274ca0-f33a-4a63-8fb8-bed773c493a5"
],
"ApprovedBy": "73b59802-a21f-4845-a28b-b9918dedf9cc",
"ApprovalDate": "2026-08-26T08:40:15.2640713+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d93cf5ec-80bf-425a-8f86-7720d8be4992",
"WorkPlanId": "0b245b16-2209-4678-a6d5-8c26eb4279d2",
"id": "f299d0e7-9d77-4aae-a46e-c97bb91ec614",
"ConfigId": "f74cb974-f8a6-44f0-80a6-cbb4cb6fbc50"
}