POST api/AdminReff/AdmSaveReffPayOutDocumentLegalCountry

AdmSaveReffPayOutDocumentLegalCountry

Request Information

URI Parameters

None.

Body Parameters

AdmSaveReffPayOutDocumentLegalCountry_Request
NameDescriptionTypeAdditional information
ReffPayOutTypeDocumentLegalUUIDCtry

globally unique identifier

None.

ReffPayOutTypeUUIDCtry

globally unique identifier

None.

ReffDocumentLegalUUIDCtry

globally unique identifier

None.

CountryID

integer

None.

ReffPayOutTypeDocumentLegalActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffPayOutTypeDocumentLegalUUIDCtry": "3978be54-26e8-4302-b780-88cb3d07ff67",
  "ReffPayOutTypeUUIDCtry": "c29481ef-f66d-4abb-8845-4c06e7ccbee7",
  "ReffDocumentLegalUUIDCtry": "424d464e-c80d-45cd-8aa5-8c88e9e847cb",
  "CountryID": 1,
  "ReffPayOutTypeDocumentLegalActive": true,
  "UserUUIDCur": "67fd2b37-49c4-47e8-9602-0ec4219c0671"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}