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-28T22:37:25.3574482+00:00",
"SubmitDate": "2025-11-28T22:37:25.3574482+00:00",
"ReportPeriodStart": "2025-11-28T22:37:25.3574482+00:00",
"ReportPeriodEnd": "2025-11-28T22:37:25.3574482+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "37a621c5-a448-4bb7-8e2b-577f670a3ccd",
"Rows": [
{
"ItemId": "0a30fb54-9830-4ecb-ac1c-86856f29ca5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a30fb54-9830-4ecb-ac1c-86856f29ca5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "37a621c5-a448-4bb7-8e2b-577f670a3ccd",
"Rows": [
{
"ItemId": "0a30fb54-9830-4ecb-ac1c-86856f29ca5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0a30fb54-9830-4ecb-ac1c-86856f29ca5e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"73ed097d-8d8a-4245-b356-535d7f973b1b",
"e841b90a-7168-4463-a84f-62d2e8d0fac1"
],
"Approvers": [
"d06d2789-355b-45e4-b8ee-03346be9fda0",
"374b1121-1abe-47de-8ecd-40929616a9aa"
],
"ApprovedBy": "61910843-1fdd-495f-a933-7b862214f1cf",
"ApprovalDate": "2025-11-28T22:37:25.3574482+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dbf2eb8a-2375-49f6-a148-16bf7c8dc441",
"id": "3720e367-a5dc-446c-a92d-3cb9ae74fddb",
"ConfigId": "934f1c10-889c-4690-aa37-d74199f9669d"
}