PUT api/Estacions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Estacion| Name | Description | Type | Additional information |
|---|---|---|---|
| EsId | integer |
None. |
|
| Permiso | string |
Required Max length: 20 |
|
| RazonSocial | string |
None. |
|
| Direccion | string |
None. |
|
| Magna | string |
None. |
|
| Premium | string |
None. |
|
| Diesel | string |
None. |
|
| Latitud | decimal number |
None. |
|
| Longitud | decimal number |
None. |
|
| start | integer |
None. |
|
| bano | integer |
None. |
|
| estatusbano | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EsId": 1,
"Permiso": "sample string 2",
"RazonSocial": "sample string 3",
"Direccion": "sample string 4",
"Magna": "sample string 5",
"Premium": "sample string 6",
"Diesel": "sample string 7",
"Latitud": 8.1,
"Longitud": 9.1,
"start": 10,
"bano": 11,
"estatusbano": 12
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.