Changes
Page history
Update WPCT REST CE Landing API
authored
Mar 02, 2023
by
Pau Pulido
Show whitespace changes
Inline
Side-by-side
WPCT-REST-CE-Landing-API.md
View page @
ac0d23f2
...
...
@@ -97,7 +97,18 @@ Errors específics que retorna la REST API de Wordpress:
URL: https://somcomunitats.coop/wp-json/wp/v2/ce_community
## POST
Com crear una CE Landing
Per crear una CE, cal passar a la petició POST un payload amb la següent informació:
```
json
{
title:
"test-desde-bash"
,
"odoo_company_id"
:
"5"
}
```
headers: 'Content-Type: application/json', "Authorization: Bearer $token"
domain: /wp/v2/rest_ce_community
...
...
...
...