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-01-28T02:38:10.2410502+00:00",
"SubmitDate": "2026-01-28T02:38:10.2410502+00:00",
"ReportPeriodStart": "2026-01-28T02:38:10.2410502+00:00",
"ReportPeriodEnd": "2026-01-28T02:38:10.2410502+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6dec883e-457b-41be-864b-ad5090003ba6",
"Rows": [
{
"ItemId": "c68b4f03-4e6a-4abf-b1e0-b9223cca7689",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c68b4f03-4e6a-4abf-b1e0-b9223cca7689",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6dec883e-457b-41be-864b-ad5090003ba6",
"Rows": [
{
"ItemId": "c68b4f03-4e6a-4abf-b1e0-b9223cca7689",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c68b4f03-4e6a-4abf-b1e0-b9223cca7689",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0c8aba2b-980e-46b4-a7ce-438684f604e9",
"cfa7e7dd-9b8e-4a4a-9c0a-c7160d6a5c71"
],
"Approvers": [
"d2786f73-ab72-4d45-9cfa-b85ced1cebc6",
"02bf4c4b-0984-4929-8ef7-0453701a633b"
],
"ApprovedBy": "3097cc30-257b-46a0-bc2d-12ca70292b91",
"ApprovalDate": "2026-01-28T02:38:10.2410502+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ac91abe7-1a21-4583-960e-a7a079afb401",
"id": "4accad3d-3351-4670-9a55-3effeec180df",
"ConfigId": "51016818-fef3-4917-80cf-ea9fd4f2d0a3"
}