POST api/assignment/UpdateContactAssignment
Request Information
URI Parameters
None.
Body Parameters
ContactAssignment| Name | Description | Type | Additional information |
|---|---|---|---|
| vms_name | string |
None. |
|
| vms_contactassignmentgroup | string |
None. |
|
| vms_assignmentgroupid | string |
None. |
|
| vms_assignmentorchestrator | string |
None. |
|
| vms_status | string |
None. |
|
| vms_completedbefore | date |
None. |
|
| vms_completiondate | date |
None. |
|
| vms_actionurl | string |
None. |
|
| vms_assignment | string |
None. |
|
| vms_contactassignmentid | string |
None. |
|
| vms_description | string |
None. |
|
| vms_order | integer |
None. |
|
| vms_priority | integer |
None. |
|
| vms_assignmenttype | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"vms_name": "sample string 1",
"vms_contactassignmentgroup": "sample string 2",
"vms_assignmentgroupid": "sample string 3",
"vms_assignmentorchestrator": "sample string 4",
"vms_status": "sample string 5",
"vms_completedbefore": "2025-12-24T14:52:36.383287+00:00",
"vms_completiondate": "2025-12-24T14:52:36.383287+00:00",
"vms_actionurl": "sample string 6",
"vms_assignment": "sample string 7",
"vms_contactassignmentid": "sample string 8",
"vms_description": "sample string 9",
"vms_order": 10,
"vms_priority": 11,
"vms_assignmenttype": 12
}
application/xml, text/xml
Sample:
<ContactAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WA.EvtMgmt.WebApi.Models"> <vms_actionurl>sample string 6</vms_actionurl> <vms_assignment>sample string 7</vms_assignment> <vms_assignmentgroupid>sample string 3</vms_assignmentgroupid> <vms_assignmentorchestrator>sample string 4</vms_assignmentorchestrator> <vms_assignmenttype>12</vms_assignmenttype> <vms_completedbefore>2025-12-24T14:52:36.383287+00:00</vms_completedbefore> <vms_completiondate>2025-12-24T14:52:36.383287+00:00</vms_completiondate> <vms_contactassignmentgroup>sample string 2</vms_contactassignmentgroup> <vms_contactassignmentid>sample string 8</vms_contactassignmentid> <vms_description>sample string 9</vms_description> <vms_name>sample string 1</vms_name> <vms_order>10</vms_order> <vms_priority>11</vms_priority> <vms_status>sample string 5</vms_status> </ContactAssignment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |