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": "800bce95-9ae2-46cb-af38-25427c5572b9",
"LOGIN": "sample string 2",
"CONTRASENIA": "sample string 3",
"ESTATUS": true,
"IDCLIENTE": "766b14af-7916-4b7d-92ac-534c2bc548ca",
"RAZONSOCIAL": "sample string 6",
"RFC": "sample string 7",
"CODIGOPOSTAL": "sample string 8",
"PRECIOCONTADO": "79f142f4-209b-49f0-95de-71f06138764e",
"PRECIOCREDITO": "e992aaa1-852c-4a69-ac21-33e0a0836aa5",
"PRECIOPROMOCION": "2f1e2f5b-41c3-4e84-8d84-fcd44219f879",
"MONTOCREDITO": 12.0,
"DISPONIBLE": 13.0,
"VENCIDO": 14.0,
"TIENECREDITO": 15,
"VERPRECIO1": true,
"VERCREDITO": true,
"VERESTADOCUENTA": true,
"VERBUZONFISCAL": true,
"IDMPRESA": "3b6e4de3-dd36-4309-9ea6-329d97143817",
"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": {}
}