Skip to content

Commit 49cd13a

Browse files
upd: readme
1 parent 7fa4b31 commit 49cd13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,12 +1004,12 @@ This feature also applies when you set a navigation property and provide an enti
10041004

10051005
```js
10061006
var account = {
1007-
name: 'account name'
1007+
name: 'account name',
10081008
'[email protected]': 'contact(00000000-0000-0000-0000-000000000001)'
10091009
}
10101010

10111011
dynamicsWebApi.create(account, 'account').then(function(accountId)){
1012-
//newly created accountId
1012+
//newly created accountId
10131013
}).catch(function (error) {
10141014
//catch error here
10151015
});

0 commit comments

Comments
 (0)