PUT Mobility/PutPortRequestDocuments
Request Information
URI Parameters
None.
Body Parameters
Collection of PortRequestDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| PortRequestID | globally unique identifier |
Required |
|
| DocumentID | globally unique identifier |
Required |
|
| Name | string |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "4b7bb350-ccd5-4934-be58-5d8169c45ea0",
"PortRequestID": "4d89b7c5-7ca9-4b95-8ddf-9de432baa8b4",
"DocumentID": "07abe1d2-38cc-485b-b15a-bad12f0bed08",
"Name": "sample string 4"
},
{
"$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.