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-12-30T22:33:50.6336672+00:00",
"SubmitDate": "2025-12-30T22:33:50.6336672+00:00",
"ReportPeriodStart": "2025-12-30T22:33:50.6336672+00:00",
"ReportPeriodEnd": "2025-12-30T22:33:50.6336672+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "91c5c7c7-5f35-4d24-88f1-c4603986a87a",
"Rows": [
{
"ItemId": "d3971271-5be8-4feb-aab8-368afdad94d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3971271-5be8-4feb-aab8-368afdad94d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "91c5c7c7-5f35-4d24-88f1-c4603986a87a",
"Rows": [
{
"ItemId": "d3971271-5be8-4feb-aab8-368afdad94d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d3971271-5be8-4feb-aab8-368afdad94d6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"91af2e0c-4ddd-4a02-9b8e-8af1e4584534",
"0077a4ed-e86a-490f-bc73-05a283ebd2f9"
],
"Approvers": [
"0b493842-9dd3-4d3c-926f-fe2568deb153",
"ece7be5c-cb14-423b-873f-6a6d3acf8626"
],
"ApprovedBy": "0b33c72d-7851-4b88-9a28-ecd3e3e2dd8c",
"ApprovalDate": "2025-12-30T22:33:50.6336672+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3ac9c5df-0b8a-4259-afdd-d8dc31049b3e",
"id": "bb3796e5-b575-4e4f-aac5-88bae95efb94",
"ConfigId": "ed83d5a9-cd88-4e4d-8a6f-9270167b5a51"
}