POST RequestDSSubscription

Request Information

URI Parameters

None.

Body Parameters

ServiceDSSubscriptionDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ServiceId

integer

None.

LicenseTypeId

integer

None.

PricingId

integer

None.

CustomerId

integer

None.

CustomerDeviceId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ServiceId": 2,
  "LicenseTypeId": 3,
  "PricingId": 4,
  "CustomerId": 1,
  "CustomerDeviceId": 1
}

application/xml, text/xml

Sample:
<ServiceDSSubscriptionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZahranItCustomers.DTOS">
  <CustomerDeviceId>1</CustomerDeviceId>
  <CustomerId>1</CustomerId>
  <Id>1</Id>
  <LicenseTypeId>3</LicenseTypeId>
  <PricingId>4</PricingId>
  <ServiceId>2</ServiceId>
</ServiceDSSubscriptionDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.