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": "b1176740-8e43-434c-bd83-c41ffed8c2be",
"PortRequestID": "638ae552-fc5f-4cd0-8cc8-636439acadd9",
"DocumentID": "6ee2064e-0b2b-428f-af64-6786a8583ad1",
"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.