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-04-28T19:09:16.4656624+00:00",
"SubmitDate": "2026-04-28T19:09:16.4656624+00:00",
"ReportPeriodStart": "2026-04-28T19:09:16.4656624+00:00",
"ReportPeriodEnd": "2026-04-28T19:09:16.4656624+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ac66f98e-db28-4ac0-92f4-54d5632c11ee",
"Rows": [
{
"ItemId": "b8479b30-5ab5-4c9e-a4e1-f88e75f6ad3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b8479b30-5ab5-4c9e-a4e1-f88e75f6ad3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ac66f98e-db28-4ac0-92f4-54d5632c11ee",
"Rows": [
{
"ItemId": "b8479b30-5ab5-4c9e-a4e1-f88e75f6ad3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b8479b30-5ab5-4c9e-a4e1-f88e75f6ad3d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5ee83aa6-f843-4ff0-b7b7-5d8711c05802",
"41e2dc73-5780-460c-b13d-c60331de2b57"
],
"Approvers": [
"adc93637-135b-4665-81ff-f2cdac08ac0d",
"ab51ec51-5a7d-4223-91d2-607cc5e858a6"
],
"ApprovedBy": "93879ee4-ed8d-4612-a4e7-3f95b113f91a",
"ApprovalDate": "2026-04-28T19:09:16.4656624+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f40143e0-73f4-4eff-a5d8-1f35eeeecd0e",
"id": "56fd93e6-19e9-4307-8159-371c90c0f06f",
"ConfigId": "e882c0c6-19c5-4fb4-b7b7-8e408b64a84a"
}