create - Region Module Reference
This documentation provides a reference to the create
method. This belongs to the Region Module.
create(data, sharedContext?): Promise<RegionDTO[]>
This method creates regions.
Example
Parameters
The regions to be created.
Returns
The created regions.
create(data, sharedContext?): Promise<RegionDTO>
This method creates a region.
Example
Parameters
The region to be created.
Returns
The created region.
Was this section helpful?