POST api/Getvouid
Request Information
URI Parameters
None.
Body Parameters
Collection of clpayment| Name | Description | Type | Additional information |
|---|---|---|---|
| CHECKPAYID | integer |
None. |
|
| username | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CHECKPAYID": 1,
"username": "sample string 2"
},
{
"CHECKPAYID": 1,
"username": "sample string 2"
}
]
Response Information
Resource Description
ReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| returnvalue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"returnvalue": 1
}