POST Rocket/RegisterUserStepOne
Request Information
URI Parameters
None.
Body Parameters
RegisterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationOnApps | integer |
None. |
|
| PersonID | integer |
None. |
|
| Code | string |
None. |
|
| Phone | string |
None. |
|
| CountryID | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Birthdate | date |
None. |
|
| Password | string |
None. |
|
| ImageA | Collection of byte |
None. |
|
| ImageExtensionA | string |
None. |
|
| ImageR | Collection of byte |
None. |
|
| ImageExtensionR | string |
None. |
|
| Device | string |
None. |
|
| Location | string |
None. |
|
| IdentificationNumber | string |
None. |
|
| Address | string |
None. |
|
| MunicipalityID | integer |
None. |
|
| PlatformID | integer |
None. |
|
| CountryPhoneID | integer |
None. |
|
| IsCCF | integer |
None. |
|
| GenderID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RegistrationOnApps": 1,
"PersonID": 2,
"Code": "sample string 3",
"Phone": "sample string 4",
"CountryID": 5,
"FirstName": "sample string 6",
"LastName": "sample string 7",
"Email": "sample string 8",
"Birthdate": "2025-12-19T11:39:36.3500633+00:00",
"Password": "sample string 10",
"ImageA": "QEA=",
"ImageExtensionA": "sample string 11",
"ImageR": "QEA=",
"ImageExtensionR": "sample string 12",
"Device": "sample string 13",
"Location": "sample string 14",
"IdentificationNumber": "sample string 15",
"Address": "sample string 16",
"MunicipalityID": 17,
"PlatformID": 18,
"CountryPhoneID": 19,
"IsCCF": 20,
"GenderID": 21
}
application/xml, text/xml
Sample:
<RegisterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <Address>sample string 16</Address> <Birthdate>2025-12-19T11:39:36.3500633+00:00</Birthdate> <Code>sample string 3</Code> <CountryID>5</CountryID> <CountryPhoneID>19</CountryPhoneID> <Device>sample string 13</Device> <Email>sample string 8</Email> <FirstName>sample string 6</FirstName> <GenderID>21</GenderID> <IdentificationNumber>sample string 15</IdentificationNumber> <ImageA>QEA=</ImageA> <ImageExtensionA>sample string 11</ImageExtensionA> <ImageExtensionR>sample string 12</ImageExtensionR> <ImageR>QEA=</ImageR> <IsCCF>20</IsCCF> <LastName>sample string 7</LastName> <Location>sample string 14</Location> <MunicipalityID>17</MunicipalityID> <Password>sample string 10</Password> <PersonID>2</PersonID> <Phone>sample string 4</Phone> <PlatformID>18</PlatformID> <RegistrationOnApps>1</RegistrationOnApps> </RegisterRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |