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-01-26T19:59:51.5834101+00:00",
"SubmitDate": "2026-01-26T19:59:51.5834101+00:00",
"ReportPeriodStart": "2026-01-26T19:59:51.5834101+00:00",
"ReportPeriodEnd": "2026-01-26T19:59:51.5834101+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5fbea655-500f-433e-becb-6994671fdc0a",
"Rows": [
{
"ItemId": "9dca0381-85de-4b83-8428-ea061f6c0642",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9dca0381-85de-4b83-8428-ea061f6c0642",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5fbea655-500f-433e-becb-6994671fdc0a",
"Rows": [
{
"ItemId": "9dca0381-85de-4b83-8428-ea061f6c0642",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9dca0381-85de-4b83-8428-ea061f6c0642",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c6e72e02-8402-4ca1-9748-be817d0d6e15",
"6e7ccf06-981f-46fc-a70c-0d607a7cd106"
],
"Approvers": [
"3fce8a7f-e0e5-484e-980c-f1d001b593d0",
"59fd4f98-ab7c-4fcf-8cdc-2c4016641a4c"
],
"ApprovedBy": "a0d5c676-e271-4831-8f04-c51c65ffc993",
"ApprovalDate": "2026-01-26T19:59:51.5834101+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "57a51add-54b8-4cff-a135-1e54e353c730",
"id": "b8db84f2-9d81-4140-8886-0679213668d6",
"ConfigId": "59e6034e-270c-43ac-b28e-db65968339a1"
}