PUT api/Vw_Profissional_Imagens/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Vw_Profissional_ImagensName | Description | Type | Additional information |
---|---|---|---|
CODIGO | integer |
None. |
|
CODIGO_PROFISSIONAL | integer |
None. |
|
IMG_THUMB | string |
None. |
|
IMG_GRANDE | string |
None. |
|
LEGENDA | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CODIGO": 1, "CODIGO_PROFISSIONAL": 2, "IMG_THUMB": "sample string 3", "IMG_GRANDE": "sample string 4", "LEGENDA": "sample string 5" }
text/html
Sample:
{"CODIGO":1,"CODIGO_PROFISSIONAL":2,"IMG_THUMB":"sample string 3","IMG_GRANDE":"sample string 4","LEGENDA":"sample string 5"}
application/xml, text/xml
Sample:
<Vw_Profissional_Imagens xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CasaShopping.Database"> <CODIGO>1</CODIGO> <CODIGO_PROFISSIONAL>2</CODIGO_PROFISSIONAL> <IMG_GRANDE>sample string 4</IMG_GRANDE> <IMG_THUMB>sample string 3</IMG_THUMB> <LEGENDA>sample string 5</LEGENDA> </Vw_Profissional_Imagens>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.