POST api/v2/contact/society
Création d'un contact de type société
Request Information
URI Parameters
None.
Body Parameters
CompanyDefinitionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId |
identifiant |
globally unique identifier |
None. |
| CustomerId |
identifiant du client |
globally unique identifier |
None. |
| DistributorId |
identifiant du distributor |
globally unique identifier |
None. |
| AgentId |
identifiant du concessionnaire |
globally unique identifier |
None. |
| Name |
Nom de la société Attention, ce nom peut être issue d'un Aoi ou de l'Aoi du Contact en fonction du boolean |
string |
None. |
| Type |
Type de société |
CompanyType |
None. |
| SIRET |
SIRET |
string |
None. |
| TierType |
Type de contact |
string |
None. |
| IsContact |
Boolean indiquant s'il s'agit d'un contact ou d'une adresse Utile uniquement dans la partie transport order pour différencer les adresses "libres" des contacts |
boolean |
None. |
| TVA |
Tva |
string |
None. |
| LegalStatus |
Forme juridique |
LegalStatus |
None. |
| SavPhone |
Numéro de téléphone du SAV/Support |
string |
None. |
| SalesPhone |
Numéro de téléphone des ventes |
string |
None. |
| WebSite |
Site internet |
string |
None. |
| NAF |
Code NAF |
string |
None. |
| APE |
Code APE |
string |
None. |
| ParentId |
Identifiaint de la companie parente |
globally unique identifier |
None. |
| OpeningHours |
Heure d'ouverture |
Collection of OpeningHoursDto |
None. |
| ContactId |
Identifiant du contact |
globally unique identifier |
None. |
| Code |
Code |
string |
None. |
| Fix |
Numéro de ligne fixe |
string |
None. |
| Mobile |
Numéro de ligne mobile |
string |
None. |
| Fax |
Numéro de fax |
string |
None. |
|
Addresse email |
string |
None. |
|
| Subcontractor |
Sous traitance |
boolean |
None. |
| OdooId |
Identifiant Odoo du contact |
integer |
None. |
| Zoi |
Zone d'intérêt rattaché au contact |
AreaOfInterestDto |
None. |
| Archived |
Archived |
boolean |
None. |
Request Formats
application/json, text/json
{
"ContactId": "c3ef18f9-4752-4bba-a047-d995f63f3675",
"CustomerId": "05c0ab0e-8beb-46d9-a63c-9cb76272c842",
"DistributorId": "980fa702-610f-44cc-8447-c4599d4d28b9",
"AgentId": "85a78510-a77f-4b4f-980b-22c8edcc693f",
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"TVA": "sample string 5",
"LegalStatus": 0,
"SavPhone": "sample string 6",
"SalesPhone": "sample string 7",
"WebSite": "sample string 8",
"NAF": "sample string 9",
"APE": "sample string 10",
"ParentId": "008bd092-bd8a-468b-8edb-3fd59ee6e6b2",
"OpeningHours": [
{
"DayOfWeek": 64,
"Start": "2026-01-19T19:09:24.5812639+00:00",
"End": "2026-01-19T19:09:24.5812639+00:00"
},
{
"DayOfWeek": 64,
"Start": "2026-01-19T19:09:24.5812639+00:00",
"End": "2026-01-19T19:09:24.5812639+00:00"
}
],
"Code": "sample string 12",
"Fix": "sample string 13",
"Mobile": "sample string 14",
"Fax": "sample string 15",
"Email": "sample string 16",
"Subcontractor": true,
"OdooId": 1,
"Zoi": {
"AoiId": "8b0c3699-6f3a-4556-ad1d-173f43e3122d",
"ISOCountryCode": "sample string 2",
"ShowOnMap": true,
"Radius": 4,
"UsedByTMSSteps": true,
"Latitude": 1.1,
"Longitude": 1.1,
"StreetNumber": 1,
"FirstPartAddress": "sample string 7",
"SecondPartAddress": "sample string 8",
"ZIPCode": "sample string 9",
"City": "sample string 10"
},
"Archived": true
}
application/xml, text/xml
<CompanyDefinitionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
<Archived>true</Archived>
<Code>sample string 12</Code>
<ContactId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d2p1:guid">91153581-c755-4731-bf0b-b5031f8f328b</ContactId>
<Email>sample string 16</Email>
<Fax>sample string 15</Fax>
<Fix>sample string 13</Fix>
<Mobile>sample string 14</Mobile>
<OdooId>1</OdooId>
<Subcontractor>true</Subcontractor>
<TierType>sample string 3</TierType>
<Zoi>
<City>sample string 10</City>
<FirstPartAddress>sample string 7</FirstPartAddress>
<Latitude>1.1</Latitude>
<Longitude>1.1</Longitude>
<SecondPartAddress>sample string 8</SecondPartAddress>
<StreetNumber>1</StreetNumber>
<ZIPCode>sample string 9</ZIPCode>
<AoiId>8b0c3699-6f3a-4556-ad1d-173f43e3122d</AoiId>
<ISOCountryCode>sample string 2</ISOCountryCode>
<Name>sample string 5</Name>
<Radius>4</Radius>
<ShowOnMap>true</ShowOnMap>
<UsedByTMSSteps>true</UsedByTMSSteps>
</Zoi>
<APE>sample string 10</APE>
<AgentId>85a78510-a77f-4b4f-980b-22c8edcc693f</AgentId>
<ContactId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d2p1:guid">c3ef18f9-4752-4bba-a047-d995f63f3675</ContactId>
<CustomerId>05c0ab0e-8beb-46d9-a63c-9cb76272c842</CustomerId>
<DistributorId>980fa702-610f-44cc-8447-c4599d4d28b9</DistributorId>
<IsContact>true</IsContact>
<LegalStatus>EARL</LegalStatus>
<NAF>sample string 9</NAF>
<Name>sample string 1</Name>
<OpeningHours>
<OpeningHoursDto>
<DayOfWeek>64</DayOfWeek>
<End>2026-01-19T19:09:24.5812639+00:00</End>
<Start>2026-01-19T19:09:24.5812639+00:00</Start>
</OpeningHoursDto>
<OpeningHoursDto>
<DayOfWeek>64</DayOfWeek>
<End>2026-01-19T19:09:24.5812639+00:00</End>
<Start>2026-01-19T19:09:24.5812639+00:00</Start>
</OpeningHoursDto>
</OpeningHours>
<ParentId>008bd092-bd8a-468b-8edb-3fd59ee6e6b2</ParentId>
<SIRET>sample string 2</SIRET>
<SalesPhone>sample string 7</SalesPhone>
<SavPhone>sample string 6</SavPhone>
<TVA>sample string 5</TVA>
<Type>Agency</Type>
<WebSite>sample string 8</WebSite>
</CompanyDefinitionDto>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
CompanyLightDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Nom de la société Attention, ce nom peut être issue d'un Aoi ou de l'Aoi du Contact en fonction du boolean |
string |
None. |
| Type |
Type de société |
CompanyType |
None. |
| SIRET |
SIRET |
string |
None. |
| TierType |
Type de contact |
string |
None. |
| IsContact |
Boolean indiquant s'il s'agit d'un contact ou d'une adresse Utile uniquement dans la partie transport order pour différencer les adresses "libres" des contacts |
boolean |
None. |
| ContactId |
Identifiant du contact |
globally unique identifier |
None. |
| Code |
Code |
string |
None. |
| Fix |
Numéro de ligne fixe |
string |
None. |
| Mobile |
Numéro de ligne mobile |
string |
None. |
| Fax |
Numéro de fax |
string |
None. |
|
Addresse email |
string |
None. |
|
| Subcontractor |
Sous traitance |
boolean |
None. |
| OdooId |
Identifiant Odoo du contact |
integer |
None. |
| Zoi |
Zone d'intérêt rattaché au contact |
AreaOfInterestDto |
None. |
| Archived |
Archived |
boolean |
None. |
Response Formats
application/json, text/json
{
"Name": "sample string 1",
"Type": 0,
"SIRET": "sample string 2",
"TierType": "sample string 3",
"IsContact": true,
"ContactId": "4a47f590-bc86-4d49-af04-3b375075864c",
"Code": "sample string 6",
"Fix": "sample string 7",
"Mobile": "sample string 8",
"Fax": "sample string 9",
"Email": "sample string 10",
"Subcontractor": true,
"OdooId": 1,
"Zoi": {
"AoiId": "8ac15ccf-b39f-474e-800c-ff68c779962e",
"ISOCountryCode": "sample string 2",
"ShowOnMap": true,
"Radius": 4,
"UsedByTMSSteps": true,
"Latitude": 1.1,
"Longitude": 1.1,
"StreetNumber": 1,
"FirstPartAddress": "sample string 7",
"SecondPartAddress": "sample string 8",
"ZIPCode": "sample string 9",
"City": "sample string 10"
},
"Archived": true
}
application/xml, text/xml
<CompanyLightDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contact">
<Archived>true</Archived>
<Code>sample string 6</Code>
<ContactId>4a47f590-bc86-4d49-af04-3b375075864c</ContactId>
<Email>sample string 10</Email>
<Fax>sample string 9</Fax>
<Fix>sample string 7</Fix>
<Mobile>sample string 8</Mobile>
<OdooId>1</OdooId>
<Subcontractor>true</Subcontractor>
<TierType>sample string 3</TierType>
<Zoi>
<City>sample string 10</City>
<FirstPartAddress>sample string 7</FirstPartAddress>
<Latitude>1.1</Latitude>
<Longitude>1.1</Longitude>
<SecondPartAddress>sample string 8</SecondPartAddress>
<StreetNumber>1</StreetNumber>
<ZIPCode>sample string 9</ZIPCode>
<AoiId>8ac15ccf-b39f-474e-800c-ff68c779962e</AoiId>
<ISOCountryCode>sample string 2</ISOCountryCode>
<Name>sample string 5</Name>
<Radius>4</Radius>
<ShowOnMap>true</ShowOnMap>
<UsedByTMSSteps>true</UsedByTMSSteps>
</Zoi>
<IsContact>true</IsContact>
<Name>sample string 1</Name>
<SIRET>sample string 2</SIRET>
<Type>Agency</Type>
</CompanyLightDto>