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-11T01:47:27.8831851+00:00",
"SubmitDate": "2026-08-11T01:47:27.8831851+00:00",
"ReportPeriodStart": "2026-08-11T01:47:27.8831851+00:00",
"ReportPeriodEnd": "2026-08-11T01:47:27.8831851+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70fe8056-0e73-4eb2-8980-6f773cdfb1cf",
"Rows": [
{
"ItemId": "b7e9b88f-b322-4f2b-9c11-5d00aef9e70c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b7e9b88f-b322-4f2b-9c11-5d00aef9e70c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70fe8056-0e73-4eb2-8980-6f773cdfb1cf",
"Rows": [
{
"ItemId": "b7e9b88f-b322-4f2b-9c11-5d00aef9e70c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b7e9b88f-b322-4f2b-9c11-5d00aef9e70c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae93da6a-ad07-4669-943a-c1bf8923362c",
"0f4a016a-a480-4f1f-b738-3e7f7c9b2b74"
],
"Approvers": [
"e0eca05c-34d9-4159-a001-1c6120ff6d2f",
"ebb7f2ed-e06b-4ac3-850a-8b07a8cb3870"
],
"ApprovedBy": "9d51aa2b-98af-45c7-821e-8aa8df3c3b4a",
"ApprovalDate": "2026-08-11T01:47:27.8831851+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "889ba0c5-c0ec-432f-a4ca-beae6d1eb4d2",
"WorkPlanId": "256328a3-6fe2-4569-b607-e5847767d170",
"id": "39891d0e-d082-49d2-aa90-1afc247b0574",
"ConfigId": "3ef023ee-7e25-4dd8-ad96-b90ae46e3c58"
}