Kenmerken van een organisatie-eenheid bijwerken updating-organizational-unit-attributes
- Voer een verzoek van de GET uit op orgUnitBase bron voor het ophalen van de PKey-organisatie.
- Voer een verzoek van de PATCH op de Organisatorische eenheid uit, met de attributen om in de lading bij te werken.
Voorbeeldverzoek
Hiermee wordt de lijst met organisatorische eenheden opgehaald.
-X GET https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServicesExt/orgUnitBase/ \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <ACCESS_TOKEN>' \
-H 'Cache-Control: no-cache' \
-H 'X-Api-Key: <API_KEY>'
Alle organisatie-eenheden worden geretourneerd. Haal de sleutel van de gewenste eenheid op.
{
"PKey": "<PKEY>",
"created": "2019-04-02 22:36:13.252Z",
"desc": "",
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServicesExt/orgUnitBase/<PKEY>",
"label": "Brand 4",
"lastModified": "2019-04-03 07:34:56.579Z",
"name": "brand4",
"parentTitle": "All (all)",
"title": "Brand 4 (brand1)"
},
Voer een verzoek van de PATCH op de Organisatorische eenheid uit, met de attributen om in de lading bij te werken.
-X PATCH https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServicesExt/orgUnitBase/<PKEY> \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <ACCESS_TOKEN>' \
-H 'Cache-Control: no-cache' \
-H 'X-Api-Key: <API_KEY>'
-i
-d {
-d "label":"brand1",
-d "name":"brand1"
-d }
recommendation-more-help
3ef63344-7f3d-48f9-85ed-02bf569c4fff