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-28T17:14:13.8140225+00:00",
"SubmitDate": "2025-12-28T17:14:13.8140225+00:00",
"ReportPeriodStart": "2025-12-28T17:14:13.8140225+00:00",
"ReportPeriodEnd": "2025-12-28T17:14:13.8140225+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "39e5f457-7f11-4784-bb19-6855d56cab5e",
"Rows": [
{
"ItemId": "9874bd0c-0184-4dab-827a-c0e0dd4372de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9874bd0c-0184-4dab-827a-c0e0dd4372de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "39e5f457-7f11-4784-bb19-6855d56cab5e",
"Rows": [
{
"ItemId": "9874bd0c-0184-4dab-827a-c0e0dd4372de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9874bd0c-0184-4dab-827a-c0e0dd4372de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5d47bd28-a086-4145-89dd-9709de97cb80",
"3b8d23a0-6b08-4049-8f00-e53b427db597"
],
"Approvers": [
"7f617ddc-8601-4e49-94fe-8c0cf9c74c85",
"9304a71b-3dff-4e93-b82e-d0daca6f9feb"
],
"ApprovedBy": "4c05e5cc-3380-400e-aa0f-3e76db57840e",
"ApprovalDate": "2025-12-28T17:14:13.8140225+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "63b1e18d-0015-46d1-8433-f09ac3bdc29e",
"id": "6dfb6440-9181-45b4-92c2-8d385418862a",
"ConfigId": "4f48c972-3740-4b53-b79a-27521641f563"
}