POST api/adhesion/insertRequest
Request Information
URI Parameters
None.
Body Parameters
RequestDaoName | Description | Type | Additional information |
---|---|---|---|
AdhesionDate | date |
None. |
|
Name | string |
None. |
|
LastName | string |
None. |
|
DocumentType | string |
None. |
|
Document | string |
None. |
|
parentAccountDocument | string |
None. |
|
parentAccountDocumentType | string |
None. |
|
BranchOffice | integer |
None. |
|
Gender | character |
None. |
|
BornDate | string |
None. |
|
Cellphone | string |
None. |
|
string |
None. |
||
Street | string |
None. |
|
Number | string |
None. |
|
Apt | string |
None. |
|
Country | string |
None. |
|
IdCity | integer |
None. |
|
IdLocality | integer |
None. |
|
Cp | string |
None. |
|
Password | string |
None. |
|
Salt | string |
None. |
|
IdDomain | integer |
None. |
|
frontEndAdhesion | boolean |
None. |
|
Last4 | string |
None. |
|
IsVIPClient | boolean |
None. |
|
Neighbourhood | string |
None. |
|
NBCAccountNumber | string |
None. |
|
DateLot | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "AdhesionDate": "2025-04-03T22:18:51.6078086+00:00", "Name": "sample string 2", "LastName": "sample string 3", "DocumentType": "sample string 4", "Document": "sample string 5", "parentAccountDocument": "sample string 6", "parentAccountDocumentType": "sample string 7", "BranchOffice": 8, "Gender": "A", "BornDate": "sample string 10", "Cellphone": "sample string 11", "Email": "sample string 12", "Street": "sample string 13", "Number": "sample string 14", "Apt": "sample string 15", "Country": "sample string 16", "IdCity": 17, "IdLocality": 18, "Cp": "sample string 19", "Password": "sample string 20", "Salt": "sample string 21", "IdDomain": 22, "frontEndAdhesion": true, "Last4": "sample string 24", "IsVIPClient": true, "Neighbourhood": "sample string 26", "NBCAccountNumber": "sample string 27", "DateLot": "2025-04-03T22:18:51.6078086+00:00" }
application/xml, text/xml
Sample:
<RequestDao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DaoFidelitas.Dominio"> <AdhesionDate>2025-04-03T22:18:51.6078086+00:00</AdhesionDate> <Apt>sample string 15</Apt> <BornDate>sample string 10</BornDate> <BranchOffice>8</BranchOffice> <Cellphone>sample string 11</Cellphone> <Country>sample string 16</Country> <Cp>sample string 19</Cp> <DateLot>2025-04-03T22:18:51.6078086+00:00</DateLot> <Document>sample string 5</Document> <DocumentType>sample string 4</DocumentType> <Email>sample string 12</Email> <Gender>65</Gender> <IdCity>17</IdCity> <IdDomain>22</IdDomain> <IdLocality>18</IdLocality> <IsVIPClient>true</IsVIPClient> <Last4>sample string 24</Last4> <LastName>sample string 3</LastName> <NBCAccountNumber>sample string 27</NBCAccountNumber> <Name>sample string 2</Name> <Neighbourhood>sample string 26</Neighbourhood> <Number>sample string 14</Number> <Password>sample string 20</Password> <Salt>sample string 21</Salt> <Street>sample string 13</Street> <frontEndAdhesion>true</frontEndAdhesion> <parentAccountDocument>sample string 6</parentAccountDocument> <parentAccountDocumentType>sample string 7</parentAccountDocumentType> </RequestDao>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfResponseInsertPartnerName | Description | Type | Additional information |
---|---|---|---|
value | ResponseInsertPartner |
None. |
|
message | string |
None. |
|
string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.