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-08T05:06:28.8785119+00:00",
"SubmitDate": "2026-03-08T05:06:28.8785119+00:00",
"ReportPeriodStart": "2026-03-08T05:06:28.8785119+00:00",
"ReportPeriodEnd": "2026-03-08T05:06:28.8785119+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b633ff72-155d-4031-ad7b-d6ba7e736300",
"Rows": [
{
"ItemId": "bc8226f9-eaa6-4322-bc0d-f8675f283aea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc8226f9-eaa6-4322-bc0d-f8675f283aea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b633ff72-155d-4031-ad7b-d6ba7e736300",
"Rows": [
{
"ItemId": "bc8226f9-eaa6-4322-bc0d-f8675f283aea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc8226f9-eaa6-4322-bc0d-f8675f283aea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f3da236-3cd1-44ac-9b5b-bae47c179314",
"2c4cae45-cd31-430a-83e5-048d658ae33f"
],
"Approvers": [
"c2bcb30a-b3dc-4420-9c7a-3b5038d9619e",
"9ed54ccf-5570-4df6-8065-cc6eaa8589af"
],
"ApprovedBy": "51c59c75-f38d-4a98-8d95-3de0b277a118",
"ApprovalDate": "2026-03-08T05:06:28.8785119+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5c7e86cf-2b1d-4100-9032-fb5180a335f2",
"id": "74fed4c3-c4a0-4652-8f27-219e520ff492",
"ConfigId": "fcf0cbad-871b-4c72-895f-6f0a3e598671"
}