POST api/AdminVipLevel/SaveResourceExchange

AdmSaveResourceExchange

Request Information

URI Parameters

None.

Body Parameters

SaveResourceExchange
NameDescriptionTypeAdditional information
ResourceID

integer

None.

DateFrom

date

None.

DateTo

date

None.

Ratio

decimal number

None.

ResourceExchangeActive

boolean

None.

DestinationResourceID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ResourceID": 1,
  "DateFrom": "2025-04-19T07:27:59.5193943+03:00",
  "DateTo": "2025-04-19T07:27:59.5193943+03:00",
  "Ratio": 1.1,
  "ResourceExchangeActive": true,
  "DestinationResourceID": 1,
  "UserUUIDCur": "ead5cbc4-f3b7-4874-9090-73a854a9ddd1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}