Description
Add a selector. If successful, the selector is added with no font associated and a list of the project's selectors is returned.
Add a selector. If successful, the selector is added with no font associated and a list of the project's selectors is returned.
http://api.fonts.com/rest/{format}/Selectors/
xml or json
POST
<Selectors>
<ProjectID>7bff9927-7964-4f6f-a132-adcae35ad51f</ProjectID>
<Message>Success</Message>
<Selector>
<SelectorID>3ff4c957-65fd-428d-a53b-3892da0b1960</SelectorID>
<SelectorTag>h1</SelectorTag>
<SelectorFontID>0</SelectorFontID>
</Selector>
<TotalRecords>1</TotalRecords>
<PageStart>0</PageStart>
<PageLimit>10</PageLimit>
</Selectors>
{
"Selectors":{
"Message":"Success",
"PageLimit":"10",
"PageStart":"0",
"ProjectID":"7bff9927-7964-4f6f-a132-adcae35ad51f",
"Selector":{
"SelectorFontID":"0",
"SelectorID":"3ff4c957-65fd-428d-a53b-3892da0b1960",
"SelectorTag":"h1"
},
"TotalRecords":"1"
}
}