POST api/VoucherPurchased
Request Information
URI Parameters
None.
Body Parameters
clsVoucherPurchasedDAL| Name | Description | Type | Additional information |
|---|---|---|---|
| VoucherPurchaseId | globally unique identifier |
None. |
|
| VoucherId | globally unique identifier |
None. |
|
| RegistrationId | globally unique identifier |
None. |
|
| PurchaseDate | date |
None. |
|
| VoucherValidUpto | date |
None. |
|
| PurchaseThrough | globally unique identifier |
None. |
|
| ProductSerialNo | string |
None. |
|
| ProductPurchaseFromBDC | string |
None. |
|
| ProductPackageId | globally unique identifier |
None. |
|
| Status | string |
None. |
|
| OrderNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"voucherPurchaseId": "9de70a0c-b34a-4f01-b7b9-7460f7010f16",
"voucherId": "418820f5-1262-4870-9ee3-06ba2f04bbc9",
"registrationId": "b9c75d0c-e6d3-4207-9b81-27af9494c036",
"purchaseDate": "2026-08-09T16:06:45.8119575+05:30",
"voucherValidUpto": "2026-08-09T16:06:45.8119575+05:30",
"purchaseThrough": "09b0f29b-006e-41a4-a2e9-9dccada82752",
"productSerialNo": "sample string 7",
"productPurchaseFromBDC": "sample string 8",
"productPackageId": "904191f3-61d5-42ee-8fcb-dbc7d32c0c9d",
"status": "sample string 10",
"orderNo": "sample string 11"
}
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. |