POST api/Tokenization/createClient
Request Information
URI Parameters
None.
Body Parameters
CustomerConektaRQ| Name | Description | Type | Additional information |
|---|---|---|---|
| UsuarioId | integer |
None. |
|
| UsuarioInvite | integer |
None. |
|
| Platform | string |
None. |
|
| AffiliateId | integer |
None. |
|
| Name | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Password | string |
None. |
|
| Phone | string |
None. |
|
| PlanId | integer |
None. |
|
| PlanIdDto | string |
None. |
|
| Corporate | boolean |
None. |
|
| Payment | Collection of PaymentSourceConekta |
None. |
Request Formats
application/json, text/json
Sample:
{
"UsuarioId": 1,
"UsuarioInvite": 2,
"Platform": "sample string 3",
"AffiliateId": 4,
"Name": "sample string 5",
"LastName": "sample string 6",
"Email": "sample string 7",
"Password": "sample string 8",
"Phone": "sample string 9",
"PlanId": 10,
"PlanIdDto": "sample string 11",
"Corporate": true,
"Payment": [
{
"$id": "2",
"Id": "sample string 1",
"Object": "sample string 2",
"Type": "sample string 3",
"ParentId": "sample string 4",
"TokenId": "sample string 5"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | integer |
None. |
|
| Message | string |
None. |
|
| Id | integer |
None. |
|
| Response | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Folio": 1,
"Message": "sample string 2",
"Id": 3,
"Response": {
"$id": "2"
}
}