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-03-17T05:32:38.9590477+00:00",
"SubmitDate": "2026-03-17T05:32:38.9590477+00:00",
"ReportPeriodStart": "2026-03-17T05:32:38.9590477+00:00",
"ReportPeriodEnd": "2026-03-17T05:32:38.9590477+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "475b2fdb-c1cb-4bed-bdb3-7b84865a601d",
"Rows": [
{
"ItemId": "b274ee5f-c2ec-4c4b-8fec-5c59a1d0ec45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b274ee5f-c2ec-4c4b-8fec-5c59a1d0ec45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "475b2fdb-c1cb-4bed-bdb3-7b84865a601d",
"Rows": [
{
"ItemId": "b274ee5f-c2ec-4c4b-8fec-5c59a1d0ec45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b274ee5f-c2ec-4c4b-8fec-5c59a1d0ec45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"03d0c899-c668-483d-8556-25b69b00878c",
"46277602-6980-4cb9-9881-94ceeeb20ce2"
],
"Approvers": [
"5cfe8339-5771-4586-8823-b9a6c2b1131d",
"bfb9518a-a9ea-4daa-a3b7-c63852b15c6f"
],
"ApprovedBy": "a3ef4a46-d6aa-4183-816f-10cc8c286dc6",
"ApprovalDate": "2026-03-17T05:32:38.9590477+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ea781dff-5fb4-4f66-8f2d-a21915702a55",
"id": "dedaf49f-692d-4548-bad5-6262f309dd4a",
"ConfigId": "723940b3-ef5e-4e26-9f93-c898df906da7"
}