Cancel Port
Version 4.0.0
Endpoint
POST
https://lgw.att.com/cancelPortabilityOrder
Copy
This operation creates a CancelPortabilityOrder entity. (TMF 689)
Header Parameters
- AuthorizationstringRequiredJWT Bearer Token. Token URL: https://login.microsoftonline.com/e741d71c-c6b6-47b0-803c-0f3b32b07556/oauth2/v2.0/token See example below. curl --location --request POST 'https://login.microsoftonline.com/e741d71c-c6b6-47b0-803c-0f3b32b07556/oauth2/v2.0/token' --header 'Content-Type: application/x-www-form-urlencoded' --header 'Cookie: fpc=example-fpc-cookie; stsservicecookie=example-estsfd; x-ms-gateway-slice=example-estsfd' --data-urlencode 'scope=api://testHarnessCustomersStage1/.default' --data-urlencode 'grant_type=client_credentials' --data-urlencode 'client_id=example-client-id' --data-urlencode 'client_secret=example-client-secret' Note: client id/secret are not the right ones - contact API provider, via 'Request Access' button to get the correct on
- AcceptstringRequiredSpecifies the media type as "application/json".
- X-ATT-CorrelationIdstringRecommended format is 32 hexadecimal characters GUID (XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX).
Body Parameters
- objectRequired
- idstringunique identifier.
- hrefstringHyperlink reference.
- statestate can be ONE OF the following schemas:
- @typestringWhen sub-classing, this defines the sub-class entity name.
- @baseTypestringWhen sub-classing, this defines the super-class.
- @schemaLocationstringA URI to a JSON-Schema file that defines additional attributes and relationships
- portabilityOrderobject
- cancellationReasonstringReason why the order is cancelled.
- effectiveCancellationDatestringDate when the order is cancelled.
- requestedCancellationDatestringDate when the submitter wants the order to be cancelled.
- reasonCodestring
- initiatorIdstring
- subscriberNumberstringMobile Telephone Number associated with this serial number.Pattern: ^\d{10}$Length: 10
Responses
Created
Body
application/json
- objectRequired
- idstringunique identifier.
- hrefstringHyperlink reference.
- statestate can be ONE OF the following schemas:
- @typestringWhen sub-classing, this defines the sub-class entity name.
- @baseTypestringWhen sub-classing, this defines the super-class.
- @schemaLocationstringA URI to a JSON-Schema file that defines additional attributes and relationships
- portabilityOrderobject
- cancellationReasonstringReason why the order is cancelled.
- effectiveCancellationDatestringDate when the order is cancelled.
- requestedCancellationDatestringDate when the submitter wants the order to be cancelled.
- reasonCodestring
- initiatorIdstring
- subscriberNumberstringMobile Telephone Number associated with this serial number.Pattern: ^\d{10}$Length: 10