Netflix Service Operations


Parameters

Name In Type Required Description
Request-Correlation-Id header string(uuid) false Correlation Id for tracing (unique identifier)
serviceId path string true Service identifier whose device will be updated
body body updateNetflixServiceRequestDTO true Update an existing service

Request body - instance of updateNetflixServiceRequestDTO

1
2
3
4
5
{
  "offer_id": "define",
  "plan_type": "define",
  "transaction_id": "define"
}
Name Type Required Description
offer_id string true none
plan_type string true none
transaction_id string true none

Request example

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

curl -X PATCH https://partners.sta.masstack.com/v3/netflix/612123456 \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Request-Correlation-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08" \
 --data-raw "{
  'offer_id': 'define',
  'plan_type': 'define',
  'transaction_id': 'define'
}" 

Responses

Code Meaning Description Schema
200 OK Successfully accepted the operation request, returned the request external reference identifier updateNetflixServiceResponseDTO
400 Bad Request Bad Request genericErrorResponseDTO
401 Unauthorized Unauthorized request genericErrorResponseDTO
403 Forbidden Forbidden resource genericErrorResponseDTO
406 Not Acceptable Not Acceptable genericErrorResponseDTO
500 Internal Server Error Internal Server Error genericErrorResponseDTO

Parameters

Name In Type Required Description
Request-Correlation-Id header string(uuid) false Correlation Id for tracing (unique identifier)
service_id path string true Service identifier whose device will be updated
body body simyoNotificationDTO true Update an existing service

Request body - instance of simyoNotificationDTO

1
2
3
4
5
{
  "pai": "string",
  "netflixOfferId": "string",
  "changeDate": "string"
}
Name Type Required Description
pai string false PAI
netflixOfferId string false netflixOfferId
changeDate string false changeDate

Request example

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

curl -X POST https://partners.sta.masstack.com/v3/netflix/612123456/simyo \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Request-Correlation-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08" \
 --data-raw "{
  'pai': 'string',
  'netflixOfferId': 'string',
  'changeDate': 'string'
}" 

Responses

Code Meaning Description Schema
200 OK Successfully accepted the operation request, returned the request external reference identifier None
400 Bad Request Bad Request genericErrorResponseDTO
401 Unauthorized Unauthorized request genericErrorResponseDTO
403 Forbidden Forbidden resource genericErrorResponseDTO
406 Not Acceptable Not Acceptable genericErrorResponseDTO
500 Internal Server Error Internal Server Error genericErrorResponseDTO

Endpoints

Barrings Operations

    Billing Operations

      Subscription Operations

        Promotions Operations

          Service Operations

            Netflix Service Operations