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-30T07:53:26.7154475+00:00",
"SubmitDate": "2026-04-30T07:53:26.7154475+00:00",
"ReportPeriodStart": "2026-04-30T07:53:26.7154475+00:00",
"ReportPeriodEnd": "2026-04-30T07:53:26.7154475+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "212061f4-324c-4a39-a8c8-efccbab8cdf0",
"Rows": [
{
"ItemId": "296b3629-76f6-4bec-8da6-1745fb7763af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "296b3629-76f6-4bec-8da6-1745fb7763af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "212061f4-324c-4a39-a8c8-efccbab8cdf0",
"Rows": [
{
"ItemId": "296b3629-76f6-4bec-8da6-1745fb7763af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "296b3629-76f6-4bec-8da6-1745fb7763af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4c8a42fc-5393-4bcd-bbba-216ae6306f2e",
"7e5aae51-5992-4acc-bbcf-881a9d4c0e81"
],
"Approvers": [
"39817ca8-ea30-4558-82d3-5b77c22edd9b",
"8547af2c-5a93-49bb-82ef-97be8637ab6b"
],
"ApprovedBy": "219a3dde-f84d-4176-b7ec-4e2983a84af6",
"ApprovalDate": "2026-04-30T07:53:26.7154475+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "45833978-51ed-4e11-8c98-7aaa6189cd8d",
"id": "3c2b73ee-f852-4f5d-969d-6f21f4dcb988",
"ConfigId": "b2287b6e-9ec1-4646-8d66-1ae9249cb276"
}