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-04-04T10:43:16.0384214+00:00",
"SubmitDate": "2026-04-04T10:43:16.0384214+00:00",
"ReportPeriodStart": "2026-04-04T10:43:16.0384214+00:00",
"ReportPeriodEnd": "2026-04-04T10:43:16.0384214+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b430d4de-4538-4226-ac6c-f83f1b1288c1",
"Rows": [
{
"ItemId": "2adc1f70-6f66-4114-aec0-0ec99f75fd39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2adc1f70-6f66-4114-aec0-0ec99f75fd39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b430d4de-4538-4226-ac6c-f83f1b1288c1",
"Rows": [
{
"ItemId": "2adc1f70-6f66-4114-aec0-0ec99f75fd39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2adc1f70-6f66-4114-aec0-0ec99f75fd39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f59fb418-2c0f-4694-b62d-6142aca6f694",
"a7630b75-d51e-4ff8-b0fd-bca1fa1c29b3"
],
"Approvers": [
"55409c06-8620-467b-8efe-57a5ffbbcfc5",
"81178166-9973-4857-a70e-55ef3de3ba1e"
],
"ApprovedBy": "efa80791-6814-4aef-8a90-79066032bae5",
"ApprovalDate": "2026-04-04T10:43:16.0384214+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5dc7de87-e8ec-4156-8b56-0abbdd420b9f",
"id": "14b91837-72ec-4245-b567-af11d076e250",
"ConfigId": "c6cee79e-6eb0-4664-b52b-49facfc513e3"
}