POST api/fornecedor/InserirContatoFornecedor

InserirContatoFornecedor

Request Information

URI Parameters

None.

Body Parameters

ENT_contato_fornecedor
NameDescriptionTypeAdditional information
EMX_RAZAO

string

None.

EMX_CONTATO_FORNECEDOR_ID

integer

None.

EMX_NOME_CONTATO

string

None.

EMX_EMAIL_CONTATO

string

None.

EMX_TELEFONE_CONTATO

string

None.

EMX_CELULAR_CONTATO

string

None.

EMX_FORNECEDOR_ID

integer

None.

EMX_NOME_FORNECEDOR

string

None.

ATIVO

string

None.

EMX_ENVIA_EMAIL_CONTATO_FORNECEDOR

string

None.

EMX_FUNCAO_CONTATO

string

None.

usuarioautenticacao

string

None.

senhaautenticacao

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EMX_RAZAO": "sample string 1",
  "EMX_CONTATO_FORNECEDOR_ID": 2,
  "EMX_NOME_CONTATO": "sample string 3",
  "EMX_EMAIL_CONTATO": "sample string 4",
  "EMX_TELEFONE_CONTATO": "sample string 5",
  "EMX_CELULAR_CONTATO": "sample string 6",
  "EMX_FORNECEDOR_ID": 7,
  "EMX_NOME_FORNECEDOR": "sample string 8",
  "ATIVO": "sample string 9",
  "EMX_ENVIA_EMAIL_CONTATO_FORNECEDOR": "sample string 10",
  "EMX_FUNCAO_CONTATO": "sample string 11",
  "usuarioautenticacao": "sample string 12",
  "senhaautenticacao": "sample string 13"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.