POST api/Dados/pro_clients_dataCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_clients_data| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| optigest_id | integer |
None. |
|
| client_name | string |
None. |
|
| client_email | string |
None. |
|
| client_phone | string |
None. |
|
| client_adress | string |
None. |
|
| client_city | string |
None. |
|
| client_country | string |
None. |
|
| client_company | string |
None. |
|
| client_notes | string |
None. |
|
| client_activitie | string |
None. |
|
| client_title | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"optigest_id": 2,
"client_name": "sample string 3",
"client_email": "sample string 4",
"client_phone": "sample string 5",
"client_adress": "sample string 6",
"client_city": "sample string 7",
"client_country": "sample string 8",
"client_company": "sample string 9",
"client_notes": "sample string 10",
"client_activitie": "sample string 11",
"client_title": "sample string 12",
"_Action": "sample string 13",
"hasError": true,
"hasErrorMessage": "sample string 15",
"_SendCredentials": "sample string 16"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_clients_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 13</_Action> <_SendCredentials>sample string 16</_SendCredentials> <client_activitie>sample string 11</client_activitie> <client_adress>sample string 6</client_adress> <client_city>sample string 7</client_city> <client_company>sample string 9</client_company> <client_country>sample string 8</client_country> <client_email>sample string 4</client_email> <client_name>sample string 3</client_name> <client_notes>sample string 10</client_notes> <client_phone>sample string 5</client_phone> <client_title>sample string 12</client_title> <hasError>true</hasError> <hasErrorMessage>sample string 15</hasErrorMessage> <id>1</id> <optigest_id>2</optigest_id> </cTables.cEntity_pro_clients_data>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_clients_data| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| optigest_id | integer |
None. |
|
| client_name | string |
None. |
|
| client_email | string |
None. |
|
| client_phone | string |
None. |
|
| client_adress | string |
None. |
|
| client_city | string |
None. |
|
| client_country | string |
None. |
|
| client_company | string |
None. |
|
| client_notes | string |
None. |
|
| client_activitie | string |
None. |
|
| client_title | string |
None. |
|
| _Action | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"optigest_id": 2,
"client_name": "sample string 3",
"client_email": "sample string 4",
"client_phone": "sample string 5",
"client_adress": "sample string 6",
"client_city": "sample string 7",
"client_country": "sample string 8",
"client_company": "sample string 9",
"client_notes": "sample string 10",
"client_activitie": "sample string 11",
"client_title": "sample string 12",
"_Action": "sample string 13",
"hasError": true,
"hasErrorMessage": "sample string 15",
"_SendCredentials": "sample string 16"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_clients_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 13</_Action> <_SendCredentials>sample string 16</_SendCredentials> <client_activitie>sample string 11</client_activitie> <client_adress>sample string 6</client_adress> <client_city>sample string 7</client_city> <client_company>sample string 9</client_company> <client_country>sample string 8</client_country> <client_email>sample string 4</client_email> <client_name>sample string 3</client_name> <client_notes>sample string 10</client_notes> <client_phone>sample string 5</client_phone> <client_title>sample string 12</client_title> <hasError>true</hasError> <hasErrorMessage>sample string 15</hasErrorMessage> <id>1</id> <optigest_id>2</optigest_id> </cTables.cEntity_pro_clients_data>