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-29T06:45:28.5585554+00:00",
"SubmitDate": "2025-11-29T06:45:28.5585554+00:00",
"ReportPeriodStart": "2025-11-29T06:45:28.5585554+00:00",
"ReportPeriodEnd": "2025-11-29T06:45:28.5585554+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "238dd916-f811-4c83-ae2d-94b1222dde49",
"Rows": [
{
"ItemId": "b87e9cc7-531f-43c4-9b93-5ef431e55858",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b87e9cc7-531f-43c4-9b93-5ef431e55858",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "238dd916-f811-4c83-ae2d-94b1222dde49",
"Rows": [
{
"ItemId": "b87e9cc7-531f-43c4-9b93-5ef431e55858",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b87e9cc7-531f-43c4-9b93-5ef431e55858",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9853715b-68d0-461e-8e0c-4d26237a06f5",
"1844dead-5af9-41bc-8014-01ea877a6f3a"
],
"Approvers": [
"7ff2f83d-ca93-405b-baa1-9197fe8f010f",
"1b4d59d4-067d-4773-8716-247a83b8c15a"
],
"ApprovedBy": "643c81e4-0010-4e5d-9309-186bda7e4487",
"ApprovalDate": "2025-11-29T06:45:28.5585554+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "591de2e0-e142-4ee6-bbae-1d668ca547fb",
"id": "8d366345-87ab-4b8f-b91f-c6909b79bdf1",
"ConfigId": "0f3a97c5-961a-4335-8660-52c5cd7d6071"
}