PUT Workers/Language/{workerID}/{languageEntryID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
workerID | integer |
Required |
|
languageEntryID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
WorkerLanguageDTOName | Description | Type | Additional information |
---|---|---|---|
WorkerID | integer |
None. |
|
LanguageEntryID | integer |
None. |
|
Speaking | boolean |
None. |
|
Reading | boolean |
None. |
|
Writing | boolean |
None. |
|
SortOrder | integer |
None. |
|
Comments | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "workerID": 1, "languageEntryID": 2, "speaking": true, "reading": true, "writing": true, "sortOrder": 6, "comments": "sample string 7", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:01:34.1433947+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:01:34 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:01:34.1433947+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:01:34 AM" }, "summary": "WorkerLanguageDTO" }
application/xml, text/xml
Sample:
<WorkerLanguageDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <Comments>sample string 7</Comments> <Created> <DateUtc>2024-12-04T08:01:34.1433947+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <LanguageEntryID>2</LanguageEntryID> <LastUpdated> <DateUtc>2024-12-04T08:01:34.1433947+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <Reading>true</Reading> <RecordState>Active</RecordState> <SortOrder>6</SortOrder> <Speaking>true</Speaking> <WorkerID>1</WorkerID> <Writing>true</Writing> </WorkerLanguageDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �Q�j1��05ɆZs�P�z��s��h�e2���e=��͊P��my� 3?_�g8&�#���� .��kq�NCOW�;t�]l�2�X��w�H;��9��#�}��I!`���Ef*�b�Q���c��7řу=�/Ŗ�"�R���#i6��Jek�L]O��IJ+e1�3��|Hх�}�N��HQ(=6�!Bܼ�l ������/���>��z��i�Y��R,`b�
Response Information
Resource Description
HttpResponseMessageName | 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. |