POST api/Vendedors

Request Information

URI Parameters

None.

Body Parameters

Vendedor
NameDescriptionTypeAdditional information
VendedorID

integer

None.

VendedorIDErp

string

String length: inclusive between 0 and 32

UrlLink

string

String length: inclusive between 0 and 512

SiteID

integer

None.

Nome

string

Required

String length: inclusive between 0 and 64

Situacao

string

Required

String length: inclusive between 0 and 8

DatHorCadastro

date

None.

DatHorAtualizacao

date

None.

Usuario

string

String length: inclusive between 0 and 256

Request Formats

application/json, text/json

Sample:
{
  "VendedorID": 1,
  "VendedorIDErp": "sample string 2",
  "UrlLink": "sample string 3",
  "SiteID": 4,
  "Nome": "sample string 5",
  "Situacao": "sample string 6",
  "DatHorCadastro": "2026-02-19T08:33:04.5137234+00:00",
  "DatHorAtualizacao": "2026-02-19T08:33:04.5137234+00:00",
  "Usuario": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Vendedor
NameDescriptionTypeAdditional information
VendedorID

integer

None.

VendedorIDErp

string

String length: inclusive between 0 and 32

UrlLink

string

String length: inclusive between 0 and 512

SiteID

integer

None.

Nome

string

Required

String length: inclusive between 0 and 64

Situacao

string

Required

String length: inclusive between 0 and 8

DatHorCadastro

date

None.

DatHorAtualizacao

date

None.

Usuario

string

String length: inclusive between 0 and 256

Response Formats

application/json, text/json

Sample:
{
  "VendedorID": 1,
  "VendedorIDErp": "sample string 2",
  "UrlLink": "sample string 3",
  "SiteID": 4,
  "Nome": "sample string 5",
  "Situacao": "sample string 6",
  "DatHorCadastro": "2026-02-19T08:33:04.531244+00:00",
  "DatHorAtualizacao": "2026-02-19T08:33:04.531244+00:00",
  "Usuario": "sample string 9"
}