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-26T20:20:26.7899157+00:00",
"SubmitDate": "2026-04-26T20:20:26.7899157+00:00",
"ReportPeriodStart": "2026-04-26T20:20:26.7899157+00:00",
"ReportPeriodEnd": "2026-04-26T20:20:26.7899157+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e5da76cb-47a1-416a-adfa-9035a6dad170",
"Rows": [
{
"ItemId": "f39ad175-7cb8-485b-82cc-95136c278aec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f39ad175-7cb8-485b-82cc-95136c278aec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e5da76cb-47a1-416a-adfa-9035a6dad170",
"Rows": [
{
"ItemId": "f39ad175-7cb8-485b-82cc-95136c278aec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f39ad175-7cb8-485b-82cc-95136c278aec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8c93bb3c-6f07-49d3-ad75-adec14e34500",
"32d70ae8-f54f-4ed4-b6aa-fea2d5816482"
],
"Approvers": [
"2e91fba0-cfa5-4605-8759-64ec5d2071fd",
"5787115a-179f-467e-9194-546827957b67"
],
"ApprovedBy": "d2e9efd3-2c84-4617-a734-ac8c695e9dcc",
"ApprovalDate": "2026-04-26T20:20:26.7899157+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4e251e98-1a6f-4b4a-94d3-6ac14549ff6d",
"id": "77674f01-3979-4843-858b-9d549132f5f8",
"ConfigId": "174b564c-b8c6-4e9d-8294-e3b69e0bfdf0"
}