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-23T08:10:59.0777627+00:00",
"SubmitDate": "2026-08-23T08:10:59.0777627+00:00",
"ReportPeriodStart": "2026-08-23T08:10:59.0777627+00:00",
"ReportPeriodEnd": "2026-08-23T08:10:59.0777627+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "97742ad2-2b2f-434d-8fd3-33dee5226411",
"Rows": [
{
"ItemId": "3de8d3ee-c933-406c-835c-1c36113c8dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3de8d3ee-c933-406c-835c-1c36113c8dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "97742ad2-2b2f-434d-8fd3-33dee5226411",
"Rows": [
{
"ItemId": "3de8d3ee-c933-406c-835c-1c36113c8dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3de8d3ee-c933-406c-835c-1c36113c8dda",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f8102d52-3cad-492b-acf9-416a26fdec09",
"5de21de9-6ff2-411c-8808-a78d2f20a525"
],
"Approvers": [
"a9413177-57cf-44fb-a722-dd1bc334be12",
"8d4ade05-dfcb-47b0-b531-21ed4339dc33"
],
"ApprovedBy": "08b372e0-5859-4dba-8336-316d432bed79",
"ApprovalDate": "2026-08-23T08:10:59.0933884+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "31a6e5ce-8323-4c49-8c49-1f015b115094",
"WorkPlanId": "db415429-e67e-4f76-9c49-9272cc420896",
"id": "a0710d53-a78b-4439-9075-e75a598ea5a1",
"ConfigId": "68172911-6774-4cbf-b706-4eae4324177a"
}