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-13T12:15:28.1745629+00:00",
"SubmitDate": "2025-11-13T12:15:28.1745629+00:00",
"ReportPeriodStart": "2025-11-13T12:15:28.1745629+00:00",
"ReportPeriodEnd": "2025-11-13T12:15:28.1745629+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f81bad1c-bb3a-42c7-b659-83515d5b0b4c",
"Rows": [
{
"ItemId": "5a22dd5a-6fef-498e-9b8b-70267d567a9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5a22dd5a-6fef-498e-9b8b-70267d567a9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f81bad1c-bb3a-42c7-b659-83515d5b0b4c",
"Rows": [
{
"ItemId": "5a22dd5a-6fef-498e-9b8b-70267d567a9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5a22dd5a-6fef-498e-9b8b-70267d567a9c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0b753acd-67dd-41c5-ab6a-2a0e299d2308",
"8ae90f28-734b-4ea4-b450-052e66a162e7"
],
"Approvers": [
"9005ad76-1a7a-44e1-a8e0-b06763e243b7",
"5f9b38c0-1e61-4415-941b-a896b314fe67"
],
"ApprovedBy": "b204a829-75fc-454f-ba39-ef97406348d7",
"ApprovalDate": "2025-11-13T12:15:28.1745629+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f706050e-daf4-4f57-b483-ee818311a6c0",
"id": "5f0d0c1e-4b83-409e-bf21-17cacbe00552",
"ConfigId": "02e988e3-5f1f-4480-a39c-28f3b2e31c19"
}