POST api/Contact/Save
Request Information
URI Parameters
None.
Body Parameters
ContactModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Type | ContactType |
None. |
|
| IsArchived | boolean |
None. |
|
| Origin | Origin |
None. |
|
| Name | string |
None. |
|
| OrganizationNumber | string |
None. |
|
| Country | string |
None. |
|
| LegalForm | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| DateOfBirth | date |
None. |
|
| PlaceOfBirth | string |
None. |
|
| NationalNumber | string |
None. |
|
| Nationality | string |
None. |
|
| NumTimesRepresentative | integer |
None. |
|
| NumTimesBeneficiary | integer |
None. |
|
| NumTimesBenificialOwner | integer |
None. |
|
| LastKnownContactProfile | DisplayProfileModel |
None. |
|
| LastKnownSellerRiskProfile | DisplayProfileModel |
None. |
|
| LastKnownBuyerRiskProfile | DisplayProfileModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Type": 1,
"IsArchived": true,
"Origin": 0,
"Name": "sample string 3",
"OrganizationNumber": "sample string 4",
"Country": "sample string 5",
"LegalForm": "sample string 6",
"FirstName": "sample string 7",
"LastName": "sample string 8",
"DateOfBirth": "2026-01-05T23:39:25.2475115+00:00",
"PlaceOfBirth": "sample string 9",
"NationalNumber": "sample string 10",
"Nationality": "sample string 11",
"NumTimesRepresentative": 12,
"NumTimesBeneficiary": 13,
"NumTimesBenificialOwner": 14,
"LastKnownContactProfile": null,
"LastKnownSellerRiskProfile": null,
"LastKnownBuyerRiskProfile": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ContactModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Type | ContactType |
None. |
|
| IsArchived | boolean |
None. |
|
| Origin | Origin |
None. |
|
| Name | string |
None. |
|
| OrganizationNumber | string |
None. |
|
| Country | string |
None. |
|
| LegalForm | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| DateOfBirth | date |
None. |
|
| PlaceOfBirth | string |
None. |
|
| NationalNumber | string |
None. |
|
| Nationality | string |
None. |
|
| NumTimesRepresentative | integer |
None. |
|
| NumTimesBeneficiary | integer |
None. |
|
| NumTimesBenificialOwner | integer |
None. |
|
| LastKnownContactProfile | DisplayProfileModel |
None. |
|
| LastKnownSellerRiskProfile | DisplayProfileModel |
None. |
|
| LastKnownBuyerRiskProfile | DisplayProfileModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Type": 1,
"IsArchived": true,
"Origin": 0,
"Name": "sample string 3",
"OrganizationNumber": "sample string 4",
"Country": "sample string 5",
"LegalForm": "sample string 6",
"FirstName": "sample string 7",
"LastName": "sample string 8",
"DateOfBirth": "2026-01-05T23:39:25.2631383+00:00",
"PlaceOfBirth": "sample string 9",
"NationalNumber": "sample string 10",
"Nationality": "sample string 11",
"NumTimesRepresentative": 12,
"NumTimesBeneficiary": 13,
"NumTimesBenificialOwner": 14,
"LastKnownContactProfile": null,
"LastKnownSellerRiskProfile": null,
"LastKnownBuyerRiskProfile": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.