POST Api/UsuarioCliente
Request Information
URI Parameters
None.
Body Parameters
UsuarioCliente| Name | Description | Type | Additional information |
|---|---|---|---|
| IDUSUARIOSCLIENTES | globally unique identifier |
None. |
|
| LOGIN | string |
None. |
|
| CONTRASENIA | string |
None. |
|
| ESTATUS | string |
None. |
|
| IDCLIENTE | globally unique identifier |
None. |
|
| RAZONSOCIAL | string |
None. |
|
| RFC | string |
None. |
|
| CODIGOPOSTAL | string |
None. |
|
| PRECIOCONTADO | globally unique identifier |
None. |
|
| PRECIOCREDITO | globally unique identifier |
None. |
|
| PRECIOPROMOCION | globally unique identifier |
None. |
|
| MONTOCREDITO | decimal number |
None. |
|
| DISPONIBLE | decimal number |
None. |
|
| VENCIDO | decimal number |
None. |
|
| TIENECREDITO | integer |
None. |
|
| VERPRECIO1 | boolean |
None. |
|
| VERCREDITO | boolean |
None. |
|
| VERESTADOCUENTA | boolean |
None. |
|
| VERBUZONFISCAL | boolean |
None. |
|
| PEDIDOS | DataTable |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDUSUARIOSCLIENTES": "dd505cc8-9d45-4ff9-a04c-b2e64e057e36",
"LOGIN": "sample string 2",
"CONTRASENIA": "sample string 3",
"ESTATUS": "sample string 4",
"IDCLIENTE": "69fdd3a7-01d3-44df-9391-72a889dfac87",
"RAZONSOCIAL": "sample string 6",
"RFC": "sample string 7",
"CODIGOPOSTAL": "sample string 8",
"PRECIOCONTADO": "7d11138e-4248-43b7-aaf8-f1fb6b31c7fd",
"PRECIOCREDITO": "1b60c35f-658a-485f-85a5-4036b79c2d7a",
"PRECIOPROMOCION": "08a6f56b-d7a0-4aae-bf21-c63851e35a2b",
"MONTOCREDITO": 12.0,
"DISPONIBLE": 13.0,
"VENCIDO": 14.0,
"TIENECREDITO": 15,
"VERPRECIO1": true,
"VERCREDITO": true,
"VERESTADOCUENTA": true,
"VERBUZONFISCAL": true,
"PEDIDOS": null
}
Response Information
Resource Description
ApiResponseAuth| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| DataExtra | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"Success": true,
"Message": "sample string 3",
"Data": {},
"DataExtra": {}
}