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-12T12:14:51.4114199+00:00",
"SubmitDate": "2025-11-12T12:14:51.4114199+00:00",
"ReportPeriodStart": "2025-11-12T12:14:51.4114199+00:00",
"ReportPeriodEnd": "2025-11-12T12:14:51.4114199+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6c400ae4-664e-4687-9e2b-a799a0889542",
"Rows": [
{
"ItemId": "5399e0e5-c490-4703-b8c9-1bb819571798",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5399e0e5-c490-4703-b8c9-1bb819571798",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6c400ae4-664e-4687-9e2b-a799a0889542",
"Rows": [
{
"ItemId": "5399e0e5-c490-4703-b8c9-1bb819571798",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5399e0e5-c490-4703-b8c9-1bb819571798",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4f04296c-7e4f-4fcf-a038-c4b0fe8f17c5",
"3d44274e-1ced-4beb-900b-56d2e639a729"
],
"Approvers": [
"532993f3-156c-4c47-a937-bc23c5eab6e9",
"7843feeb-8817-4065-b04e-c3b7d9801043"
],
"ApprovedBy": "19cd7655-e7b3-4ca3-b660-99f388345e72",
"ApprovalDate": "2025-11-12T12:14:51.4114199+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1943eebc-fd92-4736-b446-983a1aa14ecf",
"id": "611c6201-eab5-42ae-a220-a285e20678cb",
"ConfigId": "323f21e5-41e0-4b17-8264-4a69a94572c0"
}