Kontaktwege ändern
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Neue Kommunikationswege erfassen
Version 1.0
post
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Body
CommunicationTypeIdinteger · int32Optional
RelatedAddressIdinteger · int32 · nullableOptional
Contentstring · nullableOptional
Explanationstring · nullableOptional
Antworten
201
Created
integer · int32Optional
400
Bad Request
401
Unauthorized
post/openwowi/v1.0/PersonsWrite/Person/{personId}/Communications
POST /openwowi/v1.0/PersonsWrite/Person/{personId}/Communications HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 84
{
"CommunicationTypeId": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text"
}1Version 1.2
post
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Body
CommunicationTypeIdinteger · int32Optional
RelatedAddressIdinteger · int32 · nullableOptional
Contentstring · nullableOptional
Explanationstring · nullableOptional
Antworten
201
Created
integer · int32Optional
400
Bad Request
401
Unauthorized
post/openwowi/v1.2/PersonsWrite/Person/{personId}/Communications
POST /openwowi/v1.2/PersonsWrite/Person/{personId}/Communications HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 84
{
"CommunicationTypeId": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text"
}1Bestehende Kommunikationswege ändern
Version 1.0
put
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Body
CommunicationTypeIdinteger · int32Optional
RelatedAddressIdinteger · int32 · nullableOptional
Contentstring · nullableOptional
Explanationstring · nullableOptional
Antworten
200
OK
integer · int32Optional
400
Bad Request
401
Unauthorized
put/openwowi/v1.0/PersonsWrite/Person/{personId}/Communications/{childId}
PUT /openwowi/v1.0/PersonsWrite/Person/{personId}/Communications/{childId} HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 84
{
"CommunicationTypeId": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text"
}1Version 1.2
put
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Body
CommunicationTypeIdinteger · int32Optional
RelatedAddressIdinteger · int32 · nullableOptional
Contentstring · nullableOptional
Explanationstring · nullableOptional
Antworten
200
OK
integer · int32Optional
400
Bad Request
401
Unauthorized
put/openwowi/v1.2/PersonsWrite/Person/{personId}/Communications/{childId}
PUT /openwowi/v1.2/PersonsWrite/Person/{personId}/Communications/{childId} HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 84
{
"CommunicationTypeId": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text"
}1Bestehende Kommunikationswege löschen
Version 1.0
delete
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Antworten
200
OK
integer · int32Optional
400
Bad Request
401
Unauthorized
delete/openwowi/v1.0/PersonsWrite/Person/{personId}/Communications/{childId}
DELETE /openwowi/v1.0/PersonsWrite/Person/{personId}/Communications/{childId} HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
1Version 1.2
delete
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Antworten
200
OK
integer · int32Optional
400
Bad Request
401
Unauthorized
delete/openwowi/v1.2/PersonsWrite/Person/{personId}/Communications/{childId}
DELETE /openwowi/v1.2/PersonsWrite/Person/{personId}/Communications/{childId} HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
1Kommunikationsweg auf "Standard" setzen
Version 1.2
post
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Antworten
200
OK
integer · int32Optional
400
Bad Request
401
Unauthorized
post/openwowi/v1.2/PersonsWrite/Person/{personId}/Communications/{childId}/SetStandard
POST /openwowi/v1.2/PersonsWrite/Person/{personId}/Communications/{childId}/SetStandard HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
1Zuletzt aktualisiert
