Skip to main content
Update an existing contact.
External DocumentationTo learn more, visit the Oracle Service Cloud documentation.

Basic Parameters

ParameterDescription
Address CityThe city of the contact’s address.
Address Country Lookup NameThe lookup name of the state or province of the contact’s address.

Note: To fill country details use State Or Province ID or State Or Province Lookup Name.
Address Country Lookup NameThe lookup name of the country of the contact’s address.

Note: To fill country details use Country ID or Country Lookup Name.
Address Postal CodeThe postal code of the contact’s address.
Address StreetThe street of the contact’s address.
Application ContextThe application context information to attach as OSvC-CREST-Application-Context request header. For more information, please refer to Oracle documentation.
Contact IDThe ID of the contact to update.
Country IDThe ID of the country of the contact’s address.

Note: To fill country details use Country ID or Country Lookup Name.
Fill Address InformationSelect to fill address information.
First NameThe first name of the contact.
Last NameThe last name of the contact.
Login NameThe login username for authentication.
Lookup NameThe lookup name to update to the contact.
PasswordThe password to set for the contact.
State Or Province IDThe ID of the state or province of the contact’s address.

Note: To fill country details use State Or Province ID or State Or Province Lookup Name.
TitleThe title for the new contact.

Advanced Parameters

ParameterDescription
Next Request AfterThe time (in milliseconds) that must elapse before subsequent API calls will be executed. This value will be attached as osvc-crest-next-request-after request header. For more information, please refer to Oracle documentation.

Example Output

{
	"address": {
		"city": "Boston",
		"country": {
			"links": [
				{
					"rel": "self",
					"href": "https://mysite.example.com/services/rest/connect/v1.4/countries/1"
				},
				{
					"rel": "canonical",
					"href": "https://mysite.example.com/services/rest/connect/v1.4/countries/1"
				},
				{
					"rel": "describedby",
					"href": "https://mysite.example.com/services/rest/connect/v1.4/metadata-catalog/countries"
				}
			]
		},
		"postalCode": "02150",
		"stateOrProvince": {
			"id": 23,
			"lookupName": "MA"
		},
		"street": "123 Beacon Street"
	}
}

Workflow Library Example

Update Contact with Oracle Service Cloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop