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-02T14:00:00.2703873+00:00",
"SubmitDate": "2026-07-02T14:00:00.2703873+00:00",
"ReportPeriodStart": "2026-07-02T14:00:00.2703873+00:00",
"ReportPeriodEnd": "2026-07-02T14:00:00.2703873+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eb1603c6-0292-4c21-9ce0-e56512df0b74",
"Rows": [
{
"ItemId": "668bff5a-a770-402c-b6fb-9a5734e00c4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "668bff5a-a770-402c-b6fb-9a5734e00c4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eb1603c6-0292-4c21-9ce0-e56512df0b74",
"Rows": [
{
"ItemId": "668bff5a-a770-402c-b6fb-9a5734e00c4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "668bff5a-a770-402c-b6fb-9a5734e00c4a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f864a518-8a85-49d0-85fd-ebf0c9bf8f19",
"6655c1aa-45a8-4aa3-a51b-c9318369cdbf"
],
"Approvers": [
"24512d30-ecff-40b4-8fc5-89013b391820",
"40cb2282-73cd-437c-977c-cb531a53c934"
],
"ApprovedBy": "ae2bf0dd-1402-47f3-b2cb-64a0eb7396a4",
"ApprovalDate": "2026-07-02T14:00:00.2703873+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "773cff0b-3297-4bd5-b49f-58aa03af863e",
"WorkPlanId": "b732d4f9-97ad-4f26-8eac-3b4ece060a84",
"id": "67e42515-f83a-4d4f-929f-2f5bb5d6c058",
"ConfigId": "c77e0f65-df34-4432-800d-542d76b1c5b7"
}