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-08T12:03:58.6715052+00:00",
"SubmitDate": "2026-04-08T12:03:58.6715052+00:00",
"ReportPeriodStart": "2026-04-08T12:03:58.6715052+00:00",
"ReportPeriodEnd": "2026-04-08T12:03:58.6715052+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5a33e675-c6b4-4790-8323-4f73c1736a6b",
"Rows": [
{
"ItemId": "99cfbe6c-f254-4783-9197-9368b58cbe60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99cfbe6c-f254-4783-9197-9368b58cbe60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5a33e675-c6b4-4790-8323-4f73c1736a6b",
"Rows": [
{
"ItemId": "99cfbe6c-f254-4783-9197-9368b58cbe60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99cfbe6c-f254-4783-9197-9368b58cbe60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"26dfbb8b-09da-4092-a237-a772358cba2c",
"54edc0e9-dedf-4c5d-ba29-c079753d2e39"
],
"Approvers": [
"942106c3-004e-4f29-88c4-bd60ac520c3a",
"ac4c4624-90c1-4983-98eb-db11988ae026"
],
"ApprovedBy": "a437efd7-5d5c-444c-957d-06806844e38d",
"ApprovalDate": "2026-04-08T12:03:58.6715052+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4d72b7d7-09cf-4d76-8fb2-c15b390adaca",
"id": "7ddd24ef-033b-4995-94d8-f129276dca61",
"ConfigId": "aa6f3501-a548-4de0-aef3-55436da6668c"
}