How to send back

how do you send a phone back

Has it been under 14 days inclusive of day of sale?
There should be a return label in the box the device came in.
If not you can log on to http://www.verizonwireless.com
And under your documents and receipts you can print a return label.
Or call 1-800-922-0204
Good Luck

Similar Messages

  • How to send back the soap fault message without details tag to the sender

    Hello Expert,
    Is it possible to send the soap fault message(fault String element value) without details tag as shown below to the sender in synchrounous scenario.
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soapenv:Body>
              <soapenv:Fault>
                   <faultcode>soapenv:Client</faultcode>
                   <faultstring>autorizarComprobanteRequest.comprobanteCAERequest.arrayOtrosTributos.otroTributo(1).codigo - El Código de Tributo es obligatorio.</faultstring>
                   <detail></detail>
              </soapenv:Fault>
         </soapenv:Body>
    </soapenv:Envelope>
    I have to send the faultstring element value in one of the element in response message back to sender? Is it possible using BPM?The above fault response does not have a fault payload (no detail element) and would result in a system error message.So how to handle this?
    If yes .Please tell me the BPM design
    faultstring value will be dynamic.
    Thanks in advance

    Thanks Yzanagi,
    I have gone through the index.htm file.
    In my scenario that is RFC -PI-soap(using http(Axis) protocol).when the webservice provider  is sending the soap fault as.
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soapenv:Body>
              <soapenv:Fault>
                   <faultcode>soapenv:Client</faultcode>
                   <faultstring>autorizarComprobanteRequest.comprobanteCAERequest.numeroComprobante - El Número de Comprobante debe ser mayor o igual a 1</faultstring>
                   <detail></detail>
              </soapenv:Fault>
         </soapenv:Body>
    </soapenv:Envelope>
    In PI sxmb_moni it is converting to the error (system not application error)as shown below when using receiver soap adapter with  https(Axis) transport protocol and Message protocol:Axis.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1></SAP:P1>
      <SAP:P2></SAP:P2>
      <SAP:P3></SAP:P3>
      <SAP:P4></SAP:P4>
      <SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: autorizarComprobanteRequest.comprobanteCAERequest.numeroComprobante - El Número de Comprobante debe ser mayor o igual a 1.</SAP:AdditionalText>
      <SAP:Stack></SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    As my requirement was (I have mentioned in my first question) that I want to pass
    SAP:AdditionalText tag
    value back to sender  in  one of the elements of  response message payload or handle using fault message mapping if this error could be converted to application error and map to the RFC exception  but unfortunately which is  not possible even using AXIS  adapter.
    so other  option to inform the sender RFC is mentioned here http://help.sap.com/saphelp_nw70/helpdata/en/22/0425e0488911d189490000e829fbbd/content.htm
    but while handling the SYSTEM_FAILURE  exception from PI at sender in report program and  displaying the msg variable ,I am not getting complete error message..It is getting truncated.Is there a limit to the no of character the msg variable contains which is set by system.Even if we declare msg variable with more length(for example char length 500) it is just displaying part of the error message from PI.
    Any Idea to read complete system error message from PI in report program at RFC sender..
    Kind Regards,
    Kubra fatima

  • How to send back the stauts of inbound idoc to outbound system

    Hi  all.
    Idocs are scheduled to send from outbound to inboud.In inbound I have many idocs with status 51.(application document not posted).I need to report back the details of all the  idocs with status 51.(application document not posted) .ie I need to send the idoc no, error message,error data  from inbound to outbound on daily basis. Can any one let me know how to achieve this.i.e  How to trap the details of idoc with status 51 in inbound & send this details back to inbound.
    Can it be done by audit reporting of idocs? Or do I need to write a program?If so pls guide me.
    Thanks in advance.
    kind regards,
    Samiulla.

    You will have to setup the acknowledgements in this case. Message type ALEAUD.
    This will be setup in the WE20 of the receiving system to be sent to the sending system.
    regards,
    Advait

  • How to send back a movie clip?

    If there is a movie clip over another one i want the first one to go back, but I don't know how to do it when the project is running.
    Thank you!

    use the swapDepths() method of movieclips.

  • How to send back broken i pod

    having emense trouble trying to contact apple to get them to fix my ipod it cant be done diy so needs to be sent off but I just cant find a way - its still covered by warrenty so i just need to know how to obtain warrenty service.
    any help is appreciated!!!

    Have a read
    http://depot.info.apple.com/ipod/

  • Pavilion G7 2054A left hinge broken require guidance on how to send back to HP

    Re: Envy m7 Notebook with a Broken Hinge
    Options
    ‎09-08-2014 11:58 PM
    Hi Jeff or anyone from HP support I have  A pavilion G7 2054 SA  (UK model ) which has a broken left hinge can some one please help me as to how to  return to Hp as my laptop is still under warranty. please see below:- 
    HP product warranty results
    The following information was returned for your product
    Serial number  [edited Serial Number by Moderator] Product number b3r83ea Warranty status Covered under warranty Warranty end date 2014-10-07 (YYYY-MM-DD)
    Reply

    Hi @polemanone ,
    I have sent you a private message. If you are not sure how to check your private message then this post has instructions that will guide you through the process.
    Regards,
    George
    I work for HP

  • How can MDB send back a feedback to the client?

    Hi colleagues, I have made a client which sends a text message to a MDB. Before sending, I have created a queue for replay messages and I have this piece of code:
                   txtMsg.setJMSReplyTo(replyQueue);
                   msgID = txtMsg.getJMSMessageID();
                   qReceiver = qs.createReceiver(replyQueue);
                   qSender.send(txtMsg);
                   qc.start();
                   receivedMsg = (TextMessage) qReceiver.receive();
    So the question is, how to send back from the MDB to the client a message if I already have this code in the MDB:
    String msgID = msg.getJMSMessageID();
                   Destination destination = msg.getJMSDestination();
                   String txtMsg = ((TextMessage)msg).getText();
                   String sender = (String) ((TextMessage)msg).getObjectProperty("JMSSender");
    I wanna send back for example, the messages' ID.
    thanks in advance!

    I thought MDBs did not have clients.An MDB can have pretty much whatever it wants :). Its a very common requirement for an MDB to talk to a database, talk to an EJB or send new messages to some destination or combinations of all of those things.
    James
    http://logicblaze.com/

  • Since upgrading to IOS 8.1.2, I cannot send/receive emails from either of my Apple or Verizon email accounts.  Does anyone know how to fix this problem or how to go back to IOS 8.1.1?

    Since upgrading to IOS 8.1.2 on my iPad3, I cannot send/receive emails from either of my Apple or Verizon email accounts.  I confirmed that my internet connection is working. Does anyone know how to fix this problem or how to go back to IOS 8.1.1?

    Hi Milrclan,
    Thanks for contributing to the Apple Support Communities. 
    If you're not able to send or receive email from the mail accounts on your iPad after updating iOS, start with these troubleshooting tips:
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Best Regards,
    Jeremy 

  • Hi! How can I change the shipping address for the program of replacement of the 1 generation ipod nano? I've already received the empty box and now I should send back the old ipod but I'd like to receive the new one to another address. Thank you.

    Hi! How can I change the shipping address for the program of replacement of the 1 generation ipod nano? I've already received the empty box and now I should send back the old ipod but I'd like to receive the new one to another address. Thank you.

    I would contact Apple directly and have them work with to get the iPod shipped to a new/different address.
    http://www.apple.com/contact/
    B-rock

  • How to save Fillable PDF form created in XI - So Acrobat Reader can fill out and send back

    Hi, Im extremely hopeful someone can help me with this question, Ive had extreme luck with this question site, you have all been amazing.
    I have created a fillable form in Adobe Acrobat XI and I have saved my work and Im ready to send the form to my client.
    I have been told that I need to save my file in a manner that the general public that does not have Acrobat XI, and mainly has acrobat reader, will be able to open, fill my form out, and send back to me completed.
    How do I do this.
    Ive run a couple tests with coworker and its not allowing the saving of the information that she filled out.
    Does anyone know how I need to save and distribute this form so I get it back filled out from my clients? that probably have only reader?
    thanks in advance for your help.
    Amy

    I think I figured this out???? My pdf tester has gone to bed, so hopefully I will know by morning if this is my solution......
    Open the PDF in Acrobat XI (the form you have saved that is ready to be filled out to whoever you distribute the form to).
    Choose Advanced > Enable Usage Rights in Adobe Reader (Acrobat 8/9) (if you have XI do not do this step, but do step 4 for XI)
    or
    File > Save As >Reader Extended PDF > Enable Additional Features (Acrobat X) (Its actually not in save as, but in save as other)
    Save the PDF using a different file name, you will be using this new file to be the file you will distribute.
    When you now open the PDF in Adobe Reader you will be able to fill the form and save the data and then send it back to the author that is requesting the form to be filled out.

  • How to catch the message in RWB and send back to sender system

    hi
    I've proxy->xi-->jdbc scenario, when ever there is  some error and the data can't be intered in the data base, we can find error message thrown by the data base in the RWB , i want  this error message of the RWB to send back  to the sending system
    pl let me know if its possible  and how ???
    points shall be rewarded
    Thanks & Rgds ,
    mojib

    check this link, and use as per you requirement
    XI: How-to on JDBC receiver response
    JDBC Receiver Adapter -- Synchronous Select – Step by Step
    Regards
    Chilla

  • How to send acknowldgent back to sender in SOAP-ASNYC scenario

    Hi
    I have an requirement, iam getting the changemaster data (single filed) from source system , i need to update it in SAP via PI,
    iam using SOAP>PI---->SAP,
    once updataion is done, i need to send back the status message, here i want to use soap-asuncronus interface, in that case how the acknowldgement (status or error) message will be handled?
    please explain , how can i declare the data in ESR ( iam not getting any WSDL from client).
    thanks in advance.
    Regards
    neeru

    Hi,
    This blog might help you:
    XI: Propagation of meaningful error information to SOAP Client
    Regards
    Ramesh

  • TS3276 When I send an email no matter how small it now seems to take a much longer time than usual (by watching the gear wheel spinning). Anyone have any ideas how I can get my sending back to a much shorter time?

    When I send an email no matter how small it now seems to take a much longer time than usual (by watching the gear wheel spinning). Anyone have any ideas how I can get my sending back to a much shorter time?

    Have you burned Discs with other programs using this computer? Are you certain that you have a drive that will burn discs?

  • HOW TO SEND XML BACK TO PRINT? (See Inside thread for more info)

    Hello Everybody,
    Because there is not a lot of documentation on  if_fp and if_fp_pdf_object
    I found out that i can retrive my PDF from the ADS with the following code:
        data:
        lo_fp                 TYPE REF TO if_fp ,
        lo_pdfobj             TYPE REF TO if_fp_pdf_object,
    pdf_xstring           TYPE xstring,
        xml_data              TYPE xstring,
        lv_xml_data_string    TYPE string.
                Get FP reference
      lo_fp = cl_fp=>get_reference( ).
                Create PDF Object using destination 'ADS' (<-- this is how it is defined in SM59)
      lo_pdfobj = lo_fp->create_pdf_object( connection = 'ADS' ).
                set document
      lo_pdfobj->set_document(
      EXPORTING
        pdfdata = fp_formoutput-pdf ). " fp_formoutput-pdf is of type xstring
                Tell PDF object to extract data
    lo_pdfobj->set_extractdata( )." obsolate!!!
      call METHOD lo_pdfobj->set_task_extractdata( ).
                Execute the call to ADS
      lo_pdfobj->execute( ).
      lo_pdfobj->get_data(
      IMPORTING
        formdata = xml_data ).
    After this i can manipulate xml_data but dont know how to send it back to print...
    Can you direct me to the solution please?
    Thank you in advance,
    Eran Fox
    p.s.:
    Component version    SAP ECC 6.0
    Unicode System         No
    Database system      ORACLE
    Release                     10.2.0.2.0
    Kernel release           700

    Hi Billy
    Yikes - how embarassing !  Thanks for pointing out my beginners mistake there.  I've fixed my code - and also implemented the substitutions of parameters like you suggested - I like that approach.
    Unfortunately the end result is no better - the line
    utl_http.read_text(resp,response_text);
    Still returns nothing back
    The headers that are coming back are
    Date: Thu, 04 Jul 2013 08:31:56 GMT
    Server: Apache/2.2.16 (Ubuntu)
    X-Powered-By: PHP/5.3.3-1ubuntu9.3
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Vary: Accept-Encoding
    Content-Length: 0
    Content-Type: text/html; charset=UTF-8
    Connection: close
    I guess I will need to try chasing it with the fastsms vendor so see if they can check my incoming request and see if there are any glaring problems. I know the xml is correct as I am now logging the xml string just before I send it and when I take that string and put it in their test form it works perfectly - something else in the puzzle is missing. I've had no experience using utl_http before - perhaps it's no possible to read the xml repsonse using this ?
    Anyway, thanks for your help Billy.
    ps - How do you paste your code into your message to get that formatting ?
    Cheers,
    Brent

  • How to send Earphones back to Apple(Warranty)??

    Hi, i got a problem with my earphone.
    my left earphone was garbled so i went to this website and ordered new ones for free(I still have warranty). Everything is fine so far, I got the new earphones and they work, but I don't know how to send the broken ones back. Apple said that I would get instructions how to send them back, but i didnt get any, only a letter that I dont have to pay anything because of my warranty.
    So now Im trying to find out if the carrier matters and what carrier it is. I really dont know what to do. My repair status number is D10792823.
    Im really mad right now because if I dont get my earphones sent to Apple I have to pay a $29 non-return fee.
    Hope somebody can help me.
    Marcel
    (Sry for my post in the others thread, I didnt know how to open a new thread)

    If you need to send them back, there will be shipping label under the one that shipped them to your house. Peel off the top label.
    You would use the same carrier.
    Everything is already paid for so don't fill out new forms and don't pay anything.
    You can go here -> https://support.apple.com/repairstatus/Main
    and check on the status. It should show Awaiting customer return (or something similar) if they want them back.
    If in doubt, call 1-800-myapple.

