POST api/AdminReff/AdmGetReffPayOutDocumentLegalCountry

AdmGetReffPayOutDocumentLegalCountry

Request Information

URI Parameters

None.

Body Parameters

AdmGetReffPayOutDocumentLegalCountry_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalUUID

globally unique identifier

None.

ReffPayOutTypeUUID

globally unique identifier

None.

CountryID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalUUID": "933b2435-7cfa-4749-903e-0f57ed973ea9",
  "ReffPayOutTypeUUID": "4df86f3d-4cbd-4f8d-9abb-25b2d4d849eb",
  "CountryID": 1,
  "UserUUIDCur": "474abc42-0bde-4931-8bf1-1af5fda2a85f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]