POST api/UpdateCustomerMsisdnProductCodeRequest
Request Information
URI Parameters
None.
Body Parameters
UpdateCustomerMsisdnProductCodeRequest| Name | Description | Type | Additional 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": "df35c238-18a4-405e-be90-2777577fcab3",
"old-product-id": "97636b12-0928-4089-9381-fc98fc986f3b",
"new-product-id": "f08a238e-96e0-4103-bfd4-473d7b9fe830"
}
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>df35c238-18a4-405e-be90-2777577fcab3</CustomerMsisdnId> <NewProductId>f08a238e-96e0-4103-bfd4-473d7b9fe830</NewProductId> <OldProductId>97636b12-0928-4089-9381-fc98fc986f3b</OldProductId> </UpdateCustomerMsisdnProductCodeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.