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-29T09:18:53.3788322+00:00",
"SubmitDate": "2026-08-29T09:18:53.3788322+00:00",
"ReportPeriodStart": "2026-08-29T09:18:53.3788322+00:00",
"ReportPeriodEnd": "2026-08-29T09:18:53.3788322+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f260c699-0e43-48ee-bd91-d19bbf4d2c92",
"Rows": [
{
"ItemId": "a5924cca-eeb0-4bba-8208-b6a8291d4b99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5924cca-eeb0-4bba-8208-b6a8291d4b99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f260c699-0e43-48ee-bd91-d19bbf4d2c92",
"Rows": [
{
"ItemId": "a5924cca-eeb0-4bba-8208-b6a8291d4b99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5924cca-eeb0-4bba-8208-b6a8291d4b99",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3667ddf6-db76-430b-a1c1-10d4de4aff1e",
"ec1d5725-e60b-4212-a8bf-b8563c9ee68f"
],
"Approvers": [
"50c2c282-2ba0-47ee-848d-3097f5903378",
"87ded8de-bfed-41cc-acaf-1115d25820aa"
],
"ApprovedBy": "28dfb09c-2e69-4fcc-be88-693cb638b5bd",
"ApprovalDate": "2026-08-29T09:18:53.3788322+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f4404473-2610-425b-a764-05c7e2768f29",
"WorkPlanId": "494eb757-2f4f-4549-af4e-f9a55d29ad9a",
"id": "bce9df20-6fbf-4aaf-b9d8-f97c75631181",
"ConfigId": "537d44c3-4a3c-4f53-8ee8-57106d10df73"
}