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-11T14:55:57.9077734+00:00",
"SubmitDate": "2026-04-11T14:55:57.9077734+00:00",
"ReportPeriodStart": "2026-04-11T14:55:57.9077734+00:00",
"ReportPeriodEnd": "2026-04-11T14:55:57.9077734+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8c0a7c3a-4e42-4856-ad8a-a9cc29656c57",
"Rows": [
{
"ItemId": "261af288-b292-4e49-85b4-00969daa49b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "261af288-b292-4e49-85b4-00969daa49b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8c0a7c3a-4e42-4856-ad8a-a9cc29656c57",
"Rows": [
{
"ItemId": "261af288-b292-4e49-85b4-00969daa49b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "261af288-b292-4e49-85b4-00969daa49b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"70765cec-e75b-484c-802f-f0c0e396147d",
"c6212928-d06f-4c1f-ba85-a6d825bafb0a"
],
"Approvers": [
"3b22648c-6189-44ef-9b76-38154a1931f0",
"54c1cee9-5985-4e2b-a112-fb694e525419"
],
"ApprovedBy": "1261271a-9548-4622-9f99-44d7f4ffbc8b",
"ApprovalDate": "2026-04-11T14:55:57.9077734+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "71226e2d-79f4-477d-87cb-664726aec994",
"id": "00da80e9-747c-4c26-b639-8033c1fe545d",
"ConfigId": "18d360b0-483a-454b-8075-122beb323ded"
}