summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/csmf_slicing_purchase.json
blob: 1893f80d4ca011b3f2edf5ad4be70a81e0fc27de (plain)
1
2
3
4
5
6
7
8
9
10
{
  "result_header": {
    "result_code": "200",
    "result_message": "5G slicing order created normally."
  },
  "result_body": {
    "service_id": "service123456",
    "operation_id": "operation123456"
  }
}