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": "054a0471-0c4c-4c3f-9d95-22bdab9826a3",
"PortRequestID": "746492f7-7bda-470f-8d14-21f1a32779f1",
"DocumentID": "9490614a-d1de-42d3-80da-1f299adba118",
"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.