POST api/progression/sales/fallenthrough
Set Marketing Role as Fallen Through
Request Information
URI Parameters
None.
Body Parameters
Details of the fallen though
FallenThroughCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
None. |
|
| FallenThroughDateTime | date |
None. |
|
| PutOnMarket | boolean |
None. |
|
| Reason | string |
None. |
|
| NegotiatorIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"RoleId": 1,
"FallenThroughDateTime": "2025-11-05T10:10:31.8297918Z",
"PutOnMarket": true,
"Reason": "sample string 2",
"NegotiatorIds": [
1,
2
]
}
Response Information
Resource Description
FallenThroughDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| OfferId | integer |
None. |
|
| ApplicantGroup | EventGroupDataContract |
None. |
|
| 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.