POST api/v2/contact/society

Création d'un contact de type société

Request Information

URI Parameters

None.

Body Parameters

CompanyDefinitionDto
NameDescriptionTypeAdditional 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.

Email

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

Sample:
{
  "ContactId": "a0cee0f8-1453-499d-984c-e13d267c363a",
  "CustomerId": "91c24d36-06c9-4e7e-874c-f699152232e7",
  "DistributorId": "9ad0ce74-a008-4c4c-8982-094fdb91781b",
  "AgentId": "7601d120-c61c-427d-8e8b-e908530928bc",
  "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": "a2f7e9c3-88c5-42d8-93e7-315446fe7790",
  "OpeningHours": [
    {
      "DayOfWeek": 64,
      "Start": "2025-05-14T13:18:24.9323211+00:00",
      "End": "2025-05-14T13:18:24.9323211+00:00"
    },
    {
      "DayOfWeek": 64,
      "Start": "2025-05-14T13:18:24.9323211+00:00",
      "End": "2025-05-14T13:18:24.9323211+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": "57146b02-a9a1-42b3-ade8-2834f43a179e",
    "ISOCountryCode": "sample string 2",
    "ShowOnMap": true,
    "Radius": 4,
    "Latitude": 1.1,
    "Longitude": 1.1,
    "StreetNumber": 1,
    "FirstPartAddress": "sample string 6",
    "SecondPartAddress": "sample string 7",
    "ZIPCode": "sample string 8",
    "City": "sample string 9"
  },
  "Archived": true
}

application/xml, text/xml

Sample:
<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">54bb915e-913b-4636-82d8-38861b0f1606</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 9</City>
    <FirstPartAddress>sample string 6</FirstPartAddress>
    <Latitude>1.1</Latitude>
    <Longitude>1.1</Longitude>
    <SecondPartAddress>sample string 7</SecondPartAddress>
    <StreetNumber>1</StreetNumber>
    <ZIPCode>sample string 8</ZIPCode>
    <AoiId>57146b02-a9a1-42b3-ade8-2834f43a179e</AoiId>
    <ISOCountryCode>sample string 2</ISOCountryCode>
    <Name>sample string 5</Name>
    <Radius>4</Radius>
    <ShowOnMap>true</ShowOnMap>
  </Zoi>
  <APE>sample string 10</APE>
  <AgentId>7601d120-c61c-427d-8e8b-e908530928bc</AgentId>
  <ContactId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/" i:type="d2p1:guid">a0cee0f8-1453-499d-984c-e13d267c363a</ContactId>
  <CustomerId>91c24d36-06c9-4e7e-874c-f699152232e7</CustomerId>
  <DistributorId>9ad0ce74-a008-4c4c-8982-094fdb91781b</DistributorId>
  <IsContact>true</IsContact>
  <LegalStatus>EARL</LegalStatus>
  <NAF>sample string 9</NAF>
  <Name>sample string 1</Name>
  <OpeningHours>
    <OpeningHoursDto>
      <DayOfWeek>64</DayOfWeek>
      <End>2025-05-14T13:18:24.9323211+00:00</End>
      <Start>2025-05-14T13:18:24.9323211+00:00</Start>
    </OpeningHoursDto>
    <OpeningHoursDto>
      <DayOfWeek>64</DayOfWeek>
      <End>2025-05-14T13:18:24.9323211+00:00</End>
      <Start>2025-05-14T13:18:24.9323211+00:00</Start>
    </OpeningHoursDto>
  </OpeningHours>
  <ParentId>a2f7e9c3-88c5-42d8-93e7-315446fe7790</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:

Sample not available.

Response Information

Resource Description

CompanyLightDto
NameDescriptionTypeAdditional 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.

Email

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

Sample:
{
  "Name": "sample string 1",
  "Type": 0,
  "SIRET": "sample string 2",
  "TierType": "sample string 3",
  "IsContact": true,
  "ContactId": "e988c707-d7e4-4803-9142-f8695b14ba97",
  "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": "d13ed7c8-4452-44e2-bb51-66b9f86236ee",
    "ISOCountryCode": "sample string 2",
    "ShowOnMap": true,
    "Radius": 4,
    "Latitude": 1.1,
    "Longitude": 1.1,
    "StreetNumber": 1,
    "FirstPartAddress": "sample string 6",
    "SecondPartAddress": "sample string 7",
    "ZIPCode": "sample string 8",
    "City": "sample string 9"
  },
  "Archived": true
}

application/xml, text/xml

Sample:
<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>e988c707-d7e4-4803-9142-f8695b14ba97</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 9</City>
    <FirstPartAddress>sample string 6</FirstPartAddress>
    <Latitude>1.1</Latitude>
    <Longitude>1.1</Longitude>
    <SecondPartAddress>sample string 7</SecondPartAddress>
    <StreetNumber>1</StreetNumber>
    <ZIPCode>sample string 8</ZIPCode>
    <AoiId>d13ed7c8-4452-44e2-bb51-66b9f86236ee</AoiId>
    <ISOCountryCode>sample string 2</ISOCountryCode>
    <Name>sample string 5</Name>
    <Radius>4</Radius>
    <ShowOnMap>true</ShowOnMap>
  </Zoi>
  <IsContact>true</IsContact>
  <Name>sample string 1</Name>
  <SIRET>sample string 2</SIRET>
  <Type>Agency</Type>
</CompanyLightDto>