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-02-25T23:49:50.7719684+00:00",
"SubmitDate": "2026-02-25T23:49:50.7719684+00:00",
"ReportPeriodStart": "2026-02-25T23:49:50.7719684+00:00",
"ReportPeriodEnd": "2026-02-25T23:49:50.7719684+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c4b87ad0-b7f5-409a-8f9e-3eb745d5b6ea",
"Rows": [
{
"ItemId": "2471e0dd-4e49-4747-897c-398ade714ce1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2471e0dd-4e49-4747-897c-398ade714ce1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c4b87ad0-b7f5-409a-8f9e-3eb745d5b6ea",
"Rows": [
{
"ItemId": "2471e0dd-4e49-4747-897c-398ade714ce1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2471e0dd-4e49-4747-897c-398ade714ce1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46972676-5897-43dd-ad5b-588a347aa78b",
"dc7b0ef9-949c-4aec-a6c0-b28f01474b28"
],
"Approvers": [
"007c1669-9003-4a3f-a3e5-5f63a7420ff9",
"0fd48138-163c-4cb1-993f-078d7897a403"
],
"ApprovedBy": "e13c9c85-71e4-42d9-bb43-4757e382dce9",
"ApprovalDate": "2026-02-25T23:49:50.7719684+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "26aa23ba-91f4-4312-ac4d-6ddf69b63596",
"id": "b2178c85-bf62-42a3-8299-114f808a80ae",
"ConfigId": "f87cf153-3b08-4111-80d3-895bd430447e"
}