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-16T04:55:19.2564714+00:00",
"SubmitDate": "2025-12-16T04:55:19.2564714+00:00",
"ReportPeriodStart": "2025-12-16T04:55:19.2564714+00:00",
"ReportPeriodEnd": "2025-12-16T04:55:19.2564714+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e805b6af-a76d-4f24-8cab-87d4f318c1ec",
"Rows": [
{
"ItemId": "2be370a6-05a3-4486-a016-d7dfce9d130b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2be370a6-05a3-4486-a016-d7dfce9d130b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e805b6af-a76d-4f24-8cab-87d4f318c1ec",
"Rows": [
{
"ItemId": "2be370a6-05a3-4486-a016-d7dfce9d130b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2be370a6-05a3-4486-a016-d7dfce9d130b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"efc8395a-0f10-4596-b011-74cd1e24e0d3",
"17dd685b-5e3f-44c6-badb-d0b14e208144"
],
"Approvers": [
"aaeb382c-1aab-49bf-aa56-9d4ad5daa010",
"3bac87ab-5b29-487d-a724-fcb1af433088"
],
"ApprovedBy": "26dffb3f-e3fc-4c06-8d2f-3bafcd6d182c",
"ApprovalDate": "2025-12-16T04:55:19.2564714+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2e127823-2718-49ea-a69f-dc05b4581fc9",
"id": "f5306a0b-a0b0-4d43-8757-00da87e6314b",
"ConfigId": "50ab3806-a9b3-47c1-afe3-f18c826ca2a7"
}