GET api/CustomerMsisdnCollection/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerMsisdn| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Msisdn | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| Status | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "f7a6c9e0-4e80-49cc-8bea-34d3b9ded9a6",
"customer-id": "d625e8d3-04db-46cb-85ef-97f81eec978e",
"msisdn": "sample string 3",
"product-id": "4caeb96e-5ec7-46ba-b07c-b1ea964ce428",
"status": 5,
"time-stamp": "QEA="
},
{
"id": "f7a6c9e0-4e80-49cc-8bea-34d3b9ded9a6",
"customer-id": "d625e8d3-04db-46cb-85ef-97f81eec978e",
"msisdn": "sample string 3",
"product-id": "4caeb96e-5ec7-46ba-b07c-b1ea964ce428",
"status": 5,
"time-stamp": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerMsisdn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
<CustomerMsisdn>
<CustomerId>d625e8d3-04db-46cb-85ef-97f81eec978e</CustomerId>
<Id>f7a6c9e0-4e80-49cc-8bea-34d3b9ded9a6</Id>
<Msisdn>sample string 3</Msisdn>
<ProductId>4caeb96e-5ec7-46ba-b07c-b1ea964ce428</ProductId>
<Status>5</Status>
<TimeStamp>QEA=</TimeStamp>
</CustomerMsisdn>
<CustomerMsisdn>
<CustomerId>d625e8d3-04db-46cb-85ef-97f81eec978e</CustomerId>
<Id>f7a6c9e0-4e80-49cc-8bea-34d3b9ded9a6</Id>
<Msisdn>sample string 3</Msisdn>
<ProductId>4caeb96e-5ec7-46ba-b07c-b1ea964ce428</ProductId>
<Status>5</Status>
<TimeStamp>QEA=</TimeStamp>
</CustomerMsisdn>
</ArrayOfCustomerMsisdn>