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-12T15:42:49.1341901+00:00",
"SubmitDate": "2025-12-12T15:42:49.1341901+00:00",
"ReportPeriodStart": "2025-12-12T15:42:49.1341901+00:00",
"ReportPeriodEnd": "2025-12-12T15:42:49.1341901+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eb33e1ca-aecf-4153-84d5-5bec7a41b7a4",
"Rows": [
{
"ItemId": "35a87d8d-0772-4566-ada5-2b5cdbd560f0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "35a87d8d-0772-4566-ada5-2b5cdbd560f0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eb33e1ca-aecf-4153-84d5-5bec7a41b7a4",
"Rows": [
{
"ItemId": "35a87d8d-0772-4566-ada5-2b5cdbd560f0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "35a87d8d-0772-4566-ada5-2b5cdbd560f0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5e0f97b8-c79b-4302-ae3e-acac69134f70",
"9322e761-534c-45bb-aec8-7857e68837f9"
],
"Approvers": [
"7bcc79ec-9d6a-4dfe-bb9c-f71561cc1c58",
"da1545fa-5370-471a-897f-03319309299c"
],
"ApprovedBy": "c2de5a2c-75d1-4552-83ca-8568304fc460",
"ApprovalDate": "2025-12-12T15:42:49.1341901+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "97bb0a80-a17a-4737-bb5c-47afad85bab4",
"id": "3166532a-54e2-45d9-908c-6b3ffc12083a",
"ConfigId": "cdd968a5-5788-40f8-a288-587c0f7b8b77"
}