POST api/Post_rel_Sucursal_Contacto

Request Information

URI Parameters

None.

Body Parameters

Collection of TB_relSucursalContacto
NameDescriptionTypeAdditional information
idSucursal

globally unique identifier

None.

idContacto

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idSucursal": "15885b97-266f-40ec-aaf9-4b71fc854594",
    "idContacto": "5f99eaa9-93b0-4253-a152-0f199e1596ba"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.