PUT Mobility/PutPortRequests
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "b242e728-44db-4a99-b060-dae385f76e5f",
"CustomerID": "5bf108e9-7eb7-4bb8-8ad2-f26120f0db50",
"PortRequestStatusID": 1,
"Name": "sample string 3",
"CreatedByContactID": "068418bf-5637-4e86-b366-3b097b914e81",
"ModifiedByContactID": "9bc11842-da3c-4299-9555-c90c9dae8cbb",
"CreatedDate": "2025-12-14T21:49:02.7474654+00:00",
"ModifiedDate": "2025-12-14T21:49:02.7474654+00:00"
},
{
"$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.