POST api/{apiVersion}/ValidationRule/GetWithContent

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

GetWithContentRequest
NameDescriptionTypeAdditional information
RecipientOrPaidCorporationId

globally unique identifier

None.

RecipientOrPaidCountryId

globally unique identifier

None.

TransactionTargetOptionId

globally unique identifier

None.

OperationTypes

integer

None.

currencyId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "RecipientOrPaidCorporationId": "448ea19c-54c9-4483-8540-d4523b00039f",
  "RecipientOrPaidCountryId": "285aa5b0-cfe2-4073-ab6b-8f7f3a952252",
  "TransactionTargetOptionId": "098eb04c-47ca-4d60-b253-4a8ae611f430",
  "OperationTypes": 3,
  "currencyId": "677aa2a7-fe19-4806-a07b-25934efa8e2f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfString
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

string

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": "sample string 3",
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}