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": "be8fccbf-6873-41af-b95a-c8a018f0579b",
"CustomerID": "2a3af48a-2739-4ae4-81e7-2662b380982d",
"PortRequestStatusID": 1,
"Name": "sample string 3",
"CreatedByContactID": "af0444a8-7bd3-484e-9a94-000ff25bf4ca",
"ModifiedByContactID": "37b33412-b827-430b-a1f4-b080d991ad98",
"CreatedDate": "2026-06-29T02:56:20.2913704+00:00",
"ModifiedDate": "2026-06-29T02:56:20.2913704+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.