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": "47e632bb-3788-4776-90ea-50efddab9c9a",
"CustomerID": "b93f3b3c-d475-4cbb-9d04-12b9e97d1393",
"PortRequestStatusID": 1,
"Name": "sample string 3",
"CreatedByContactID": "cf2e9668-0c2d-4c38-8d29-c73f18636097",
"ModifiedByContactID": "cc79b83e-d480-4058-938b-7454cf1ec827",
"CreatedDate": "2026-04-20T09:57:53.2967729+00:00",
"ModifiedDate": "2026-04-20T09:57:53.2967729+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.