/ue-contexts/{supi}/sendsms


  Method: Post 
    Summary: Send SMS payload for a given UE 
    Operation ID: SendSMS 
 
    Tags: 
      - UEContext (Document) 
 
    Parameters: 
      - Name: supi 
        In: path 
        Required/Optional: true 
        Description: Subscriber Permanent Identifier (SUPI) 
        Schema: 
          Type: string 
    Request Body: 
      Content: 
        Multipart/Related: 
          Schema: 
            Type: object 
            Properties: 
              JSON Data: 
                Reference: '#/components/schemas/SmsRecordData' 
              binaryPayload: 
                Type: string 
                Format: binary 
          Encoding: 
            JSON Data: 
              Content Type: application/json 
            binaryPayload: 
              Content Type: application/vnd.3gpp.sms 
              Headers: 
                Content ID: 
                  Schema: 
                    Type: string 
      Required/Optional: true 
 
    Responses: 
      '200': 
        Description: SMS payload is received by SMSF, and is being delivered out 
        Content: 
          Application/JSON: 
            Schema: 
              Reference: '#/components/schemas/SmsRecordDeliveryData' 
      '400': 
        Description: Invalid Service Request 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' 
      '403': 
        Description: Unable to deliver SMS at SMSF 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' 
      '404': 
        Description: Unable to found UE Context for SMS in SMSF 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' 
      '503': 
        Description: Service Unavailable 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'