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": "2025-12-04T21:57:08.5240535+00:00",
"SubmitDate": "2025-12-04T21:57:08.5240535+00:00",
"ReportPeriodStart": "2025-12-04T21:57:08.5240535+00:00",
"ReportPeriodEnd": "2025-12-04T21:57:08.5240535+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "de6028f4-cd46-4e7b-a3da-eebacac8d13e",
"Rows": [
{
"ItemId": "1067d7b6-f624-4965-bd10-9def031d6ae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1067d7b6-f624-4965-bd10-9def031d6ae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "de6028f4-cd46-4e7b-a3da-eebacac8d13e",
"Rows": [
{
"ItemId": "1067d7b6-f624-4965-bd10-9def031d6ae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1067d7b6-f624-4965-bd10-9def031d6ae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0672a90a-94bb-4171-baf8-e155daf8a04f",
"b9b4c638-35a0-461c-9c58-9c178633dba6"
],
"Approvers": [
"903785c4-6393-4ab3-98e5-4dd52b283262",
"1f708539-d93e-4ec3-afbc-e2b923d59557"
],
"ApprovedBy": "9068b917-41b0-4a12-8a9e-81204f26a441",
"ApprovalDate": "2025-12-04T21:57:08.5240535+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "46fd1801-a970-4cc8-acd9-d5349497662c",
"id": "ed49e081-f42b-4466-a0af-b3cf4d8b736b",
"ConfigId": "ae3d78bf-d454-467f-a21f-728a7e6475c6"
}