POST api/Event/GetPartnerSic
Request Information
URI Parameters
None.
Body Parameters
PartnerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| CountryCode | string |
None. |
|
| PartnerId | integer |
None. |
|
| ApiKey | globally unique identifier |
None. |
|
| Estado | boolean |
None. |
|
| UsuInclusion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"CountryCode": "sample string 2",
"PartnerId": 3,
"ApiKey": "c3b91bcb-7fa8-47a4-86d6-acca4abfcba0",
"Estado": true,
"UsuInclusion": "sample string 6"
}
application/xml, text/xml
Sample:
<PartnerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Connect.Model"> <ApiKey>c3b91bcb-7fa8-47a4-86d6-acca4abfcba0</ApiKey> <CountryCode>sample string 2</CountryCode> <Estado>true</Estado> <Name>sample string 1</Name> <PartnerId>3</PartnerId> <UsuInclusion>sample string 6</UsuInclusion> </PartnerModel>
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. |