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-17T17:49:23.7974385+00:00",
"SubmitDate": "2026-01-17T17:49:23.7974385+00:00",
"ReportPeriodStart": "2026-01-17T17:49:23.7974385+00:00",
"ReportPeriodEnd": "2026-01-17T17:49:23.7974385+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e42be358-d239-48e4-a303-3e6b9e0fb7f4",
"Rows": [
{
"ItemId": "58e4a20a-3d98-4aee-bf8c-eacbe938bd2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "58e4a20a-3d98-4aee-bf8c-eacbe938bd2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e42be358-d239-48e4-a303-3e6b9e0fb7f4",
"Rows": [
{
"ItemId": "58e4a20a-3d98-4aee-bf8c-eacbe938bd2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "58e4a20a-3d98-4aee-bf8c-eacbe938bd2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fe69cc3c-271b-40ac-a07b-f88f8b96a17d",
"efe1fe26-750a-480e-bea4-bf46c12a869b"
],
"Approvers": [
"72b60d4c-7209-4deb-bcfb-5995be1106a9",
"82db90d9-7ff5-486a-9f55-ddc893623712"
],
"ApprovedBy": "6b6429ea-83df-4cb9-bf00-1a79d4fcbd05",
"ApprovalDate": "2026-01-17T17:49:23.7974385+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "608e65c2-6eb0-47ad-9aa8-d0355eb90d44",
"id": "43d23f0b-5db6-4cb4-b751-f79b1a58a896",
"ConfigId": "6aabd1f3-6b30-46a4-91e3-db0b6e6a8cf3"
}