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-03-26T11:51:55.0374681+00:00",
"SubmitDate": "2026-03-26T11:51:55.0374681+00:00",
"ReportPeriodStart": "2026-03-26T11:51:55.0374681+00:00",
"ReportPeriodEnd": "2026-03-26T11:51:55.0374681+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9853fcd7-0c0d-484b-a679-f29cffc1c565",
"Rows": [
{
"ItemId": "28b21806-d552-4f2e-910b-5a64839ed58e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28b21806-d552-4f2e-910b-5a64839ed58e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9853fcd7-0c0d-484b-a679-f29cffc1c565",
"Rows": [
{
"ItemId": "28b21806-d552-4f2e-910b-5a64839ed58e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "28b21806-d552-4f2e-910b-5a64839ed58e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9e46fca0-65a8-4e8b-9768-8bd979d9ed3b",
"75439728-30bd-49e7-84b7-c413a3c8a2da"
],
"Approvers": [
"86e898f8-64f2-406d-8854-4069ba89978c",
"29172296-1b51-4479-9881-aa6d1af12873"
],
"ApprovedBy": "38472ffd-c67a-4498-a8fb-263b68631331",
"ApprovalDate": "2026-03-26T11:51:55.0374681+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b66634a7-26bf-43eb-a253-7cf8ffe92128",
"id": "7380bace-17bb-4224-bde4-19b2a66605b7",
"ConfigId": "1dc18185-6a27-4e81-9070-81b8e554d84d"
}