PUT Mobility/PutCustomerServices

Request Information

URI Parameters

None.

Body Parameters

Collection of CustomerService
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

ServiceTypeID

ServiceType

Required

CustomerID

globally unique identifier

Required

Name

string

Required

Quantity

integer

Required

Rate

decimal number

None.

Tag

string

None.

StartDate

date

Required

EndDate

date

None.

DateProvisioned

date

None.

IsActive

boolean

Required

IsRecurring

boolean

Required

IsApp

boolean

Required

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": "dbf949b2-0a31-4ec7-a395-970ce0a6677e",
    "ServiceTypeID": 1,
    "CustomerID": "53e7d273-9fca-4a91-a5be-99c3df231c8f",
    "Name": "sample string 3",
    "Quantity": 4,
    "Rate": 1.0,
    "Tag": "sample string 5",
    "StartDate": "2025-12-05T09:28:06.6126678+00:00",
    "EndDate": "2025-12-05T09:28:06.6126678+00:00",
    "DateProvisioned": "2025-12-05T09:28:06.6126678+00:00",
    "IsActive": true,
    "IsRecurring": true,
    "IsApp": true
  },
  {
    "$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.