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": "dbbb3f31-a427-4083-b029-fd47cdea0438",
"LOGIN": "sample string 2",
"CONTRASENIA": "sample string 3",
"ESTATUS": "sample string 4",
"IDCLIENTE": "49cea19c-1ec3-4a09-88ae-6f42f5b5d0fc",
"RAZONSOCIAL": "sample string 6",
"RFC": "sample string 7",
"CODIGOPOSTAL": "sample string 8",
"PRECIOCONTADO": "e389b822-2ce4-4eb5-8077-ccbb9865d3c7",
"PRECIOCREDITO": "745457cd-cb4d-433e-beb3-4c357be3637f",
"PRECIOPROMOCION": "0ad894c9-666a-4529-914d-29869629ee45",
"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": {}
}