GET api/Entitlement/GetFiveNineEntitlements?authKey={authKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| authKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfFiveNineEntitlementModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Flag | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of FiveNineEntitlementModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Flag": true,
"Message": "sample string 2",
"Data": [
{
"EntitlementId": "ffda1f05-00be-4332-95fa-f0fd0a587d66",
"Name": "sample string 2",
"StateCode": 3,
"StatusCode": 4,
"PinCode": "sample string 5",
"EndUserAccount": "sample string 6",
"Quantity": 7.0
},
{
"EntitlementId": "ffda1f05-00be-4332-95fa-f0fd0a587d66",
"Name": "sample string 2",
"StateCode": 3,
"StatusCode": 4,
"PinCode": "sample string 5",
"EndUserAccount": "sample string 6",
"Quantity": 7.0
}
]
}
application/xml, text/xml
Sample:
<ResponseOfArrayOfFiveNineEntitlementModelRxU3KaMZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SestekCrm.Entities">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/SestekCrm.Entities.Concrete.EntitlementModels">
<d2p1:FiveNineEntitlementModel>
<d2p1:EndUserAccount>sample string 6</d2p1:EndUserAccount>
<d2p1:EntitlementId>ffda1f05-00be-4332-95fa-f0fd0a587d66</d2p1:EntitlementId>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:PinCode>sample string 5</d2p1:PinCode>
<d2p1:Quantity>7</d2p1:Quantity>
<d2p1:StateCode>3</d2p1:StateCode>
<d2p1:StatusCode>4</d2p1:StatusCode>
</d2p1:FiveNineEntitlementModel>
<d2p1:FiveNineEntitlementModel>
<d2p1:EndUserAccount>sample string 6</d2p1:EndUserAccount>
<d2p1:EntitlementId>ffda1f05-00be-4332-95fa-f0fd0a587d66</d2p1:EntitlementId>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:PinCode>sample string 5</d2p1:PinCode>
<d2p1:Quantity>7</d2p1:Quantity>
<d2p1:StateCode>3</d2p1:StateCode>
<d2p1:StatusCode>4</d2p1:StatusCode>
</d2p1:FiveNineEntitlementModel>
</Data>
<Flag>true</Flag>
<Message>sample string 2</Message>
</ResponseOfArrayOfFiveNineEntitlementModelRxU3KaMZ>