POST Mobility/PostPortRequestDocuments
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": "af5f2c14-38c4-490a-8e28-8d7b0ecfd26a",
"PortRequestID": "f10b6cdb-28ad-42ed-ac2c-52097ce10aea",
"DocumentID": "0f74d5f3-3948-4180-af98-7ea1d9919b95",
"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.