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": "fc94bba0-0a27-48ed-a13a-a45f0f406029", "LOGIN": "sample string 2", "CONTRASENIA": "sample string 3", "ESTATUS": true, "IDCLIENTE": "624d1482-9275-46a9-8832-d2fb8c025052", "RAZONSOCIAL": "sample string 6", "RFC": "sample string 7", "CODIGOPOSTAL": "sample string 8", "PRECIOCONTADO": "ac6a7fcf-d6f5-42e6-904c-01956d982ef1", "PRECIOCREDITO": "17934317-3e2f-4ca0-b21d-e74bd91e4302", "PRECIOPROMOCION": "b50c8612-f327-41dc-b98d-672bda901279", "MONTOCREDITO": 12.0, "DISPONIBLE": 13.0, "VENCIDO": 14.0, "TIENECREDITO": 15, "VERPRECIO1": true, "VERCREDITO": true, "VERESTADOCUENTA": true, "VERBUZONFISCAL": true, "IDMPRESA": "da1d9d94-f3a4-4ca9-b23c-d3b7aac19ace", "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": {} }