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-01-02T21:44:07.8184993-06:00",
"FsFacilityId": 1,
"FsDeptId": 1,
"FsSkillLevelId": 1,
"StartDate": "2026-01-02T21:44:07.8184993-06:00",
"EndDate": "2026-01-02T21:44:07.8184993-06:00",
"AssignmentId": "ea463393-e524-4839-a78e-2abbce3d7a0a",
"ReleaseTradeAction": 6
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true