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-19T11:14:31.6484077+00:00",
"SubmitDate": "2025-12-19T11:14:31.6484077+00:00",
"ReportPeriodStart": "2025-12-19T11:14:31.6484077+00:00",
"ReportPeriodEnd": "2025-12-19T11:14:31.6484077+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "77b40306-01cb-4afa-9903-30e13b108130",
"Rows": [
{
"ItemId": "98efdde1-35a3-462b-a186-8dcd7547c9b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98efdde1-35a3-462b-a186-8dcd7547c9b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "77b40306-01cb-4afa-9903-30e13b108130",
"Rows": [
{
"ItemId": "98efdde1-35a3-462b-a186-8dcd7547c9b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98efdde1-35a3-462b-a186-8dcd7547c9b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a1f7c2dd-6cea-44e6-ad06-0886834a0ca4",
"90513552-593b-43fb-8db1-0bc5410bd6d0"
],
"Approvers": [
"a0c6e0c9-9a2b-4882-b5a7-c4b9af50d375",
"ef709035-ad02-4409-b3e6-ffe32be8e224"
],
"ApprovedBy": "e73c7c66-c7ed-4d3f-87d9-51a8f8576bc1",
"ApprovalDate": "2025-12-19T11:14:31.6484077+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "43d37a3c-fa86-44e2-a78a-0edea92b822c",
"id": "838ec672-cf18-4b38-a162-c461b4976358",
"ConfigId": "3facf42c-e5bf-4e5f-b158-627e0146a1ba"
}