POST api/v1/Shortcuts/SaveShortcuts
Request Information
URI Parameters
None.
Body Parameters
Charactershortcuts| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| NameE | string |
None. |
|
| NameL | string |
None. |
|
| Allow | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"NameE": "sample string 2",
"NameL": "sample string 3",
"Allow": true
}
application/xml, text/xml
Sample:
<Charactershortcuts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDCAPI.Models.Master"> <Allow>true</Allow> <Code>sample string 1</Code> <NameE>sample string 2</NameE> <NameL>sample string 3</NameL> </Charactershortcuts>
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. |