PUT Mobility/PutPortRequestNumber
Request Information
URI Parameters
None.
Body Parameters
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": "ba94852c-ea45-41e9-b3cc-c978c2e0f099",
"PortRequestID": "c04cf1c7-9d83-4d79-9d76-6989623fae8b",
"Number": "sample string 3",
"AccountNumber": "sample string 4"
}
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.