POST api/CDVWeb/ReleaseCheck/CheckVoucher/Release?OFC_ID={OFC_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OFC_ID | string |
Required |
Body Parameters
ReleaseCheckVoucherModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CVNO | string |
None. |
|
| USERID | string |
None. |
|
| DATEOFRELEASE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CVNO": "sample string 1",
"USERID": "sample string 2",
"DATEOFRELEASE": "2025-12-21T21:53:02.4322738-08:00"
}
application/xml, text/xml
Sample:
<ReleaseCheckVoucherModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models.ASCDV"> <CVNO>sample string 1</CVNO> <DATEOFRELEASE>2025-12-21T21:53:02.4322738-08:00</DATEOFRELEASE> <USERID>sample string 2</USERID> </ReleaseCheckVoucherModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | Status |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 0,
"Description": "sample string 1"
}
application/xml, text/xml
Sample:
<RequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTServiceAPI.Models"> <Description>sample string 1</Description> <Status>Ok</Status> </RequestModel>