POST api/Maintenance/Subscriptions/Light
Request Information
URI Parameters
None.
Body Parameters
SubscriptionIsLiteName | Description | Type | Additional information |
---|---|---|---|
SubscriptionCode | string |
None. |
|
Price | decimal number |
None. |
|
Description | string |
None. |
|
IsTaxable | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "SubscriptionCode": "sample string 1", "Price": 2.0, "Description": "sample string 3", "IsTaxable": true }
application/xml, text/xml
Sample:
<SubscriptionIsLite xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample string 3</Description> <IsTaxable>true</IsTaxable> <Price>2</Price> <SubscriptionCode>sample string 1</SubscriptionCode> </SubscriptionIsLite>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |