DELETE Mobility/DeletePortRequestDocuments
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": "2fc4e54e-c0a6-4388-abe7-eb5f307ddceb",
"PortRequestID": "6444bdaf-80c6-4ef0-850b-806cf7091683",
"DocumentID": "0decbd67-79fb-434c-bf95-777bd19434fc",
"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.