Maybe you are looking for

  • Connecting to an external web service from Oracle BPEL

    How do we connect to an external web service using its wsdl (possibly implemented in .NET) from Oracle BPEL process? Any specific details/examples greatly appreciated. Thanks, JN

  • Minor issues after KDE 4.9 upgrade.

    Hello All. After upgrading to KDE 4.9, I noticed: 1.  My computer took some extra time to shutdown (only when running on AC     power).  I ran a diff on a snapshot of my processes taken before starting     X, and after shutting it down, and found tha

  • PDF Version History Chart Listing Features Of Each Revision?

    Hello, Would anyone be aware of a chart style format for the history of the Portable Document Format which would list each PDF version along a timeline from its inception to the current version, with the newly added features of each revision outlined

  • Creating Multi Camera sequence not working - Not making Sequence

    After selecting 2 (or more) files and right clicking and choosing Multi camera sequence from source,  I drag the newly created sequence on to the time line but all I get is the two files on the time line stacked over one another.  the sequence never

  • How can i get my pictures from my iphone 4s onto my laptop? (windows 7)

    i took some pictures with my iphone 4s and i want to transfer them onto my laptop. Now, my iphone connects to my lap through itunes but not on 'my computer' and it says that i have some photos but there is no tab on the side i can click on to see the