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-03-27T02:59:06.2261257+00:00",
"SubmitDate": "2026-03-27T02:59:06.2261257+00:00",
"ReportPeriodStart": "2026-03-27T02:59:06.2261257+00:00",
"ReportPeriodEnd": "2026-03-27T02:59:06.2261257+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ba888fb7-ff28-4ff3-943e-1561517f7730",
"Rows": [
{
"ItemId": "2aab6722-3bdf-4643-9ae0-b40fea969631",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2aab6722-3bdf-4643-9ae0-b40fea969631",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ba888fb7-ff28-4ff3-943e-1561517f7730",
"Rows": [
{
"ItemId": "2aab6722-3bdf-4643-9ae0-b40fea969631",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2aab6722-3bdf-4643-9ae0-b40fea969631",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1500b395-3b90-46cc-85cf-234e66776760",
"14ef5c09-a322-4851-8281-c882f6b464eb"
],
"Approvers": [
"6195c89a-8c01-4abd-992b-43f4336b19af",
"c8e5b4ef-d210-43c0-8c6e-37b6f0b9cd14"
],
"ApprovedBy": "4103af21-2f01-41ef-b748-92b3d871b067",
"ApprovalDate": "2026-03-27T02:59:06.2261257+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2b47baf7-5dea-4860-8524-73b2b817bd07",
"id": "9ea18b19-aa6d-4056-8270-c1a9bea493f7",
"ConfigId": "2c13ab06-41b0-4cb3-bcea-44226da9d4ac"
}