POST api/SalerClientaddress?id_client_address={id_client_address}&latitude={latitude}&longitude={longitude}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id_client_address | integer |
Required |
|
latitude | decimal number |
Required |
|
longitude | decimal number |
Required |
Body Parameters
ConectionManagerName | Description | Type | Additional information |
---|---|---|---|
_ConnectionString | string |
None. |
|
_datasource | string |
None. |
|
_errordetails | string |
None. |
|
_host | string |
None. |
|
_onerror | boolean |
None. |
|
_password | string |
None. |
|
_user | string |
None. |
|
DBCommand | SqlCommand |
None. |
|
DBConnection | SqlConnection |
None. |
|
DBDataSet | DataSet |
None. |
|
MyDBCommand | MySqlCommand |
None. |
|
MyDBConnection | MySqlConnection |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.