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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-03-14T18:01:36.6231872+00:00",
"SubmitDate": "2026-03-14T18:01:36.6231872+00:00",
"ReportPeriodStart": "2026-03-14T18:01:36.6231872+00:00",
"ReportPeriodEnd": "2026-03-14T18:01:36.6231872+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0566f18f-a6a0-44f3-9c9e-1aaf71c35f24",
"Rows": [
{
"ItemId": "bb67f764-4e79-4a10-9c3d-b9b001a668c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb67f764-4e79-4a10-9c3d-b9b001a668c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0566f18f-a6a0-44f3-9c9e-1aaf71c35f24",
"Rows": [
{
"ItemId": "bb67f764-4e79-4a10-9c3d-b9b001a668c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb67f764-4e79-4a10-9c3d-b9b001a668c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"55c9035e-8d28-4103-a3b4-b9bca83dbf87",
"2a547282-011d-47cf-8498-4d5a9aa4dd1f"
],
"Approvers": [
"12331a63-f92b-4243-8687-51248caa0711",
"3ad11939-6c3c-4d85-9a6e-27a8e4077ed2"
],
"ApprovedBy": "08b3988c-a4cb-4186-9f1a-004b5456b523",
"ApprovalDate": "2026-03-14T18:01:36.6231872+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "30718028-ecd9-4928-ae85-af072b49d211",
"id": "94666feb-c0aa-42cc-a692-3ce28e20324a",
"ConfigId": "71325f86-35b8-4fd7-a150-9266f9981893"
}