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-05-11T01:57:11.2874685+00:00",
"SubmitDate": "2026-05-11T01:57:11.2874685+00:00",
"ReportPeriodStart": "2026-05-11T01:57:11.2874685+00:00",
"ReportPeriodEnd": "2026-05-11T01:57:11.2874685+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f2704e2c-f8da-4326-8547-df7b0e1d376b",
"Rows": [
{
"ItemId": "fb14d537-796f-454f-88d5-83d9ade6e487",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb14d537-796f-454f-88d5-83d9ade6e487",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f2704e2c-f8da-4326-8547-df7b0e1d376b",
"Rows": [
{
"ItemId": "fb14d537-796f-454f-88d5-83d9ade6e487",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb14d537-796f-454f-88d5-83d9ade6e487",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"98e56b9d-9705-43a6-b782-e4a65de43d24",
"13a647e4-6af7-449f-b860-f62878c1e10c"
],
"Approvers": [
"7fa05958-315e-408c-a424-3708f895a962",
"a189adbc-1be7-4020-9bd8-f68289f32a50"
],
"ApprovedBy": "f7bebf00-ef04-41e9-aef4-98ad2f10cca9",
"ApprovalDate": "2026-05-11T01:57:11.2874685+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c4bff163-2c85-4168-8999-895c87d42241",
"id": "ea663631-fdad-4c3c-98c4-cef53529755a",
"ConfigId": "6b5eaf42-aed4-4671-ae4f-873023caf32b"
}