Skip to content

beybit/MsdynTimeEntry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task 1

Task 2

Azure function app has been deployed to https://timeentryapp20220428192941.azurewebsites.net/api/time-entry You can run sample request and see data in Time Entries (if the data is not displayed, change the view type)

Sample request

POST /api/time-entry HTTP/1.1
Host: timeentryapp20220428192941.azurewebsites.net
Content-Type: application/json
x-functions-key: xHHTjyuC2a6ZCmMVr0zuUISfhfwiECaEm38ZueapU0X6AzFuFiWbQw==
Content-Length: 82

{
    "StartOn": "2019-08-12T00:00:00",   
    "EndOn": "2019-08-19T00:00:00"
}

Configuration

To run app in Viusal Studio set connection string DataverseServiceConnectionString to your dataverse server in local.settings.json file

{
  "IsEncrypted": false,
  "Values": {
    "DataverseServiceConnectionString": "<your connection string>"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages