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": "7c3187cd-aeb7-4686-8dc2-1aa4c0b8bad7",
"CustomerID": "7422a6ab-240f-4ef5-9764-e6e934c93cf2",
"PortRequestStatusID": 1,
"Name": "sample string 3",
"CreatedByContactID": "785ac392-6e98-487a-ab40-32160d019fbd",
"ModifiedByContactID": "f0ddfbc6-cc08-477a-b3d1-529e7fc19f96",
"CreatedDate": "2026-02-14T11:34:57.7345296+00:00",
"ModifiedDate": "2026-02-14T11:34:57.7345296+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.