POST api/WechatApi/JobLike
相似职位
Request Information
URI Parameters
None.
Body Parameters
LikeJobViewModelName | Description | Type | Additional information |
---|---|---|---|
JobType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "JobType": "sample string 1" }
application/xml, text/xml
Sample:
<LikeJobViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppApi.Models.ViewModel"> <JobType>sample string 1</JobType> </LikeJobViewModel>
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.