POST api/RedesContratistas
Request Information
URI Parameters
None.
Body Parameters
RedContratistaName | Description | Type | Additional information |
---|---|---|---|
REDCONId | string |
None. |
|
REDCONTipoIdRed | string |
None. |
|
REDCONIdRed | string |
None. |
|
REDCONTipoIdContratista | string |
None. |
|
REDCONIdContratista | string |
None. |
|
REDPorcentajeMarca | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "REDCONId": "sample string 1", "REDCONTipoIdRed": "sample string 2", "REDCONIdRed": "sample string 3", "REDCONTipoIdContratista": "sample string 4", "REDCONIdContratista": "sample string 5", "REDPorcentajeMarca": 1.0 }
application/xml, text/xml
Sample:
<RedContratista xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRM.Dynamics.Entidades.RedContratista"> <REDCONId>sample string 1</REDCONId> <REDCONIdContratista>sample string 5</REDCONIdContratista> <REDCONIdRed>sample string 3</REDCONIdRed> <REDCONTipoIdContratista>sample string 4</REDCONTipoIdContratista> <REDCONTipoIdRed>sample string 2</REDCONTipoIdRed> <REDPorcentajeMarca>1</REDPorcentajeMarca> </RedContratista>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |