POST api/Notification/JobOfferResponse
Request Information
URI Parameters
None.
Body Parameters
JobOfferResponseModelName | Description | Type | Additional information |
---|---|---|---|
IsAccept | boolean |
None. |
|
JobId | integer |
None. |
|
NotificationId | integer |
None. |
|
Tag | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsAccept": true, "JobId": 2, "NotificationId": 3, "Tag": "sample string 4" }
text/html
Sample:
{"IsAccept":true,"JobId":2,"NotificationId":3,"Tag":"sample string 4"}
application/xml, text/xml
Sample:
<JobOfferResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job"> <IsAccept>true</IsAccept> <JobId>2</JobId> <NotificationId>3</NotificationId> <Tag>sample string 4</Tag> </JobOfferResponseModel>
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.