CreateResource
From EconzExternal
Contents |
Method
CreateResourceResult createResource(UserIDBean userID, ResourceBean resource)
Description
Creates a new EService resource record, based on the resource data passed in. Also note that each resource must have a unique name on the EService server.
Parameters
| Type | Name | Description |
|---|---|---|
| UserIDBean | userID | The admin username and password. |
| ResourceBean | resource | The resource details from which the new resource record will be created on the server. |
