POST api/tenancy/checkout/{id}/feedback
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Check out appointment Id |
integer |
Required |
Body Parameters
SaveCheckOutFeedbackDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Notes | string |
None. |
|
| Description | string |
None. |
|
| Status | EnumDataContract |
None. |
|
| Reason | EnumDataContract |
None. |
|
| DateTime | date |
None. |
|
| DocumentIds | Collection of integer |
None. |
|
| NegIds | Collection of integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"Notes": "sample string 1",
"Description": "sample string 2",
"Status": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Reason": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"DateTime": "2025-11-17T20:04:50.5135918Z",
"DocumentIds": [
1,
2
],
"NegIds": [
1,
2
],
"Id": 3
}
Response Information
Resource Description
CheckOutFeedbackDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Team | EventTeamDataContract |
None. |
|
| Notes | Collection of EventNoteCommandDataContract |
None. |
|
| Documents | Collection of DocumentDataContract |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| DateTime | date |
None. |
|
| EventCategory | EnumDataContract |
None. |
|
| EventType | EnumDataContract |
None. |
|
| EventStatus | EnumDataContract |
None. |
|
| Negotiators | Collection of ListNegotiatorDataContract |
None. |
|
| BranchId | integer |
None. |
|
| OwningTeamId | integer |
None. |
|
| TeamAccessType | string |
None. |
|
| CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | CreatedByDataContract |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.