PUT Mobility/PutCustomerEmployeeSimCards

Request Information

URI Parameters

None.

Body Parameters

Collection of CustomerEmployeeSimCard
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

CustomerEmployeeID

globally unique identifier

Required

SimCardID

globally unique identifier

None.

Name

string

Required

StartDate

date

Required

EndDate

date

None.

IsActive

boolean

Required

IsProvisioned

boolean

Required

DateProvisioned

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": "309c61db-9e6b-4870-919f-005a5b2286a8",
    "CustomerEmployeeID": "9886abe8-c23c-4bad-b752-737af835bfa3",
    "SimCardID": "be31320f-57df-4e27-bc77-c018b75450f8",
    "Name": "sample string 3",
    "StartDate": "2025-12-05T09:27:58.9564147+00:00",
    "EndDate": "2025-12-05T09:27:58.9564147+00:00",
    "IsActive": true,
    "IsProvisioned": true,
    "DateProvisioned": "2025-12-05T09:27:58.9564147+00:00"
  },
  {
    "$ref": "1"
  }
]

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.