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": "2025-11-14T09:17:28.0893465+00:00",
"SubmitDate": "2025-11-14T09:17:28.0893465+00:00",
"ReportPeriodStart": "2025-11-14T09:17:28.0893465+00:00",
"ReportPeriodEnd": "2025-11-14T09:17:28.0893465+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "081cab5c-0e08-44e7-af34-3aa2eb9ffc25",
"Rows": [
{
"ItemId": "504af087-f219-49f3-86e6-90101d823ace",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "504af087-f219-49f3-86e6-90101d823ace",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "081cab5c-0e08-44e7-af34-3aa2eb9ffc25",
"Rows": [
{
"ItemId": "504af087-f219-49f3-86e6-90101d823ace",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "504af087-f219-49f3-86e6-90101d823ace",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f1b9a10f-1317-4105-90b6-d81d04a7cede",
"64ae49a4-3943-4630-a03b-8fc543dbcea0"
],
"Approvers": [
"40c86e15-1568-4465-b790-b4a073f4bf5e",
"0c716284-0a95-4e6f-a76b-6ec8a87fed4e"
],
"ApprovedBy": "90995998-6c61-4f53-8085-0608a1d150f5",
"ApprovalDate": "2025-11-14T09:17:28.0893465+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b9073266-dd1d-4e5b-954e-ebe89f5fe98f",
"id": "2b26da11-04dc-410d-88af-042c5edf78fa",
"ConfigId": "2b5efcc1-19ce-44d2-8574-9a0ad8bd2b27"
}