POST {bucket}/wspartenaire

Creates the specified entity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bucket

string

None.

Body Parameters

The entity.

WsPartenaireModel
NameDescriptionTypeAdditional information
ID

integer

None.

ApiKey

string

String length: inclusive between 0 and 32

RaisonSociale

string

Required

String length: inclusive between 0 and 50

Nom

string

Required

String length: inclusive between 0 and 50

Prenom

string

Required

String length: inclusive between 0 and 50

Email

string

String length: inclusive between 0 and 50

Tel

string

None.

Date_creation

date

Data type: Date

FormatSujet

string

String length: inclusive between 0 and 250

URL_Application_Creation

string

None.

URL_Application_Attchment

string

None.

InternalDescription

string

None.

IsEnabled

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ApiKey": "sample string 2",
  "RaisonSociale": "sample string 3",
  "Nom": "sample string 4",
  "Prenom": "sample string 5",
  "Email": "sample string 6",
  "Tel": "sample string 7",
  "Date_creation": "2025-01-11T00:08:56.7611791+01:00",
  "FormatSujet": "sample string 8",
  "URL_Application_Creation": "sample string 9",
  "URL_Application_Attchment": "sample string 10",
  "InternalDescription": "sample string 11",
  "IsEnabled": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.