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-07T12:40:34.4521095+00:00",
"SubmitDate": "2025-12-07T12:40:34.4521095+00:00",
"ReportPeriodStart": "2025-12-07T12:40:34.4521095+00:00",
"ReportPeriodEnd": "2025-12-07T12:40:34.4521095+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1121996e-71ea-4b62-85e7-781f62ce94b0",
"Rows": [
{
"ItemId": "d75a17a7-f2ac-4b44-bf37-e57587d9f4d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d75a17a7-f2ac-4b44-bf37-e57587d9f4d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1121996e-71ea-4b62-85e7-781f62ce94b0",
"Rows": [
{
"ItemId": "d75a17a7-f2ac-4b44-bf37-e57587d9f4d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d75a17a7-f2ac-4b44-bf37-e57587d9f4d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d46c257b-72ef-4bc4-b656-fa0701a43ace",
"3b61e094-e87f-4655-97af-d64b19160dc0"
],
"Approvers": [
"32365793-0597-43e1-a26e-002211fd8b9a",
"45692b9d-751e-40ee-8acc-f14a1fa71c13"
],
"ApprovedBy": "62cafdd2-4cae-40e0-a935-842f14b9d03f",
"ApprovalDate": "2025-12-07T12:40:34.4521095+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c26e1fda-e566-4e5b-a2fa-d2306db15197",
"id": "282a614f-ea8a-41dd-ba84-a9a53e0aa18d",
"ConfigId": "30bd7c8c-3a77-4417-8d83-ae87bbaddc5c"
}