POST Api/Profiles/{profileId}/{password}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

string

Required

password

string

Required

Body Parameters

ExternalProfileDto
NameDescriptionTypeAdditional information
ProfileId

string

None.

Name

string

None.

Surname

string

None.

CellPhone

string

None.

Email

string

None.

FathersName

string

None.

MothersName

string

None.

Consents

Collection of Consent

None.

Request Formats

application/json, text/json

Sample:
{
  "profileId": "sample string 1",
  "name": "sample string 2",
  "surname": "sample string 3",
  "cellPhone": "sample string 4",
  "email": "sample string 5",
  "fathersName": "sample string 6",
  "mothersName": "sample string 7",
  "consents": [
    {
      "consentId": 1,
      "profileId": "sample string 2",
      "contactId": 1,
      "consentDocumentId": 3,
      "startDate": "2024-05-18T05:32:36.9216872+00:00",
      "endDate": "2024-05-18T05:32:36.9216872+00:00"
    },
    {
      "consentId": 1,
      "profileId": "sample string 2",
      "contactId": 1,
      "consentDocumentId": 3,
      "startDate": "2024-05-18T05:32:36.9216872+00:00",
      "endDate": "2024-05-18T05:32:36.9216872+00:00"
    }
  ]
}

multipart/form-data

Sample:
{"profileId":"sample string 1","name":"sample string 2","surname":"sample string 3","cellPhone":"sample string 4","email":"sample string 5","fathersName":"sample string 6","mothersName":"sample string 7","consents":[{"consentId":1,"profileId":"sample string 2","contactId":1,"consentDocumentId":3,"startDate":"2024-05-18T05:32:36.9216872+00:00","endDate":"2024-05-18T05:32:36.9216872+00:00"},{"consentId":1,"profileId":"sample string 2","contactId":1,"consentDocumentId":3,"startDate":"2024-05-18T05:32:36.9216872+00:00","endDate":"2024-05-18T05:32:36.9216872+00:00"}]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.