POST Api/UsuarioCliente

Request Information

URI Parameters

None.

Body Parameters

UsuarioCliente
NameDescriptionTypeAdditional 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": "36916286-f3ae-4692-bd68-a1829dea63a3",
  "LOGIN": "sample string 2",
  "CONTRASENIA": "sample string 3",
  "ESTATUS": "sample string 4",
  "IDCLIENTE": "108c4abe-3975-4b78-a3ca-4b92e18bed42",
  "RAZONSOCIAL": "sample string 6",
  "RFC": "sample string 7",
  "CODIGOPOSTAL": "sample string 8",
  "PRECIOCONTADO": "a9f81040-1f42-4653-b09c-b3d320785bc7",
  "PRECIOCREDITO": "9af4b853-47ca-4dae-b37c-e25fad7929f2",
  "PRECIOPROMOCION": "0da91413-2563-46c2-b16e-1e6fd07f5c22",
  "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

ApiResponseAuth
NameDescriptionTypeAdditional 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": {}
}