Get Contract Customer SISO Info Using GET

Get Contract Customer SISO Info Using GET

Get a list of the System Integrator & System Outsourcer (SISO) of the customer identified by the customer id.

Pre-authorized roles: Operations, Read Only

Request
URI
GET
https://{api_host}//vcp.vmware.com/api/provider/v1/contracts/{contractId}/customers/{customerId}/siso
COPY
Path Parameters
string
contractId
Required

Contract id

contractId example
630c2f68-xxxx-xxxx-xxxx-61f8245eaca1
string
customerId
Required

Customer id

customerId example
c7240730-xxxx-xxxx-xxxx-250300000003

Responses
200

OK

Returns SisoInfo of type(s) application/json
{
    "reseller": "Multi-Cloud Provider - 100393",
    "influencer": "Mega Clouds - 110256",
    "msp": "Managed Cloud Service - 13990"
}
string
reseller
Optional

Reseller SISO

string
influencer
Optional

Influencer SISO

string
msp
Optional

MSP SISO


400

Bad Request

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure