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-06-02T02:08:46.6325627+00:00",
"SubmitDate": "2026-06-02T02:08:46.6325627+00:00",
"ReportPeriodStart": "2026-06-02T02:08:46.6325627+00:00",
"ReportPeriodEnd": "2026-06-02T02:08:46.6325627+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dd42747c-15ef-47ab-af30-cad6bc815a98",
"Rows": [
{
"ItemId": "af741420-01a6-497a-a6b3-2a9b54ed3e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af741420-01a6-497a-a6b3-2a9b54ed3e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dd42747c-15ef-47ab-af30-cad6bc815a98",
"Rows": [
{
"ItemId": "af741420-01a6-497a-a6b3-2a9b54ed3e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af741420-01a6-497a-a6b3-2a9b54ed3e17",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f7067d5a-a06f-48b1-987c-d8a95ddbdeae",
"6676cc8d-a1c6-4502-a685-36a910ef54cc"
],
"Approvers": [
"17e122da-b8ad-40f3-a7b5-815a7bb581d1",
"6b3a9029-43f8-4c42-b53c-71cc82c72d44"
],
"ApprovedBy": "dd826b9e-f921-4976-abd1-44a34012a77b",
"ApprovalDate": "2026-06-02T02:08:46.6325627+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "90f4953e-0f9b-41b3-856b-456dea418645",
"id": "648cee0f-514e-4d72-8e65-ab287add56a9",
"ConfigId": "ec1e9607-109a-4f0b-a0fb-e2395223c35d"
}