POST V2/client
Creates the specified entity.
Request Information
URI Parameters
None.
Body Parameters
PlugRequestAddModel| Name | Description | Type | Additional information |
|---|---|---|---|
| lbc_client_id |
ID LBC for client. |
integer |
Required |
| request_id |
ID LBC for the request. |
integer |
Required |
| action |
Action (connection or study). |
string |
Required Matching regular expression pattern: \b(connection|study)\b |
| client |
Client details. |
ClientModel |
Required |
| contact |
Contact informations. |
ContactModel |
Required |
| contract |
Contract informations. |
ContractModel |
Required |
Request Formats
application/json, text/json
Sample:
{
"lbc_client_id": 1,
"request_id": 2,
"action": "sample string 3",
"client": {
"client_name": "sample string 1",
"siren": "sample string 2",
"siret": "sample string 3",
"activity": "sample string 4",
"address": "sample string 5",
"zip_code": "sample string 6",
"city": "sample string 7",
"phone_number": "sample string 8",
"fax_number": "sample string 9",
"email": "sample string 10",
"web_site": "sample string 11"
},
"contact": {
"personal_title": "sample string 1",
"first_name": "sample string 2",
"last_name": "sample string 3",
"function": "sample string 4"
},
"contract": {
"site": "sample string 1",
"talentplug_software_id": 2,
"software_name": "sample string 3",
"number_of_ads": 4,
"start_date": "sample string 5",
"end_date": "sample string 6"
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.