POST api/employees/get/bdcard
Request Information
URI Parameters
None.
Body Parameters
birthday_request_data| Name | Description | Type | Additional information |
|---|---|---|---|
| usr_id | integer |
None. |
|
| html | string |
None. |
|
| year | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"usr_id": 1,
"html": "sample string 2",
"year": 3
}
application/xml, text/xml
Sample:
<birthday_request_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <html>sample string 2</html> <usr_id>1</usr_id> <year>3</year> </birthday_request_data>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.