DELETE Mobility/DeleteCustomerEmployeeFunctions

Request Information

URI Parameters

None.

Body Parameters

CustomerEmployeeFunction
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

CustomerEmployeeID

globally unique identifier

Required

FunctionID

globally unique identifier

None.

Name

string

Required

IsActive

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "35cc84f8-0078-4edb-b924-f865be52160c",
  "CustomerEmployeeID": "c60e4682-a2b2-4491-a129-647ca4c5dc0c",
  "FunctionID": "b95e86b5-2529-4026-a9f7-3b26378617ad",
  "Name": "sample string 3",
  "IsActive": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

StackTrace

string

None.

Response

ServiceItem

None.

Response Formats

application/json, text/json

Sample:

Sample not available.