POST api/PostRel_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": "ea111bf7-8f38-4d82-8554-35941c3b81c2",
    "idPersona": "1625e810-ada0-4500-a8eb-383c2ea353af",
    "idFilial": "3ab693d6-1fbd-48eb-9699-d1546afc14ec"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.