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": "2026-06-03T23:52:11.6524246+00:00",
"SubmitDate": "2026-06-03T23:52:11.6524246+00:00",
"ReportPeriodStart": "2026-06-03T23:52:11.6524246+00:00",
"ReportPeriodEnd": "2026-06-03T23:52:11.6524246+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "838bab5d-4c97-4b55-9a41-7f83fbbc528d",
"Rows": [
{
"ItemId": "70a58afd-50b4-496c-b997-13a5cff36fb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "70a58afd-50b4-496c-b997-13a5cff36fb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "838bab5d-4c97-4b55-9a41-7f83fbbc528d",
"Rows": [
{
"ItemId": "70a58afd-50b4-496c-b997-13a5cff36fb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "70a58afd-50b4-496c-b997-13a5cff36fb5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"76444db2-d291-4a82-a7c8-edb28b8bed01",
"25bdf220-2a6a-4a30-9725-4cd2f149ff38"
],
"Approvers": [
"c29d8efb-40a6-4415-97b5-68398d47f783",
"5138ba52-e607-4ea3-b5a4-6c7dc65d00ff"
],
"ApprovedBy": "5fbee5ad-7f7a-4f21-9aab-0d2f598155f0",
"ApprovalDate": "2026-06-03T23:52:11.6524246+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a6e4a05f-ff27-48e8-a8fa-0accceb2c66c",
"id": "32dc156e-6265-4415-87f0-7a39a4515ef7",
"ConfigId": "0427e9e1-4b51-45bf-976b-05a02fc21212"
}