PUT Mobility/PutPortRequestDocument
Request Information
URI Parameters
None.
Body Parameters
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": "c5c00d6f-b4a1-4e71-b5ec-fcda2a9f0968",
"PortRequestID": "47a6aa13-6ba7-47ca-ae40-69713cb5a1ef",
"DocumentID": "e4ee5e86-06a0-442c-b4ba-f4b59baf10d7",
"Name": "sample string 4"
}
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.