POST Person/create
Request Information
URI Parameters
None.
Body Parameters
ApiFromBodyPerson| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonType | PersonType |
Required |
|
| Name | string |
Max length: 100 |
|
| LastName1 | string |
Max length: 100 |
|
| LastName2 | string |
Max length: 100 |
|
| BusinessName | string |
Max length: 100 |
|
| CommercialName | string |
Max length: 100 |
|
| BusinessPerson | string |
Required Range: inclusive between 0 and 1 |
|
| DateOfBirth | date |
Required |
|
| MainActivityDesc | string |
Max length: 100 |
|
| Activity | byte |
Required Range: inclusive between 1 and 255 |
|
| ExpeditionCountryISO2 | string |
Required String length: inclusive between 2 and 2 |
|
| Document | string |
Required String length: inclusive between 5 and 50 |
|
| URL | string |
String length: inclusive between 5 and 100 |
|
| DocumentType | byte |
Required Range: inclusive between 1 and 255 |
|
| OriginISOCountryCode | string |
Required String length: inclusive between 2 and 2 |
|
| OriginCountryId | integer |
None. |
|
| IsPublicOffice | boolean |
None. |
|
| Gender | string |
Max length: 1 |
|
| string |
Max length: 100 |
||
| KycId | string |
Max length: 200 |
Request Formats
application/json, text/json
Sample:
{
"personType": 1,
"name": "sample string 1",
"lastName1": "sample string 2",
"lastName2": "sample string 3",
"businessName": "sample string 4",
"commercialName": "sample string 5",
"businessPerson": "sample string 6",
"dateOfBirth": "2026-06-23T06:10:19.99922+02:00",
"mainActivityDesc": "sample string 8",
"activity": 64,
"expeditionCountryISO2": "sample string 10",
"document": "sample string 11",
"url": "sample string 12",
"documentType": 64,
"originISOCountryCode": "sample string 14",
"originCountryId": 15,
"isPublicOffice": true,
"gender": "sample string 16",
"email": "sample string 17",
"kycId": "sample string 18"
}
multipart/form-data
Sample:
{"personType":1,"name":"sample string 1","lastName1":"sample string 2","lastName2":"sample string 3","businessName":"sample string 4","commercialName":"sample string 5","businessPerson":"sample string 6","dateOfBirth":"2026-06-23T06:10:19.99922+02:00","mainActivityDesc":"sample string 8","activity":64,"expeditionCountryISO2":"sample string 10","document":"sample string 11","url":"sample string 12","documentType":64,"originISOCountryCode":"sample string 14","originCountryId":15,"isPublicOffice":true,"gender":"sample string 16","email":"sample string 17","kycId":"sample string 18"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.