DELETE Mobility/DeleteCustomerEmployeeContacts

Request Information

URI Parameters

None.

Body Parameters

CustomerEmployeeContact
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

CustomerEmployeeID

globally unique identifier

Required

ContactID

globally unique identifier

None.

Name

string

Required

AddedDate

date

Required

FirstName

string

None.

LastName

string

None.

CellNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "647b0a3a-c72c-416c-9a47-06df9133cfb8",
  "CustomerEmployeeID": "727b681c-9fc8-4558-afc1-e1c48b287d4d",
  "ContactID": "e7bca1e6-9ef4-41f4-8abe-e507d8b27425",
  "Name": "sample string 3",
  "AddedDate": "2025-12-05T09:27:58.0584956+00:00",
  "FirstName": "sample string 5",
  "LastName": "sample string 6",
  "CellNumber": "sample string 7"
}

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.