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": "c1a62d8f-11bc-49ed-be07-b1f953be2d7e",
"PortRequestID": "75b44a10-8efd-4e05-aa07-3f8b054bbd4f",
"DocumentID": "c99b3201-39c8-4dac-96ca-b65db062926c",
"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.