S360 Services
Home
Home
Azure DevOps Repository
  1. Service Provisioning
  • Component Diagram
  • S360 Providers
    • BackOffice Workspace
      • Application
        • Submit Application
        • Application Status
      • Service Provisioning
        • Service Provisioning Request
          POST
        • Service Provisioning Status
          GET
      • Payment
        • Pricing Request
        • Payment Confirmation
      • References
    • IID Authorization
      • Get Context
      • Create Child Session
      • Get Child Session
      • Refresh Child Session
      • Validate Child Session
      • Logout Child Session
      • Add messages
    • MDM
      • License
        • QueryLicenses
  • S360
    • BackOffice
      • Application
        • Application Decision
      • Service Provisioning
        • Service Provisioning
    • IID Portal
      • Read This First
      • Application Status
      • Services
        • Get My Services
        • Get My Service Details
        • Start My Application
      • Applications
        • Get My Applications
        • Get My Application Details
        • Complete My Application
        • View My Application
      • Inventory
        • Get My Inventories
        • Get My Inventory Details
      • Payment
        • CompletePayment
        • GetPaymentDetails
        • ConfirmPayment
        • GetDuePaymentDetails
        • GetPastPaymentDetails
        • GetMyDuePayments
        • GetMyPastPayments
        • GetMyPaymentDetails
        • GetMyPayments
      • Document
        • Retrieve Document
    • Application Workspace
      • Read This First
      • SSO
        • Authenticate
        • Refresh Session
      • Application
        • GetContext App
        • GetContext User
        • Submit My Application
        • Notify Application Status
      • Document
        • Upload Document
        • Retrieve Document
      • Proxy
        • Get Reference Data from Entity
      • DesignTime
        • Upload Application Schema
    • Rules Engines
      • Payment
  1. Service Provisioning

Service Provisioning Request

Integrating
POST
/s360/v1/service/provisioning
Last modified:2024-09-27 10:22:18
OperationId:RequestServiceProvisioning

Request

Authorization
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
Body Params application/json

Example
{
    "applicationId": "string",
    "serviceId": "string",
    "entityId": "string",
    "serviceName": "string",
    "serviceVersion": "string",
    "requestType": "Provision"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/s360/v1/service/provisioning' \
--header 'Content-Type: application/json' \
--header 'X-API-Key;' \
--data-raw '{
    "applicationId": "string",
    "serviceId": "string",
    "entityId": "string",
    "serviceName": "string",
    "serviceVersion": "string",
    "requestType": "Provision"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "status": 200,
    "correlationId": "9c30cabf-6f51-4b9a-b9d1-e8216c43a3f8",
    "desc": {
        "code": "77669",
        "en": "Success",
        "ar": "نجاح"
    }
}
Modified at 2024-09-27 10:22:18
Previous
Application Status
Next
Service Provisioning Status
Built with