POST api/PutRel_Cliente_Persona

Request Information

URI Parameters

None.

Body Parameters

Collection of TB_rel_Cliente_Persona
NameDescriptionTypeAdditional information
idCliente

globally unique identifier

None.

idPersona

globally unique identifier

None.

idFilial

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idCliente": "4b0eedf6-7934-44ba-baed-35683e4cf45e",
    "idPersona": "1775894f-afc4-4ca9-a59a-48838dbb6d05",
    "idFilial": "c0500859-43ec-4349-9598-7e85b458e89c"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.