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

Method: POST https://simportal-api-staging.azurewebsites.net/api/v1/customers/{id}/sims/{simId}

Summary

Assign a SIM to the given customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the customer to which the SIM will be assigned

globally unique identifier

Required

simId

The unique id of the SIM

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.