/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:
Application/JSON:
Schema:
Reference: '#/components/schemas/SmsRecordData'
Required/Optional: true
Responses:
'200' SMS payload is received by SMSF, and is being delivered out
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/SmsRecordDeliveryData'
'400' Invalid Service Request
Content:
application/problem+json:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
'403' Unable to deliver SMS at SMSF
Content:
application/problem+json:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
'404' Unable to found UE Context for SMS in SMSF
Content:
application/problem+json:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
'503' Service Unavailable
Content:
application/problem+json:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'