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-09-25T18:14:15.0550457+00:00",
"SubmitDate": "2026-09-25T18:14:15.0550457+00:00",
"ReportPeriodStart": "2026-09-25T18:14:15.0550457+00:00",
"ReportPeriodEnd": "2026-09-25T18:14:15.0550457+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "93d0d25c-1484-48e2-a7be-d834bd96873c",
"Rows": [
{
"ItemId": "98266618-ee89-4558-9b4f-0cc36b86be85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98266618-ee89-4558-9b4f-0cc36b86be85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "93d0d25c-1484-48e2-a7be-d834bd96873c",
"Rows": [
{
"ItemId": "98266618-ee89-4558-9b4f-0cc36b86be85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98266618-ee89-4558-9b4f-0cc36b86be85",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"eb1820ef-fd62-4dd0-8194-afc266b88370",
"c90f6c28-aa1c-41a8-b038-8c70e0d39421"
],
"Approvers": [
"65634a57-6da1-4ef1-9856-b9c27a8f1168",
"f4b9a083-4db0-458a-ba35-d44febbb778f"
],
"ApprovedBy": "896d2a30-1421-46ce-a6e8-bf0deb02ca88",
"ApprovalDate": "2026-09-25T18:14:15.0550457+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "8d4fbfa3-7c59-4f20-9779-5412102b7ea3",
"WorkPlanId": "fa4434b5-a8c2-4ba9-8ddc-836f5706b73c",
"id": "720056b5-ff72-4c45-ad49-542338a51eb9",
"ConfigId": "df34943b-1005-41a7-99d1-eeb39d5f03b3"
}