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-02-07T21:06:40.3813649+00:00",
"SubmitDate": "2026-02-07T21:06:40.3813649+00:00",
"ReportPeriodStart": "2026-02-07T21:06:40.3813649+00:00",
"ReportPeriodEnd": "2026-02-07T21:06:40.3813649+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1e183c77-9c5c-4b4e-a044-c2da5965ec51",
"Rows": [
{
"ItemId": "66e85c22-b507-478e-8836-e674a684d010",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66e85c22-b507-478e-8836-e674a684d010",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1e183c77-9c5c-4b4e-a044-c2da5965ec51",
"Rows": [
{
"ItemId": "66e85c22-b507-478e-8836-e674a684d010",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66e85c22-b507-478e-8836-e674a684d010",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"461d89aa-d6b1-44a3-b023-c9bdba63033b",
"df0819e0-8148-4dc7-a86b-96b96d4f8577"
],
"Approvers": [
"221419c2-77fc-43bb-bde2-6a16ba8eca92",
"1221b2f3-3b93-4cad-872d-6e5e5d9a183b"
],
"ApprovedBy": "03ab9705-5b8e-4bd2-8198-290419d746ee",
"ApprovalDate": "2026-02-07T21:06:40.3813649+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f2ad55b8-ccc7-46b4-b0a2-253ec69804ca",
"id": "dde6e078-3714-48ce-860d-26e053d4ca81",
"ConfigId": "5f89ea9a-9726-451a-9988-a3475752b4ed"
}