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": "b5090c95-41c7-441c-830a-43c66d3c4f2e", "LOGIN": "sample string 2", "CONTRASENIA": "sample string 3", "ESTATUS": true, "IDCLIENTE": "0da9f816-a47b-4f06-9cca-ee9195ec801a", "RAZONSOCIAL": "sample string 6", "RFC": "sample string 7", "CODIGOPOSTAL": "sample string 8", "PRECIOCONTADO": "afa7f324-40ab-41e7-bc1d-aa781f8c726f", "PRECIOCREDITO": "d27a3807-4019-4bab-b3fa-4aee7e6e0762", "PRECIOPROMOCION": "daa48c2c-d585-4a17-b1b4-8a68a3bba6c5", "MONTOCREDITO": 12.0, "DISPONIBLE": 13.0, "VENCIDO": 14.0, "TIENECREDITO": 15, "VERPRECIO1": true, "VERCREDITO": true, "VERESTADOCUENTA": true, "VERBUZONFISCAL": true, "IDMPRESA": "54dcbb84-aebb-49a4-869b-a78caf0bd665", "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": {} }