Wireline eBonding

Version 1.0.0 (latest)

Wireline eBonding

Version 1.0.0 (latest)

Send File Attachment to Incident/Service Request

Version 1.0.0
download iconDownload spec

Endpoint

PUT
https://ebond.att.com/{ebondEnv}/api/clientapi/{FileAttachmentTicketType}

Update Incident Ticket to AT&T process

arrowSecurity

oauth2

Oauth2 implementation using Client Credentials - client_id & client_secret ProvidedByAT&T
clientCredentials:
scopes:
tokenUrl:https://ebond.att.com/sandbox/EdhREjkedhs234nU/oauth2/token/
arrowRequest

Path Parameters

      Query Parameters

                        Body Parameters

                        Responses

                        Ticket Updated Successfully

                        arrowBody

                        application/json

                        REQUEST

                        1
                        2
                        3
                        4
                        curl --request PUT \
                             --url https://ebond.att.com/string/api/clientapi/string \
                             --header 'accept: application/json' \
                             --header 'content-type: multipart/form-data'

                        RESPONSE

                        1
                        2
                        3
                        4
                        5
                        6
                        7
                        {
                          "results": {
                            "sys_id": "inpsysid42324398492abds32423232da",
                            "number": "INC10023312",
                            "correlation_id": "00000042340234"
                          }
                        }