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-29T22:51:40.2517882+00:00",
"SubmitDate": "2026-07-29T22:51:40.2517882+00:00",
"ReportPeriodStart": "2026-07-29T22:51:40.2517882+00:00",
"ReportPeriodEnd": "2026-07-29T22:51:40.2517882+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "30379a31-2f7b-4f58-b5b8-85093eedfe12",
"Rows": [
{
"ItemId": "b7cb7915-4f71-43df-bbb0-7efab41c8a9f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b7cb7915-4f71-43df-bbb0-7efab41c8a9f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "30379a31-2f7b-4f58-b5b8-85093eedfe12",
"Rows": [
{
"ItemId": "b7cb7915-4f71-43df-bbb0-7efab41c8a9f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b7cb7915-4f71-43df-bbb0-7efab41c8a9f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d933d74e-d3f3-405b-a946-234c2a0d80db",
"22805277-744d-4198-a653-664f2cd44198"
],
"Approvers": [
"d844f7ec-8aa8-4d1a-980a-e57e87a68066",
"2b418c21-c791-46d6-9afb-c89ea9d9599a"
],
"ApprovedBy": "38c877ea-6903-4093-a333-1d30d4ad1f69",
"ApprovalDate": "2026-07-29T22:51:40.2517882+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "562d21bc-36e5-43b8-9a05-43d6c3f25756",
"WorkPlanId": "788fae20-d7c9-405b-b988-7ae3cec5c3e2",
"id": "fe61d878-8f4c-49f0-b8de-0e9e2843346f",
"ConfigId": "5f2b8ff4-fae6-41cc-a739-0c0285c834ca"
}