POST Api/UsuarioCliente
Request Information
URI Parameters
None.
Body Parameters
UsuarioClienteName | 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": "9bba6cd4-d5a2-4f60-8b52-3e5ed889acc5", "LOGIN": "sample string 2", "CONTRASENIA": "sample string 3", "ESTATUS": true, "IDCLIENTE": "8d44797f-2684-402c-8828-a39a11e63bbb", "RAZONSOCIAL": "sample string 6", "RFC": "sample string 7", "CODIGOPOSTAL": "sample string 8", "PRECIOCONTADO": "c1062051-e1d7-4923-b0be-17c953236f0f", "PRECIOCREDITO": "79c3ba6e-56cd-429c-9125-06d0eb55d838", "PRECIOPROMOCION": "cf613007-9fd5-49cc-a6e6-5a0ddd5b8e99", "MONTOCREDITO": 12.0, "DISPONIBLE": 13.0, "VENCIDO": 14.0, "TIENECREDITO": 15, "VERPRECIO1": true, "VERCREDITO": true, "VERESTADOCUENTA": true, "VERBUZONFISCAL": true, "IDMPRESA": "1843f219-952a-434c-9f0f-b624e420606c", "PEDIDOS": null }
Response Information
Resource Description
ApiResponseAuthName | 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": {} }