PUT Mobility/PutPortRequest
Request Information
URI Parameters
None.
Body Parameters
PortRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
Required |
|
| PortRequestStatusID | PortRequestStatus |
Required |
|
| Name | string |
Required |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "a9e54659-603c-4e50-bb66-ccbee7d41b51",
"CustomerID": "d759487b-e12c-42a7-b45c-e199718a707f",
"PortRequestStatusID": 1,
"Name": "sample string 3",
"CreatedByContactID": "16676084-b512-4c0c-aa96-dea5e57a5bb4",
"ModifiedByContactID": "a4222a7a-72e8-4ecd-9072-ece6906fda17",
"CreatedDate": "2026-06-29T02:56:26.5298408+00:00",
"ModifiedDate": "2026-06-29T02:56:26.5298408+00:00"
}
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.