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-05-30T01:18:32.9198684+00:00",
"SubmitDate": "2026-05-30T01:18:32.9198684+00:00",
"ReportPeriodStart": "2026-05-30T01:18:32.9198684+00:00",
"ReportPeriodEnd": "2026-05-30T01:18:32.9198684+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0e9555b0-395a-4ee4-9ae4-a2b11ee18c85",
"Rows": [
{
"ItemId": "a72428ee-1285-471d-95b8-c9057e956bd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a72428ee-1285-471d-95b8-c9057e956bd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0e9555b0-395a-4ee4-9ae4-a2b11ee18c85",
"Rows": [
{
"ItemId": "a72428ee-1285-471d-95b8-c9057e956bd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a72428ee-1285-471d-95b8-c9057e956bd9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"72ffe2f9-6bb5-489b-82fe-5b2d6c3aa6ac",
"67233946-9d0e-4e58-9ad0-6c1aa2c45fac"
],
"Approvers": [
"6ee944eb-58e6-47cb-a39f-d55fd0681c18",
"ff5b10be-e612-4c60-9da8-7e45d83e467a"
],
"ApprovedBy": "8b91a213-a502-49be-81ff-7c2f9940b8ed",
"ApprovalDate": "2026-05-30T01:18:32.9198684+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d5e8f8a0-1bcb-400c-82bd-67029d56493b",
"id": "e2145f1d-9ee6-4528-802a-ecd19253c0cc",
"ConfigId": "8ede5ee6-c0bc-4296-bfc7-35efe6cd3e7e"
}