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-03-11T06:26:56.7507753+00:00",
"SubmitDate": "2026-03-11T06:26:56.7507753+00:00",
"ReportPeriodStart": "2026-03-11T06:26:56.7507753+00:00",
"ReportPeriodEnd": "2026-03-11T06:26:56.7507753+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d7a66b7e-23b1-4403-a48e-4807cd0f62e4",
"Rows": [
{
"ItemId": "cacc9dad-1c78-4ef9-b439-9931e28262ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cacc9dad-1c78-4ef9-b439-9931e28262ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d7a66b7e-23b1-4403-a48e-4807cd0f62e4",
"Rows": [
{
"ItemId": "cacc9dad-1c78-4ef9-b439-9931e28262ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cacc9dad-1c78-4ef9-b439-9931e28262ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"26571098-fc43-4a6d-babe-724b29898e69",
"daf64cf2-d3d2-4f39-9c1e-3e4494a24465"
],
"Approvers": [
"7f8542ad-0f8b-469f-bd55-1b78b37d6116",
"a5388f52-1e52-49a6-b583-8bf3464ae949"
],
"ApprovedBy": "cca39b92-ca87-49dd-8f85-a0610b972375",
"ApprovalDate": "2026-03-11T06:26:56.7507753+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "959179ff-5759-4e35-aaec-cd447fc4862f",
"id": "c4bbdcec-40a6-4988-9ee2-5fae37bc3725",
"ConfigId": "eef7c3aa-7803-482e-93cd-325dfd0e94d4"
}