| IApiResourceHandlerCreate Method |
Creates a resource.
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax Object Create(
Object data,
bool updateIfExists
)
Function Create (
data As Object,
updateIfExists As Boolean
) As Object
Object^ Create(
Object^ data,
bool updateIfExists
)
abstract Create :
data : Object *
updateIfExists : bool -> Object
Parameters
- data
- Type: SystemObject
The resource data to be created. - updateIfExists
- Type: SystemBoolean
Updates the resource if the resource exists.
Return Value
Type:
ObjectReturns the created resource.
See Also