POST update/typography
Request Information
URI Parameters
None.
Body Parameters
DaoTypography| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| JournalId | integer |
None. |
|
| Arial | integer |
None. |
|
| Futura | integer |
None. |
|
| Helvetica | integer |
None. |
|
| Myriad | integer |
None. |
|
| Univers | integer |
None. |
|
| Utopia | integer |
None. |
|
| Stix | integer |
None. |
|
| Minion | integer |
None. |
|
| Times | integer |
None. |
|
| Garamond | integer |
None. |
|
| Courier | integer |
None. |
|
| Century | integer |
None. |
|
| Lato | integer |
None. |
|
| StixTwoText | integer |
None. |
|
| Stixtwotext | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"JournalId": 1,
"Arial": 1,
"Futura": 1,
"Helvetica": 1,
"Myriad": 1,
"Univers": 1,
"Utopia": 1,
"Stix": 1,
"Minion": 1,
"Times": 1,
"Garamond": 1,
"Courier": 1,
"Century": 1,
"Lato": 1,
"StixTwoText": 1,
"Stixtwotext": 1
}
application/xml, text/xml
Sample:
<DaoTypography xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.Provider.DAO"> <Arial>1</Arial> <Century>1</Century> <Courier>1</Courier> <Futura>1</Futura> <Garamond>1</Garamond> <Helvetica>1</Helvetica> <Id>1</Id> <JournalId>1</JournalId> <Lato>1</Lato> <Minion>1</Minion> <Myriad>1</Myriad> <Stix>1</Stix> <StixTwoText>1</StixTwoText> <Stixtwotext>1</Stixtwotext> <Times>1</Times> <Univers>1</Univers> <Utopia>1</Utopia> </DaoTypography>
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.