| ... | ... | @@ -330,7 +330,21 @@ Depenent desde quin formulari es fa la crida a aquest endpoint pot haver alguns |
|
|
|
"source_xml_id":"ce_source_existing_ce_contact"}
|
|
|
|
"partner_description": "jeje jaja jojo",
|
|
|
|
```
|
|
|
|
|
|
|
|
* Exemple de Resposta:
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"id": 362
|
|
|
|
}
|
|
|
|
```
|
|
|
|
Es correspon amb el **ID del Lead** creat al Odoo.
|
|
|
|
* Errors específics que retorna Odoo:
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"code": 400,
|
|
|
|
"name": "Bad Request",
|
|
|
|
"description": "<p>Tag 111212 not found</p>"
|
|
|
|
}
|
|
|
|
```
|
|
|
|
## API member
|
|
|
|
Informació relativa a un Usuari concret de la Plataforma
|
|
|
|
### GET: `api/member/<string:keycloak_id>`
|
| ... | ... | |
| ... | ... | |