GET api/Intervenant/GetFromToken

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Intervenant
NameDescriptionTypeAdditional information
ID

integer

None.

Token

string

None.

LastName

string

None.

FirstName

string

None.

StartDate

string

None.

EndDate

string

None.

Address

string

None.

PostalCode

integer

None.

Town

string

None.

Active

boolean

None.

EntireName

string

None.

EntireNameCleaned

string

None.

MaterialID

integer

None.

MonthlyBase

decimal number

None.

Login

string

None.

Password

string

None.

Transportation

string

None.

EntireName2

string

None.

Longitude

string

None.

Latitude

string

None.

Coordonnees

SqlGeography

None.

ShowInRdvWeb

boolean

None.

Seller

string

None.

IntervenantIdDestinataire

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Token": "sample string 2",
  "LastName": "sample string 3",
  "FirstName": "sample string 4",
  "StartDate": "sample string 5",
  "EndDate": "sample string 6",
  "Address": "sample string 7",
  "PostalCode": 8,
  "Town": "sample string 9",
  "Active": true,
  "EntireName": "sample string 3 sample string 4",
  "EntireNameCleaned": "sample string 3 sample string 4",
  "MaterialID": 13,
  "MonthlyBase": 14.1,
  "Login": "sample string 15",
  "Password": "sample string 16",
  "Transportation": "sample string 17",
  "EntireName2": "sample string 3 sample string 4(A)",
  "Longitude": "sample string 19",
  "Latitude": "sample string 20",
  "Coordonnees": null,
  "ShowInRdvWeb": true,
  "Seller": "sample string 22",
  "IntervenantIdDestinataire": 23
}

application/xml, text/xml

Sample:
<Intervenant xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vitrissimo.Data">
  <Active>true</Active>
  <Address>sample string 7</Address>
  <Coordonnees xmlns:d2p1="http://schemas.datacontract.org/2004/07/Microsoft.SqlServer.Types" i:nil="true" />
  <EndDate>sample string 6</EndDate>
  <EntireName>sample string 3 sample string 4</EntireName>
  <EntireName2>sample string 3 sample string 4(A)</EntireName2>
  <EntireNameCleaned>sample string 3 sample string 4</EntireNameCleaned>
  <FirstName>sample string 4</FirstName>
  <ID>1</ID>
  <IntervenantIdDestinataire>23</IntervenantIdDestinataire>
  <LastName>sample string 3</LastName>
  <Latitude>sample string 20</Latitude>
  <Login>sample string 15</Login>
  <Longitude>sample string 19</Longitude>
  <MaterialID>13</MaterialID>
  <MonthlyBase>14.1</MonthlyBase>
  <Password>sample string 16</Password>
  <PostalCode>8</PostalCode>
  <Seller>sample string 22</Seller>
  <ShowInRdvWeb>true</ShowInRdvWeb>
  <StartDate>sample string 5</StartDate>
  <Token>sample string 2</Token>
  <Town>sample string 9</Town>
  <Transportation>sample string 17</Transportation>
</Intervenant>