POST api/TipoFotos
Request Information
URI Parameters
None.
Body Parameters
TipoFotos| Name | Description | Type | Additional information |
|---|---|---|---|
| TipoFotosID | integer |
None. |
|
| Tipo | string |
Required String length: inclusive between 0 and 100 |
|
| Codigo | string |
Required String length: inclusive between 0 and 10 |
|
| AreaID | integer |
None. |
|
| EmpresasID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TipoFotosID": 1,
"Tipo": "sample string 2",
"Codigo": "sample string 3",
"AreaID": 4,
"EmpresasID": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TipoFotos| Name | Description | Type | Additional information |
|---|---|---|---|
| TipoFotosID | integer |
None. |
|
| Tipo | string |
Required String length: inclusive between 0 and 100 |
|
| Codigo | string |
Required String length: inclusive between 0 and 10 |
|
| AreaID | integer |
None. |
|
| EmpresasID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TipoFotosID": 1,
"Tipo": "sample string 2",
"Codigo": "sample string 3",
"AreaID": 4,
"EmpresasID": 5
}