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": "5763ff9c-e6c2-4e05-a4b6-93baed52a7bd",
"PortRequestID": "6c0763fa-01bb-4d14-87d0-82dbd9f4f0c1",
"DocumentID": "27ebfc80-c6a9-441b-b578-f34ef591ad1f",
"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.