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-17T03:24:10.9814046+00:00",
"SubmitDate": "2026-08-17T03:24:10.9814046+00:00",
"ReportPeriodStart": "2026-08-17T03:24:10.9814046+00:00",
"ReportPeriodEnd": "2026-08-17T03:24:10.9814046+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70a717bc-5ebe-4a58-9911-49a6092323b1",
"Rows": [
{
"ItemId": "f578090c-1548-4969-a9df-f1e51c94f1bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f578090c-1548-4969-a9df-f1e51c94f1bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70a717bc-5ebe-4a58-9911-49a6092323b1",
"Rows": [
{
"ItemId": "f578090c-1548-4969-a9df-f1e51c94f1bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f578090c-1548-4969-a9df-f1e51c94f1bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1ecf5de0-5aaf-4931-9423-fcb62393e5f7",
"a89ea71f-60a9-4426-949d-2def9c466e36"
],
"Approvers": [
"e075408d-ada4-46cf-8b24-bcf4f9da3ff1",
"eeaaecf0-7613-47f3-aac1-af17c1eaa48d"
],
"ApprovedBy": "ada5cf79-0744-486c-a374-aced124e4578",
"ApprovalDate": "2026-08-17T03:24:10.9814046+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1abb6a04-83e0-428e-bc8e-ca3aff65da82",
"WorkPlanId": "9e8ce675-c1e4-4dd7-a6d7-b9f190d8bbca",
"id": "a35708ab-54c6-457a-a6a6-cffee129096e",
"ConfigId": "7fa70574-c720-44c0-b2df-c109ebdc71aa"
}