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": "3c5376a3-9ebd-4dff-b728-a182f7353d33",
    "idPersona": "f2c5a2e4-4d67-47e7-a272-f6ef34166ff6",
    "idFilial": "69efada7-b1e1-415c-aba4-1722d8ba93c5"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.