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-25T10:21:28.2446797+00:00",
"SubmitDate": "2025-12-25T10:21:28.2446797+00:00",
"ReportPeriodStart": "2025-12-25T10:21:28.2446797+00:00",
"ReportPeriodEnd": "2025-12-25T10:21:28.2446797+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "260a518d-3fca-496e-ba1c-03db479ba7b0",
"Rows": [
{
"ItemId": "6b3d7c4b-41e9-4c54-b189-f5b575e667de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6b3d7c4b-41e9-4c54-b189-f5b575e667de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "260a518d-3fca-496e-ba1c-03db479ba7b0",
"Rows": [
{
"ItemId": "6b3d7c4b-41e9-4c54-b189-f5b575e667de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6b3d7c4b-41e9-4c54-b189-f5b575e667de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b55bc66a-57a3-4101-a7c6-2688586472f6",
"4f1af0fe-7dfc-4a0f-890f-82f7b17d8ad0"
],
"Approvers": [
"122d3f38-7174-47f2-ac1a-330b1b68d282",
"efe81851-d6c3-42d5-ba08-cb479de7df4f"
],
"ApprovedBy": "7159696c-d9fb-4d6b-b8ff-1fa0671eb8d2",
"ApprovalDate": "2025-12-25T10:21:28.2446797+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2a04ad33-66da-4e7b-8790-d72b21529230",
"id": "8b0da5a0-c686-49f6-ae47-2d3cb32b256d",
"ConfigId": "6e7a1bc8-c563-4bab-a2ce-5b9712fc977d"
}