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-04-25T03:40:19.8213097+00:00",
"SubmitDate": "2026-04-25T03:40:19.8213097+00:00",
"ReportPeriodStart": "2026-04-25T03:40:19.8213097+00:00",
"ReportPeriodEnd": "2026-04-25T03:40:19.8213097+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "18e359df-4a3e-4f14-b087-847d5d2ee230",
"Rows": [
{
"ItemId": "263546b6-fe46-49be-bf94-5f15bc8db379",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "263546b6-fe46-49be-bf94-5f15bc8db379",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "18e359df-4a3e-4f14-b087-847d5d2ee230",
"Rows": [
{
"ItemId": "263546b6-fe46-49be-bf94-5f15bc8db379",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "263546b6-fe46-49be-bf94-5f15bc8db379",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"853ab43b-b075-4fb3-af67-65e9a9f2dd08",
"8703df60-33cc-4003-b20e-269d9937e157"
],
"Approvers": [
"8306333f-4a8f-4c31-99e7-c2ec88a76f0b",
"ebd9654a-7429-472e-94bb-60a714380eb7"
],
"ApprovedBy": "56aecfe1-f153-4877-a2af-39fe682bfe86",
"ApprovalDate": "2026-04-25T03:40:19.8213097+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a5897386-80bb-4099-aeef-b835a047a6e6",
"id": "4edb7585-67f9-4e76-b63d-b4fe4748961c",
"ConfigId": "4187633f-5999-4e81-a373-f21444d36258"
}