POST journaledit/typography
Request Information
URI Parameters
None.
Body Parameters
DtoTypography| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| JournalId | integer |
None. |
|
| Arial | boolean |
None. |
|
| Futura | boolean |
None. |
|
| Helvetica | boolean |
None. |
|
| Myriad | boolean |
None. |
|
| Univers | boolean |
None. |
|
| Utopia | boolean |
None. |
|
| Stix | boolean |
None. |
|
| Minion | boolean |
None. |
|
| Times | boolean |
None. |
|
| Garamond | boolean |
None. |
|
| Courier | boolean |
None. |
|
| Century | boolean |
None. |
|
| Lato | boolean |
None. |
|
| StixTwoText | boolean |
None. |
|
| Stixtwotext | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"JournalId": 1,
"Arial": true,
"Futura": true,
"Helvetica": true,
"Myriad": true,
"Univers": true,
"Utopia": true,
"Stix": true,
"Minion": true,
"Times": true,
"Garamond": true,
"Courier": true,
"Century": true,
"Lato": true,
"StixTwoText": true,
"Stixtwotext": true
}
application/xml, text/xml
Sample:
<DtoTypography xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.BusinessInterface.DTO"> <Arial>true</Arial> <Century>true</Century> <Courier>true</Courier> <Futura>true</Futura> <Garamond>true</Garamond> <Helvetica>true</Helvetica> <Id>1</Id> <JournalId>1</JournalId> <Lato>true</Lato> <Minion>true</Minion> <Myriad>true</Myriad> <Stix>true</Stix> <StixTwoText>true</StixTwoText> <Stixtwotext>true</Stixtwotext> <Times>true</Times> <Univers>true</Univers> <Utopia>true</Utopia> </DtoTypography>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.