POST api/AuthorizedServices
Request Information
URI Parameters
None.
Body Parameters
AuthorizedServiceName | Description | Type | Additional information |
---|---|---|---|
AuthorizationID | string |
Required String length: inclusive between 0 and 20 |
|
BSPIService | integer |
None. |
|
CCSPService | integer |
None. |
|
CEService | integer |
None. |
|
ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AuthorizationID": "sample string 1", "BSPIService": 1, "CCSPService": 1, "CEService": 1, "ID": 2 }
application/xml, text/xml
Sample:
<AuthorizedService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <AuthorizationID>sample string 1</AuthorizationID> <BSPIService>1</BSPIService> <CCSPService>1</CCSPService> <CEService>1</CEService> <ID>2</ID> </AuthorizedService>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AuthorizedServiceName | Description | Type | Additional information |
---|---|---|---|
AuthorizationID | string |
Required String length: inclusive between 0 and 20 |
|
BSPIService | integer |
None. |
|
CCSPService | integer |
None. |
|
CEService | integer |
None. |
|
ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "AuthorizationID": "sample string 1", "BSPIService": 1, "CCSPService": 1, "CEService": 1, "ID": 2 }
application/xml, text/xml
Sample:
<AuthorizedService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <AuthorizationID>sample string 1</AuthorizationID> <BSPIService>1</BSPIService> <CCSPService>1</CCSPService> <CEService>1</CEService> <ID>2</ID> </AuthorizedService>