POST api/SubscriptionLog/BuyDealerSubscription
Request Information
URI Parameters
None.
Body Parameters
clsSubscriptionLogDAL| Name | Description | Type | Additional information |
|---|---|---|---|
| SubscriptionLogId | globally unique identifier |
None. |
|
| DealerRegistrationId | globally unique identifier |
None. |
|
| SubscriptionPlanId | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| SubscriptionDate | date |
None. |
|
| ExpiryDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"subscriptionLogId": "9f289691-329b-43ad-b03f-9416395cc34b",
"dealerRegistrationId": "a85ef5ae-79af-40d3-b207-5ca3bcdb5c1b",
"subscriptionPlanId": "af47a640-26cc-45ee-90d5-781047de45b2",
"amount": 4.0,
"subscriptionDate": "2026-08-09T16:06:26.9638691+05:30",
"expiryDate": "2026-08-09T16:06:26.9638691+05:30"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |