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-11-19T05:22:48.9696653+00:00",
"SubmitDate": "2025-11-19T05:22:48.9696653+00:00",
"ReportPeriodStart": "2025-11-19T05:22:48.9696653+00:00",
"ReportPeriodEnd": "2025-11-19T05:22:48.9696653+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fa9a4ec7-8871-4000-8780-f548eff150d0",
"Rows": [
{
"ItemId": "becd75ee-d651-40a3-893f-f1ec929d1e3c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "becd75ee-d651-40a3-893f-f1ec929d1e3c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fa9a4ec7-8871-4000-8780-f548eff150d0",
"Rows": [
{
"ItemId": "becd75ee-d651-40a3-893f-f1ec929d1e3c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "becd75ee-d651-40a3-893f-f1ec929d1e3c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"74c71d38-54c5-45e6-95b0-254e5b8ab1c7",
"9cdd699a-9e6d-4017-b70c-c7573d1eb013"
],
"Approvers": [
"6e539414-d055-4d2f-9a3a-badb178b829c",
"1a41b77a-8e48-4ddb-9095-d4e73e4639eb"
],
"ApprovedBy": "8e6ccc6e-c5b4-4315-bbee-c019cec8cf10",
"ApprovalDate": "2025-11-19T05:22:48.9696653+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "40e16a26-026f-425d-988d-802b1556be9a",
"id": "6c811d13-70f2-4078-9700-0a5a896b6cc4",
"ConfigId": "8e7d3d63-06a0-470a-8830-ed46fbda47a3"
}