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 | boolean |
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. |
|
| IDMPRESA | globally unique identifier |
None. |
|
| PEDIDOS | DataTable |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDUSUARIOSCLIENTES": "d27d8452-4880-4a79-912a-9a3d40764f3c",
"LOGIN": "sample string 2",
"CONTRASENIA": "sample string 3",
"ESTATUS": true,
"IDCLIENTE": "da4df203-9bd2-4fca-8456-b12b71958f63",
"RAZONSOCIAL": "sample string 6",
"RFC": "sample string 7",
"CODIGOPOSTAL": "sample string 8",
"PRECIOCONTADO": "c9b32349-1e50-4cf7-b42a-0475335a78f5",
"PRECIOCREDITO": "3015b5f3-d961-4edf-a53a-c3889b761fc5",
"PRECIOPROMOCION": "9224e135-e43a-48c7-9293-4dbf1bc7dffe",
"MONTOCREDITO": 12.0,
"DISPONIBLE": 13.0,
"VENCIDO": 14.0,
"TIENECREDITO": 15,
"VERPRECIO1": true,
"VERCREDITO": true,
"VERESTADOCUENTA": true,
"VERBUZONFISCAL": true,
"IDMPRESA": "8954acd7-744f-46d0-9e41-165648893335",
"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": {}
}