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-27T14:30:09.947815+00:00",
"SubmitDate": "2026-01-27T14:30:09.947815+00:00",
"ReportPeriodStart": "2026-01-27T14:30:09.947815+00:00",
"ReportPeriodEnd": "2026-01-27T14:30:09.947815+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "17aa5cb2-67be-47a2-b0f8-0d8af7fe1a0c",
"Rows": [
{
"ItemId": "beab239d-6562-44d1-b02d-f8b44cbe85ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "beab239d-6562-44d1-b02d-f8b44cbe85ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "17aa5cb2-67be-47a2-b0f8-0d8af7fe1a0c",
"Rows": [
{
"ItemId": "beab239d-6562-44d1-b02d-f8b44cbe85ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "beab239d-6562-44d1-b02d-f8b44cbe85ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1ed2f2f3-95c9-49b0-a3cc-1d2fc89c4cc2",
"7628f06c-2fa3-4dcc-9e39-b856f3f942bd"
],
"Approvers": [
"94946a8b-73c8-4a10-8cbb-4dad78bcdab8",
"52d5462b-8370-4397-9d48-7b34c82d6fa2"
],
"ApprovedBy": "d23492d9-1dad-4ed1-89c6-5497dae1eb48",
"ApprovalDate": "2026-01-27T14:30:09.947815+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "32258ebc-065a-4195-9ba2-ab4e3f85faaf",
"id": "cc90a465-7859-46e1-9b69-e4ba3f2bf988",
"ConfigId": "76a6e382-f1ac-491c-af7f-50c821131669"
}