api/v1/customers/{id}/sims/

Method: GET https://simportal-api-staging.azurewebsites.net/api/v1/customers/{id}/sims?skip={skip}&take={take}

Summary

Get a list of SIMs that are associated to a customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the customer

globally unique identifier

Required

skip

The number of records to skip

integer

Default value is 0

take

The number of records requested

integer

Default value is 10

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.