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-01-11T15:46:57.9267843+00:00",
"SubmitDate": "2026-01-11T15:46:57.9267843+00:00",
"ReportPeriodStart": "2026-01-11T15:46:57.9267843+00:00",
"ReportPeriodEnd": "2026-01-11T15:46:57.9267843+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "23799989-eee8-4bc2-9e97-67fc10f2ce1e",
"Rows": [
{
"ItemId": "ea7a0afd-fe50-4690-bbde-4f05a9b1e0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea7a0afd-fe50-4690-bbde-4f05a9b1e0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "23799989-eee8-4bc2-9e97-67fc10f2ce1e",
"Rows": [
{
"ItemId": "ea7a0afd-fe50-4690-bbde-4f05a9b1e0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea7a0afd-fe50-4690-bbde-4f05a9b1e0c1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"01bced95-8451-449b-b3f3-ce30d93d6dab",
"31609e82-b17b-4259-ad28-bc0581832b37"
],
"Approvers": [
"e96fb8ed-8a27-44f5-91d0-f8e64161b62b",
"56464ece-591d-4754-b84f-3e11d12b7e85"
],
"ApprovedBy": "a8104103-8eac-4ba2-b252-884872d9f55d",
"ApprovalDate": "2026-01-11T15:46:57.9267843+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6f627e26-e65b-4a70-8748-dadaf8b48092",
"id": "60aad6a1-920c-473e-9403-a964fc13debe",
"ConfigId": "f4cf9df7-0e77-4ef0-836d-d970b83b97ba"
}