POST Clients/Language?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
ClientLanguageDTOName | Description | Type | Additional information |
---|---|---|---|
ClientID | 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:
{ "clientID": 1, "languageEntryID": 2, "speaking": true, "reading": true, "writing": true, "sortOrder": 6, "comments": "sample string 7", "recordState": 1, "created": { "dateUtc": "2024-12-04T07:53:47.316778+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:53:47 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:53:47.316778+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:53:47 AM" }, "summary": "ClientLanguageDTO" }
application/xml, text/xml
Sample:
<ClientLanguageDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <ClientID>1</ClientID> <Comments>sample string 7</Comments> <Created> <DateUtc>2024-12-04T07:53:47.316778+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <LanguageEntryID>2</LanguageEntryID> <LastUpdated> <DateUtc>2024-12-04T07:53:47.316778+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <Reading>true</Reading> <RecordState>Active</RecordState> <SortOrder>6</SortOrder> <Speaking>true</Speaking> <Writing>true</Writing> </ClientLanguageDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͑�n�0�_%�ue��#Sn����a� QbU՚�r\!�x��H�)B/�����~�>���� F^-���6փ�q�cM�z��M��0 X ��w��KSG�!�f^��B��� }�"1�n�a���[ƫ��dF�>;vyLIUMJ5��Vj�23�~��s�_��4Rfΐ�>m���4�`��.�RM��� nh�����w��'�� �_��=i�����,���
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. |