POST api/SubscriptionLog
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": "eadd905c-4b82-4008-9ebf-a259802d15e2",
"dealerRegistrationId": "39644575-accf-454c-870d-76ee126543a0",
"subscriptionPlanId": "95e96e6f-567b-4f49-a115-f6421bbbac2f",
"amount": 4.0,
"subscriptionDate": "2026-08-09T16:03:48.5411851+05:30",
"expiryDate": "2026-08-09T16:03:48.5411851+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. |