├── .gitattributes ├── Dynamics 365 CE Web API.postman_collection.json ├── Dynamics 365 Environment (Online).postman_environment.json ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedejousset/Dynamics365WebApiPostmanCollection/HEAD/.gitattributes -------------------------------------------------------------------------------- /Dynamics 365 CE Web API.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedejousset/Dynamics365WebApiPostmanCollection/HEAD/Dynamics 365 CE Web API.postman_collection.json -------------------------------------------------------------------------------- /Dynamics 365 Environment (Online).postman_environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedejousset/Dynamics365WebApiPostmanCollection/HEAD/Dynamics 365 Environment (Online).postman_environment.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedejousset/Dynamics365WebApiPostmanCollection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedejousset/Dynamics365WebApiPostmanCollection/HEAD/README.md --------------------------------------------------------------------------------