POST api/BP/ActualizarContactoModelo
Request Information
URI Parameters
None.
Body Parameters
DTO_PERSONACONTACTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CardCode | string |
None. |
|
| ContactID | string |
None. |
|
| FirstName | string |
None. |
|
| Correo | string |
None. |
|
| Address | string |
None. |
|
| Cargo | string |
None. |
|
| Name | string |
None. |
|
| CntctCode | integer |
None. |
|
| Tel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardCode": "sample string 1",
"ContactID": "sample string 2",
"FirstName": "sample string 3",
"Correo": "sample string 4",
"Address": "sample string 5",
"Cargo": "sample string 6",
"Name": "sample string 7",
"CntctCode": 1,
"Tel": "sample string 8"
}
application/xml, text/xml
Sample:
<DTO.DTO_PERSONACONTACTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTRANET_API.Models"> <Address>sample string 5</Address> <CardCode>sample string 1</CardCode> <Cargo>sample string 6</Cargo> <CntctCode>1</CntctCode> <ContactID>sample string 2</ContactID> <Correo>sample string 4</Correo> <FirstName>sample string 3</FirstName> <Name>sample string 7</Name> <Tel>sample string 8</Tel> </DTO.DTO_PERSONACONTACTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |