GET GetSIDForSubscriptionSetup?isabnb={isabnb}&ismsi={ismsi}&isotaD={isotaD}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
isabnb | boolean |
Required |
|
ismsi | boolean |
Required |
|
isotaD | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfSubscriptionSetupName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | Collection of SubscriptionSetup |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": [ {}, {} ] }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":[{},{}]}
application/xml, text/xml
Sample:
<ResponseOfArrayOfSubscriptionSetupCzvargUo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO"> <d2p1:SubscriptionSetup /> <d2p1:SubscriptionSetup /> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfArrayOfSubscriptionSetupCzvargUo>