POST api/encryption/flagencryptedpaymenturl
Request Information
URI Parameters
None.
Body Parameters
BO.Payment.PaymentUrlModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| IsActive | boolean |
None. |
|
| DateTimeInserted | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"url": "sample string 1",
"isActive": true,
"dateTimeInserted": "2025-12-15T11:54:05.8058258+02:00"
}
application/xml, text/xml
Sample:
<PaymentUrlModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Url>sample string 1</Url> <IsActive>true</IsActive> <DateTimeInserted>2025-12-15T11:54:05.8058258+02:00</DateTimeInserted> </PaymentUrlModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>