GET api/CFI/CFIMemberSearch?Direction={Direction}&TNId={TNId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
entity | No documentation available. |
Define this parameter in the request body. |
Direction | No documentation available. |
Define this parameter in the request URI. |
TNId | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "LegalEntityId": 1, "SectorId": 2, "CountryId": 3, "CityId": 4, "CommercialRegister": "sample string 5", "CompanyCationalNumber": "sample string 6", "OwnerOfFaciltyNationalNumber": "sample string 7" }
application/xml, text/xml
Sample:
<Membership_VM_ContactsRegisterationSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel"> <CityId>4</CityId> <CommercialRegister>sample string 5</CommercialRegister> <CompanyCationalNumber>sample string 6</CompanyCationalNumber> <CountryId>3</CountryId> <LegalEntityId>1</LegalEntityId> <OwnerOfFaciltyNationalNumber>sample string 7</OwnerOfFaciltyNationalNumber> <SectorId>2</SectorId> </Membership_VM_ContactsRegisterationSearch>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />