POST api/Security/SignUp

Request Information

URI Parameters

None.

Body Parameters

SignUpRequest
NameDescriptionTypeAdditional information
PatientData

PatientSignUp

None.

PatientID

globally unique identifier

None.

WebApiVersion

integer

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientData": {
    "PartnerID": "103edb74-f045-46a6-a6be-eceb79be2dcf",
    "Provider": 2,
    "ProviderUserID": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "BirthDate": "2026-06-18T12:14:55.8067038+03:00",
    "PhoneCountryID": "713b95e6-38b4-4fde-9f64-3209ea8c2585",
    "DeviceID": "sample string 8",
    "DeviceToken": "sample string 9",
    "Platform": 10,
    "PhotoLink": "sample string 11"
  },
  "PatientID": "44ab92cb-57a5-4f28-a16c-ec636dc73ce9",
  "WebApiVersion": 2,
  "Language": "sample string 3"
}

application/xml, text/xml

Sample:
<SignUpRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
  <Language>sample string 3</Language>
  <PatientID>44ab92cb-57a5-4f28-a16c-ec636dc73ce9</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientData>
    <BirthDate>2026-06-18T12:14:55.8067038+03:00</BirthDate>
    <DeviceID>sample string 8</DeviceID>
    <DeviceToken>sample string 9</DeviceToken>
    <FirstName>sample string 4</FirstName>
    <LastName>sample string 5</LastName>
    <PartnerID>103edb74-f045-46a6-a6be-eceb79be2dcf</PartnerID>
    <PhoneCountryID>713b95e6-38b4-4fde-9f64-3209ea8c2585</PhoneCountryID>
    <PhotoLink>sample string 11</PhotoLink>
    <Platform>10</Platform>
    <Provider>2</Provider>
    <ProviderUserID>sample string 3</ProviderUserID>
  </PatientData>
</SignUpRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LoginResponse
NameDescriptionTypeAdditional information
Patient

Patient

None.

Token

TupleOfStringAndString

None.

WebApiVersion

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Patient": {
    "PatientID": "f238b29d-b09d-4cc6-865b-bc5b2bb7f7d9",
    "PartnerID": "deac4b8f-c9e8-45bd-b641-0ae8d0abf6c8",
    "ProviderType": 3,
    "ProviderUserID": "sample string 4",
    "FirstName": "sample string 5",
    "LastName": "sample string 6",
    "BirthDate": "2026-06-18T12:14:55.9942189+03:00",
    "GenderID": "b787fc94-4271-4363-9979-9a04dab9a57c",
    "BloodTypeID": "a0678b93-9634-4511-bfa0-6eabc50dce51",
    "MaritalStatusID": "67d4a891-50b6-4b9d-bf07-4cfddebcf2fb",
    "Phone": "sample string 7",
    "LanguageID": "cb14ecbb-d297-47f9-a106-48be84657e4e",
    "NationalID": "sample string 8",
    "BirthCity": "sample string 9",
    "BirthCountry": "sample string 10",
    "Height": 1.0,
    "AddressStreet": "sample string 11",
    "AddressCity": "sample string 12",
    "AddressState": "sample string 13",
    "AddressCountry": "sample string 14",
    "AddressZipCode": "sample string 15",
    "CountryID": "50fb7963-911f-420b-8c25-89e88940bdc1",
    "PhoneCountryID": "8e70e867-bd22-41db-8c4a-3bd7b11c7b6e",
    "PhotoLink": "sample string 16"
  },
  "Token": {
    "m_Item1": "sample string 1",
    "m_Item2": "sample string 2"
  },
  "WebApiVersion": 1
}

application/xml, text/xml

Sample:
<LoginResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
  <WebApiVersion>1</WebApiVersion>
  <Patient>
    <AddressCity>sample string 12</AddressCity>
    <AddressCountry>sample string 14</AddressCountry>
    <AddressState>sample string 13</AddressState>
    <AddressStreet>sample string 11</AddressStreet>
    <AddressZipCode>sample string 15</AddressZipCode>
    <BirthCity>sample string 9</BirthCity>
    <BirthCountry>sample string 10</BirthCountry>
    <BirthDate>2026-06-18T12:14:55.9942189+03:00</BirthDate>
    <BloodTypeID>a0678b93-9634-4511-bfa0-6eabc50dce51</BloodTypeID>
    <CountryID>50fb7963-911f-420b-8c25-89e88940bdc1</CountryID>
    <FirstName>sample string 5</FirstName>
    <GenderID>b787fc94-4271-4363-9979-9a04dab9a57c</GenderID>
    <Height>1</Height>
    <LanguageID>cb14ecbb-d297-47f9-a106-48be84657e4e</LanguageID>
    <LastName>sample string 6</LastName>
    <MaritalStatusID>67d4a891-50b6-4b9d-bf07-4cfddebcf2fb</MaritalStatusID>
    <NationalID>sample string 8</NationalID>
    <PartnerID>deac4b8f-c9e8-45bd-b641-0ae8d0abf6c8</PartnerID>
    <PatientID>f238b29d-b09d-4cc6-865b-bc5b2bb7f7d9</PatientID>
    <Phone>sample string 7</Phone>
    <PhoneCountryID>8e70e867-bd22-41db-8c4a-3bd7b11c7b6e</PhoneCountryID>
    <PhotoLink>sample string 16</PhotoLink>
    <ProviderType>3</ProviderType>
    <ProviderUserID>sample string 4</ProviderUserID>
  </Patient>
  <Token xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:m_Item1>sample string 1</d2p1:m_Item1>
    <d2p1:m_Item2>sample string 2</d2p1:m_Item2>
  </Token>
</LoginResponse>