POST Contacts/Language?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
ContactLanguageDTOName | Description | Type | Additional information |
---|---|---|---|
ContactID | 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:
{ "contactID": 1, "languageEntryID": 2, "speaking": true, "reading": true, "writing": true, "sortOrder": 6, "comments": "sample string 7", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:10:22.7041147+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:10:22 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:10:22.7041147+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:10:22 AM" }, "summary": "ContactLanguageDTO" }
application/xml, text/xml
Sample:
<ContactLanguageDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <Comments>sample string 7</Comments> <ContactID>1</ContactID> <Created> <DateUtc>2024-12-04T08:10:22.7041147+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <LanguageEntryID>2</LanguageEntryID> <LastUpdated> <DateUtc>2024-12-04T08:10:22.7041147+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <Reading>true</Reading> <RecordState>Active</RecordState> <SortOrder>6</SortOrder> <Speaking>true</Speaking> <Writing>true</Writing> </ContactLanguageDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͑Aj1E�b������J�E mM`l1�ƞA�PB�ɺ�z�z�@�@w�����>>��,>�rN7���}GOY�0�Le ���8�`��"}�\��gYs$w�TzJ�����Ӱ'U�k�ja���x��P�B�b ��Acg���n��it�ܶh��� �C�����DW.��eL���ZS}V���|�Pg�zx��t�"�!��u��ߵ:�i�Y�����
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. |