GET v1/CustomerSims/{id}/GetBySimId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Lhp.EquipmentIntelligence.WebApi.Models.V1.CustomerSimModelName | Description | Type | Additional information |
---|---|---|---|
CustomerId |
ID of the customer this SIM is associated with. |
integer |
None. |
SimId |
ID of the SIM. |
integer |
None. |
CustomerSimStatusId |
Status of the association of this SIM to the Customer. |
Lhp.EquipmentIntelligence.CustomerSimStatuses |
None. |
Response Formats
application/json, text/json
Sample:
{ "CustomerId": 1, "SimId": 2, "CustomerSimStatusId": 0 }
application/xml, text/xml
Sample:
<CustomerSimModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CustomerId>1</CustomerId> <SimId>2</SimId> <CustomerSimStatusId>None</CustomerSimStatusId> </CustomerSimModel>