PUT {bucket}/wspartenaire
Updates the specified entity.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bucket | string |
None. |
Body Parameters
The entity.
WsPartenaireModelName | Description | Type | Additional 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 |
|
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:13:18.5670215+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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.