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": "2025-12-10T12:51:59.0902305+00:00",
"SubmitDate": "2025-12-10T12:51:59.0902305+00:00",
"ReportPeriodStart": "2025-12-10T12:51:59.0902305+00:00",
"ReportPeriodEnd": "2025-12-10T12:51:59.0902305+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "039b6d0b-1a70-4863-ab35-2f079474ffc3",
"Rows": [
{
"ItemId": "ca06ec75-c307-4762-844b-c778032ce39d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ca06ec75-c307-4762-844b-c778032ce39d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "039b6d0b-1a70-4863-ab35-2f079474ffc3",
"Rows": [
{
"ItemId": "ca06ec75-c307-4762-844b-c778032ce39d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ca06ec75-c307-4762-844b-c778032ce39d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"43e5c49a-ca06-4eb4-9122-0dcc49208c44",
"964c1953-2581-4873-8c94-cb52ffc6dc64"
],
"Approvers": [
"4a11c845-0375-40ad-8aa9-8e078457e71b",
"69b9a014-8445-4010-ae13-e0f03e278d8f"
],
"ApprovedBy": "e62e79cc-9378-4d56-a905-919f8578515b",
"ApprovalDate": "2025-12-10T12:51:59.0902305+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "52d24aa4-412a-49ee-86e7-8f03997ceac5",
"id": "19a6420d-f8dd-4483-8bc7-39d3c27bc274",
"ConfigId": "aaf5cf28-52fd-4ac1-8c71-b63b9ed84e87"
}