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-02T21:07:15.6458227+00:00",
"SubmitDate": "2026-01-02T21:07:15.6458227+00:00",
"ReportPeriodStart": "2026-01-02T21:07:15.6458227+00:00",
"ReportPeriodEnd": "2026-01-02T21:07:15.6458227+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a53a3fa2-8fc8-4a46-ab8c-de91cea8cd7e",
"Rows": [
{
"ItemId": "30f36714-9e49-4a06-9589-dccdafd33f91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30f36714-9e49-4a06-9589-dccdafd33f91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a53a3fa2-8fc8-4a46-ab8c-de91cea8cd7e",
"Rows": [
{
"ItemId": "30f36714-9e49-4a06-9589-dccdafd33f91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30f36714-9e49-4a06-9589-dccdafd33f91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2c12d7cb-0125-4429-990c-4266ee5cdcdf",
"8ceebfe1-4c83-41cb-bbec-d171f9284748"
],
"Approvers": [
"f6a3303b-dc73-44b6-a922-becdafd88e3f",
"7032e62c-13bf-4f1e-9a20-c3a5882cdff5"
],
"ApprovedBy": "01ae0a11-a738-4422-9244-2594cda983ff",
"ApprovalDate": "2026-01-02T21:07:15.6614496+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7ba1e05e-c468-4d1c-8fd4-9a3ec3ed2297",
"id": "3dc222ff-6605-412e-9611-b45e43d33765",
"ConfigId": "b0408573-04e7-4d7f-bb9c-a407d8ea72e3"
}