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": "dbabab8c-e267-47bf-868b-a5f8f823e390",
"LOGIN": "sample string 2",
"CONTRASENIA": "sample string 3",
"ESTATUS": true,
"IDCLIENTE": "e260fbb5-aac3-4119-ad1f-3fc5c7273955",
"RAZONSOCIAL": "sample string 6",
"RFC": "sample string 7",
"CODIGOPOSTAL": "sample string 8",
"PRECIOCONTADO": "dbccb760-2355-4bce-8ded-78d1eb657553",
"PRECIOCREDITO": "a15213e6-4d6c-4e8b-8d3b-be245d420d26",
"PRECIOPROMOCION": "764f425f-9b7c-4f8e-bc5c-2a1f7f49a239",
"MONTOCREDITO": 12.0,
"DISPONIBLE": 13.0,
"VENCIDO": 14.0,
"TIENECREDITO": 15,
"VERPRECIO1": true,
"VERCREDITO": true,
"VERESTADOCUENTA": true,
"VERBUZONFISCAL": true,
"IDMPRESA": "716fbd9d-dace-4891-b997-8fa4c7c7cfbe",
"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": {}
}