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-20T19:30:17.0652923+00:00",
"SubmitDate": "2026-07-20T19:30:17.0652923+00:00",
"ReportPeriodStart": "2026-07-20T19:30:17.0652923+00:00",
"ReportPeriodEnd": "2026-07-20T19:30:17.0652923+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9648fa84-d296-467b-ad01-1c208dcc7551",
"Rows": [
{
"ItemId": "200fa833-9b76-4afb-bbe3-105bd27c1a2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "200fa833-9b76-4afb-bbe3-105bd27c1a2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9648fa84-d296-467b-ad01-1c208dcc7551",
"Rows": [
{
"ItemId": "200fa833-9b76-4afb-bbe3-105bd27c1a2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "200fa833-9b76-4afb-bbe3-105bd27c1a2f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc9a791e-df81-47a6-b92b-f9f1457e4cbd",
"aea5451d-cd9c-4c96-954d-0614af98f2a1"
],
"Approvers": [
"f2c3bf74-4706-42e1-8b66-4f00bc65f38a",
"d85c7aa4-c13b-4ef9-8fdb-d9eb4a14bc40"
],
"ApprovedBy": "86999dfe-e147-42c1-9a8b-656823351d58",
"ApprovalDate": "2026-07-20T19:30:17.0652923+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d5c98e83-ab35-451d-8621-d6af31194d20",
"WorkPlanId": "08e93869-0931-4c74-a72f-d6fb9dcafade",
"id": "f2fb2b17-0204-481b-ac66-f662cd16caac",
"ConfigId": "6ba01243-f8af-4cb7-82ef-1103e38a756b"
}