CreateUserWithToken
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| token | Edm.String | |
| username | Edm.String | |
| password | Edm.String |
Return
Type: Edm.Int32Is collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/CreateUserWithTokenExample body (sent with POST-request):
{
"token" : "token",
"username" : "Name",
"password" : "password"
}