Parámetro | Valor |
---|---|
Nombre servicio | updateThirdParty |
Tipo método | POST |
URL | https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth/thirdParty/updateThirdParty |
Content type | application/json |
POST/updateThirdParty
Parámetro | Tipo | Longitud | Obligatorio | Descripción |
---|
id
identification_num | string | 20 | Si |
NIT del |
nit
string
20
No
contribuyente. | ||||
identificationType_id | integer |
| Si | Código del tipo de identificación |
internal_code | string | 80 | No | Código interno con que se identifica el tercero |
business_name | string | 80 | No | Razón social del tercero |
type |
string | 15 | No | Indica si el proveedor es Nacional o extranjero |
qualifiedUser_id
integer
Identificación interna del usuario calificado
address | string | 150 | No | Dirección del tercero |
phone | string | 80 | No | Teléfono del tercero |
acronym | string | 80 | No | Siglas con que se identifica el tercero |
alias | string | 80 | No | Seudónimo con que identifica |
...
el |
...
tercero |
...
Ejemplo:
Cuerpo de la petición
{
"id": 299,
"alias": "CRUZ VERDE"
}
Respuesta:
...
Bloque de código |
---|
{ "identification_num": "144213", "internal_code": "6676312", "business_name": "Xiaomi nET", "qualifiedUser_id": |
...
1, |
...
" |
...
phone": " |
...
3001234568", |
...
"type": " |
...
EXTRANJERO", |
...
"acronym": " |
...
Xi", |
...
"alias": " |
...
Mi", |
...
"address": |
...
" |
...
calle 11d" |
...
, |
...
5.2. Consultar terceros
Se puede consultar todos los productos creados hasta el momento mediante el método getThirdParties
...
Parámetro
...
Valor
...
Nombre servicio
...
getThirdParties
...
Tipo método
...
GET
...
URL
...
https://gorgeous-dust-0seusmuxapkp.vapor-farm-b1.com/api/auth/getThirdParties
...
Content type
...
application/json
GET/getThirdParties
Respuesta:
...
"identificationType_id" : 21
} |
Respuesta:
Bloque de código |
---|
"status": { "code": 200, "message": "Procesado con éxito", "data": { "id": 1791, "qualifiedUser_id": |
...
214, |
...
"identification_num": " |
...
144213", |
...
"type": " |
...
EXTRANJERO", |
...
"internal_code": " |
...
6676312", |
...
"business_name": " |
...
XIAOMI NET", |
...
"address": |
...
"CALLE 11D", "phone": |
...
"3001234567", "acronym": |
...
"XI", "alias": |
...
"MI", "identificationType_id": 35 } } } |