POST api/tempus/opengraphimages?apiKey={apiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apiKey | string |
Default value is |
Body Parameters
OpengraphImageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Webzielids | Collection of integer |
Required |
|
| Stellenmeldungen | Collection of integer |
Required |
|
| Imgformat | string |
Required |
|
| Imagedata | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Webzielids": [
1,
2
],
"Stellenmeldungen": [
1,
2
],
"Imgformat": "sample string 1",
"Imagedata": "sample string 2"
}
text/html
Sample:
{"Webzielids":[1,2],"Stellenmeldungen":[1,2],"Imgformat":"sample string 1","Imagedata":"sample string 2"}
application/xml, text/xml
Sample:
<OpengraphImageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.Images">
<Imagedata>sample string 2</Imagedata>
<Imgformat>sample string 1</Imgformat>
<Stellenmeldungen xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Stellenmeldungen>
<Webzielids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Webzielids>
</OpengraphImageModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.