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-12T18:00:46.0073502+00:00",
"SubmitDate": "2026-04-12T18:00:46.0073502+00:00",
"ReportPeriodStart": "2026-04-12T18:00:46.0073502+00:00",
"ReportPeriodEnd": "2026-04-12T18:00:46.0073502+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9f7bf5b9-5ed5-46da-9ef0-44d23dbad427",
"Rows": [
{
"ItemId": "d91b29bc-dc38-49c1-a4d3-1cba87320901",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d91b29bc-dc38-49c1-a4d3-1cba87320901",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9f7bf5b9-5ed5-46da-9ef0-44d23dbad427",
"Rows": [
{
"ItemId": "d91b29bc-dc38-49c1-a4d3-1cba87320901",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d91b29bc-dc38-49c1-a4d3-1cba87320901",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc8a93a1-6bef-40e8-8c44-f622e05e3366",
"efadb389-eb30-4148-8dd3-e3136fb41de5"
],
"Approvers": [
"0442d8de-adaf-450a-9182-be627f121eda",
"971f3c28-281a-4b65-9326-cfa7c38283f7"
],
"ApprovedBy": "9e55ee7a-ff5d-4795-97e0-82a4f579c473",
"ApprovalDate": "2026-04-12T18:00:46.0073502+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "186f78ec-7c6f-4a9a-a3a9-e9f65639c854",
"id": "6e1b056e-9af2-4eb8-99d7-cb3771f0d33b",
"ConfigId": "e71a67a1-9c68-4d70-a81e-a1cdad368cfc"
}