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 | 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": "479c0a56-5c6a-4ca6-b107-13c8da5f3b8f", "LOGIN": "sample string 2", "CONTRASENIA": "sample string 3", "ESTATUS": "sample string 4", "IDCLIENTE": "4594c52d-6049-4b1a-880f-0351f2625e1c", "RAZONSOCIAL": "sample string 6", "RFC": "sample string 7", "CODIGOPOSTAL": "sample string 8", "PRECIOCONTADO": "5190a74f-e53e-4fa1-a345-5be35cdffaf3", "PRECIOCREDITO": "9da4f363-c01c-4c12-a892-b6d654409e7f", "PRECIOPROMOCION": "15f6fed7-ea91-4d03-88c4-506243e5a089", "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
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": {} }