POST api/UpdateCustomerMsisdnProductCodeRequest

Request Information

URI Parameters

None.

Body Parameters

UpdateCustomerMsisdnProductCodeRequest
NameDescriptionTypeAdditional information
CustomerMsisdnId

globally unique identifier

None.

OldProductId

globally unique identifier

None.

NewProductId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "customer-msisdn-id": "8cfd60df-c62e-4f36-bfd7-d2825a9de1bb",
  "old-product-id": "dbf9b6cc-b7cf-4b18-8b22-ae46c59609d0",
  "new-product-id": "45c50bb9-a4a6-4118-91e4-d03f4762c7c9"
}

application/xml, text/xml

Sample:
<UpdateCustomerMsisdnProductCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
  <CustomerMsisdnId>8cfd60df-c62e-4f36-bfd7-d2825a9de1bb</CustomerMsisdnId>
  <NewProductId>45c50bb9-a4a6-4118-91e4-d03f4762c7c9</NewProductId>
  <OldProductId>dbf9b6cc-b7cf-4b18-8b22-ae46c59609d0</OldProductId>
</UpdateCustomerMsisdnProductCodeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.