JWT (JSON web token)
JWT is a way to transport claims from one party to another party securely. What is Claim: Claim is what you claim to be to
JWT is a way to transport claims from one party to another party securely. What is Claim: Claim is what you claim to be to
Top level calendar (i.e Customer service schedule record) has a set of calendarrules. One of those rules is a recurring rule, and other rules defines
Setting Attribute Type Allow text wrapping in form fields labels and values IsTextWrapEnabled Bit Enable auto save on all forms IsAutoSaveEnabled Bit Enable Skype presence
Calendarrule entity is child entity of calendar entity, where calendar is business unit owned entity and calendarrule is unowned entity. The records of calendarrule can
PATCH <serviceroot>/api/data/v8.0/calendars(id of the record) Header Behaviour Absence of both If-Match and If-None-Match header Upsert if record already exists, updates it else Creates it.
Create a contact record named CustomerContact POST <rootservice>/api/data/v8.0/contacts {‘lastname’ : ‘CustomerContact’} Note down the id1(f797401d-64c9-e711-8125-000d3a22f66f) of the record from response header Create an account