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-09T11:02:58.6964402+00:00",
"SubmitDate": "2026-01-09T11:02:58.6964402+00:00",
"ReportPeriodStart": "2026-01-09T11:02:58.6964402+00:00",
"ReportPeriodEnd": "2026-01-09T11:02:58.6964402+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "14c4ef0b-e960-4626-a8d3-3cc9fe76d429",
"Rows": [
{
"ItemId": "1450c475-1042-4d13-a052-a5ede3698433",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1450c475-1042-4d13-a052-a5ede3698433",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "14c4ef0b-e960-4626-a8d3-3cc9fe76d429",
"Rows": [
{
"ItemId": "1450c475-1042-4d13-a052-a5ede3698433",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1450c475-1042-4d13-a052-a5ede3698433",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"617e56ce-69fa-4caa-afd4-0ec450872113",
"19a40e36-f277-4981-a0c5-4666e6b25291"
],
"Approvers": [
"8e6ea323-b8a4-458c-8a6a-b3ed3a39f822",
"ced1b888-9f21-492d-a240-0087dcf8416c"
],
"ApprovedBy": "1ed035c6-3ad3-4faa-a105-ce7cfbff830d",
"ApprovalDate": "2026-01-09T11:02:58.6964402+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "11dc40b9-48e0-4f61-93c8-2f6795616a9d",
"id": "092c5dca-a4e9-425e-9fb1-96962f5fc8d9",
"ConfigId": "1c78765a-757b-4676-ba05-2feb3d1f8a2c"
}