PUT Mobility/PutPortRequestNumbers
Request Information
URI Parameters
None.
Body Parameters
Collection of PortRequestNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| PortRequestID | globally unique identifier |
Required |
|
| Number | string |
Required |
|
| AccountNumber | string |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "0a7030d4-bc0b-4d48-a36d-388d5e57f580",
"PortRequestID": "ac9cf0e5-fe53-4ae3-b7a7-5dce4895922f",
"Number": "sample string 3",
"AccountNumber": "sample string 4"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.