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-05-06T23:54:45.6500367+00:00",
"SubmitDate": "2026-05-06T23:54:45.6500367+00:00",
"ReportPeriodStart": "2026-05-06T23:54:45.6500367+00:00",
"ReportPeriodEnd": "2026-05-06T23:54:45.6500367+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "653af665-119d-4978-9e54-4cd25544c181",
"Rows": [
{
"ItemId": "23be855c-c45b-4a04-bbbc-dd80c4063396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "23be855c-c45b-4a04-bbbc-dd80c4063396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "653af665-119d-4978-9e54-4cd25544c181",
"Rows": [
{
"ItemId": "23be855c-c45b-4a04-bbbc-dd80c4063396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "23be855c-c45b-4a04-bbbc-dd80c4063396",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9e05e4ca-d75d-4eec-9233-8510856fe51b",
"b2be6cb7-5d1a-49e6-8326-7014d8559674"
],
"Approvers": [
"9a5e3279-125c-4dee-b959-f9778bad703b",
"bf03a059-f623-4194-b9b6-0284094bd851"
],
"ApprovedBy": "7b136691-c824-439c-9648-96b621def612",
"ApprovalDate": "2026-05-06T23:54:45.6500367+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ca4400d-12a5-4e07-b1c6-372d1e2f8377",
"id": "f15d0df5-c9c5-4a96-a969-d11eb237b65e",
"ConfigId": "eaf53789-3f61-410b-be6b-455a8e785267"
}