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
Pfadparameter
personIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
CommunicationTypeIdinteger · int32Optional
RelatedAddressIdinteger · int32 | nullfähigOptional
Contentstring | nullfähigOptional
Explanationstring | nullfähigOptional
Antworten
201
Created
Antwortinteger · int32
400
Bad Request
401
Unauthorized
post
/openwowi/v1.0/PersonsWrite/Person/{personId}/CommunicationsPOST /openwowi/v1.0/PersonsWrite/Person/{personId}/Communications HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 84
{
"CommunicationTypeId": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text"
}
1
Version 1.2
post
Autorisierungen
Pfadparameter
personIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
CommunicationTypeIdinteger · int32Optional
RelatedAddressIdinteger · int32 | nullfähigOptional
Contentstring | nullfähigOptional
Explanationstring | nullfähigOptional
Antworten
201
Created
Antwortinteger · int32
400
Bad Request
401
Unauthorized
post
/openwowi/v1.2/PersonsWrite/Person/{personId}/CommunicationsPOST /openwowi/v1.2/PersonsWrite/Person/{personId}/Communications HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 84
{
"CommunicationTypeId": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text"
}
1
Bestehende Kommunikationswege ändern
Version 1.0
put
Autorisierungen
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
CommunicationTypeIdinteger · int32Optional
RelatedAddressIdinteger · int32 | nullfähigOptional
Contentstring | nullfähigOptional
Explanationstring | nullfähigOptional
Antworten
200
OK
Antwortinteger · int32
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
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 84
{
"CommunicationTypeId": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text"
}
1
Version 1.2
put
Autorisierungen
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
CommunicationTypeIdinteger · int32Optional
RelatedAddressIdinteger · int32 | nullfähigOptional
Contentstring | nullfähigOptional
Explanationstring | nullfähigOptional
Antworten
200
OK
Antwortinteger · int32
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
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 84
{
"CommunicationTypeId": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text"
}
1
Bestehende Kommunikationswege löschen
Version 1.0
delete
Autorisierungen
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Antworten
200
OK
Antwortinteger · int32
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
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
1
Version 1.2
delete
Autorisierungen
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Antworten
200
OK
Antwortinteger · int32
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
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
1
Zuletzt aktualisiert