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-10T23:39:29.4868547+00:00",
"SubmitDate": "2025-12-10T23:39:29.4868547+00:00",
"ReportPeriodStart": "2025-12-10T23:39:29.4868547+00:00",
"ReportPeriodEnd": "2025-12-10T23:39:29.4868547+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "69fbada5-5f50-4791-8122-d958b6634b9f",
"Rows": [
{
"ItemId": "a4d543d9-9855-4d14-b93d-3b3f99f923a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4d543d9-9855-4d14-b93d-3b3f99f923a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "69fbada5-5f50-4791-8122-d958b6634b9f",
"Rows": [
{
"ItemId": "a4d543d9-9855-4d14-b93d-3b3f99f923a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4d543d9-9855-4d14-b93d-3b3f99f923a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"df311761-fdad-4ea4-8a39-2b911cf29223",
"5edf95fe-3a99-4b27-95ea-f8a06127b792"
],
"Approvers": [
"8d636e35-dac4-407d-bc10-b821fb60c690",
"3b85a4c9-2e3b-4463-835f-181d6522ea0d"
],
"ApprovedBy": "d57516e3-3250-49d1-83ac-4671a833e5fd",
"ApprovalDate": "2025-12-10T23:39:29.4868547+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dcea93a9-8e43-4c6e-acd5-aa145f3009f4",
"id": "54c7456f-8703-4d05-ad56-22e3f712b9b7",
"ConfigId": "d2f2894f-dd76-42f6-a5be-7ff66ec215b8"
}