POST api/Auca/AddContactCLUB

Documentation for 'AddContactCLUB'.

Request Information

Parameters

NameDescriptionAdditional information
_PigeObject
Documentation for '_PigeObject'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id_contact": 1,
  "id_club": 2
}

application/xml, text/xml

Sample:
<AddContactClubObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id_contact>1</id_contact>
  <id_club>2</id_club>
</AddContactClubObject>

application/x-www-form-urlencoded

Sample:

Sample not available.