PUT api/v1/assignments/UpdateTradeAssignment
Release or Cancel trade assignments -To Make and cancel availability for trade This is an asynchronous service.
Request Information
URI Parameters
None.
Body Parameters
RequestTradeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsDualSignOff | boolean |
Required |
|
| FsUserId | integer |
Required |
|
| CutoffDate | date |
None. |
|
| FsFacilityId | integer |
None. |
|
| FsDeptId | integer |
None. |
|
| FsSkillLevelId | integer |
None. |
|
| StartDate | date |
Required |
|
| EndDate | date |
Required |
|
| AssignmentId | globally unique identifier |
None. |
|
| ReleaseTradeAction | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsDualSignOff": true,
"FsUserId": 2,
"CutoffDate": "2026-03-10T17:23:32.5364377-05:00",
"FsFacilityId": 1,
"FsDeptId": 1,
"FsSkillLevelId": 1,
"StartDate": "2026-03-10T17:23:32.5364377-05:00",
"EndDate": "2026-03-10T17:23:32.5364377-05:00",
"AssignmentId": "14d7ffa9-7fa8-49d6-863b-34fb1c59c7e7",
"ReleaseTradeAction": 6
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true