PUT api/pdvuser/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
pdv_user| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| userid | string |
None. |
|
| password | string |
None. |
|
| nombre | string |
None. |
|
| correo | string |
None. |
|
| cliente | integer |
None. |
|
| producto | integer |
None. |
|
| periodo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"userid": "sample string 2",
"password": "sample string 3",
"nombre": "sample string 4",
"correo": "sample string 5",
"cliente": 1,
"producto": 1,
"periodo": "sample string 6"
}
application/xml, text/xml
Sample:
<pdv_user xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mtg.pdv_webapi"> <cliente>1</cliente> <correo>sample string 5</correo> <id>1</id> <nombre>sample string 4</nombre> <password>sample string 3</password> <periodo>sample string 6</periodo> <producto>1</producto> <userid>sample string 2</userid> </pdv_user>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.