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": "d34995ca-e136-432d-8d07-d6cb121db1f4",
    "idPersona": "4a30116c-1e5e-4642-9120-cd609c6ea3e5",
    "idFilial": "8738fea1-d75d-4eb1-b477-9f8e407cd48d"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.