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": "0b4e86a9-a50c-486a-8ba4-39a81c3b7b7f",
    "idPersona": "58ae6a02-23f9-47b8-9051-99b10a3052f0",
    "idFilial": "b726e703-6633-4332-a291-a0d2aae2111e"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.