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": "323547c2-770f-4193-bf10-17b012063925",
    "idContacto": "e3b5d282-ea7a-4f72-af8c-93346e6823b1"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.