Create a single record
Entity logical name of the record to create
JSON Object with attribute names and values
Promise which fulfills once the record has been created
Delete a single record
Entity logical name of the record to retrieve
ID of the record to delete
Promise which fulfills once the deletion succeeds
Retrieves multiple records
Entity logical name of the entity to retrieve
OData system query options or FetchXML query
Specify the number of records to return per page
Promise which fulfills with the data once the retrieval succeeds
Retrieves a single record
Entity LogicalName of the record to retrieve
ID of the record to retrieve
OData system query options
Promise which fulfills with the requested record data
Updates a single record
Entity logical name of the record to retrieve
ID of the record to update
JSON Object with attribute names and values
Promise which fulfills once the update succeeds
Generated using TypeDoc
Module for interacting with D365 Web API