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": "62f745b6-1539-4c1a-b904-3b46165a39e4",
    "idContacto": "eb61a9d1-3fc4-464f-9804-72146212506e"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.