POST api/Porterias?legajo={legajo}&planta={planta}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| legajo | string | Required | |
| planta | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Reply| Name | Description | Type | Additional information | 
|---|---|---|---|
| message | string | None. | |
| result | integer | None. | |
| data | Object | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "message": "sample string 1",
  "result": 2,
  "data": {}
}
        text/html
            Sample:
        
{"message":"sample string 1","result":2,"data":{}}
        application/xml, text/xml
            Sample:
<Reply xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.webapplications1.Models.WS"> <data /> <message>sample string 1</message> <result>2</result> </Reply>