Hello,
I've successfully used WebAPI to create a test account using the sample tutorials online, getting a proper "Connection returned HTTP code: 201 with message: Created", however when I go into dynamics to view the newly created account, it is not there.
Account created with:
{
"name ": "TEST ACCOUNT ",
"creditonhold ": false,
"address1_latitude ": 47.639583,
"description ": "This is the description of the sample account ",
"revenue": 5000000,
"accountcategorycode": 1
}
Response:
Connection returned HTTP code: 201 with message: Created and also this {"@odata.context":""@odata.etag":"W/\"5431785\"","name":"TEST">XXX.crm.dynamics.com/.../$metadata ACCOUNT","creditonhold":false,"address1_latitude":47.63958,"description":"This is the description of the sample account","revenue":5000000.0000,"accountcategorycode":1,"createdon":"2021-06-03T15:52:56Z","accountid":"b17834c2-83c4-eb11-bacc-000d3a9d4415","_transactioncurrencyid_value":"98e940e6-f099-eb11-b1ac-000d3a9dfae9"}
The listing in My Active Accounts has zero accounts.
What am I missing?
Thanks