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-07T10:31:26.8474815+00:00",
"SubmitDate": "2026-04-07T10:31:26.8474815+00:00",
"ReportPeriodStart": "2026-04-07T10:31:26.8474815+00:00",
"ReportPeriodEnd": "2026-04-07T10:31:26.8474815+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "444f9e20-dc51-4a68-a4e3-3964edb4216b",
"Rows": [
{
"ItemId": "834127a6-edc1-47b2-8a53-26116353df1d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "834127a6-edc1-47b2-8a53-26116353df1d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "444f9e20-dc51-4a68-a4e3-3964edb4216b",
"Rows": [
{
"ItemId": "834127a6-edc1-47b2-8a53-26116353df1d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "834127a6-edc1-47b2-8a53-26116353df1d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"45d006d5-3dcb-4443-9b7a-6790b0e6acdc",
"4c5ccb1c-607a-4d15-8940-cb3a19312537"
],
"Approvers": [
"31b487dd-5c50-49ec-8548-1d70c441e97f",
"94938f37-b0b5-4f02-b1a2-9e422a26e382"
],
"ApprovedBy": "402e1b95-f5fe-4df5-8dce-d85951276552",
"ApprovalDate": "2026-04-07T10:31:26.8474815+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e98c0367-dae0-46f7-ab82-ce3957348301",
"id": "4976c867-6ee0-41cd-be26-a8237a54e6d3",
"ConfigId": "85784396-bb4a-40d1-af0b-0f098e84ef21"
}