POST api/atendimento/{userId}/{idPf}/{idPj}/{idAtorProd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

idPf

integer

Required

idPj

integer

Required

idAtorProd

integer

Required

Body Parameters

Atendimento_DuetSystems.DSBaseClasses.atend
NameDescriptionTypeAdditional information
id

integer

None.

protocolo

string

None.

assunto

string

None.

solicitante

Pf_DuetSystems.DSBaseClasses.basico

None.

nomeSolicitante

string

None.

empresaSolicitante

Pj_DuetSystems.DSBaseClasses.basico

None.

setor

string

None.

atendente

Pf_DuetSystems.DSBaseClasses.basico

None.

dataAtendimento

date

None.

tipoAtendimento

TipoAtendimento_DuetSystems.DSBaseClasses.atend

None.

tipoEntrega

TipoEntrega_DuetSystems.DSBaseClasses.atend

None.

dataConclusao

date

None.

obs

string

None.

projeto

Project_DuetSystems.DSBaseClasses.project

None.

manifestacoes

Collection of Manifestacao_DuetSystems.DSBaseClasses.atend

None.

acoes

Collection of AtendimentoAcao_DuetSystems.DSBaseClasses.atend

None.

anexos

Collection of AtendimentoAnexo_DuetSystems.DSBaseClasses.atend

None.

pjDestinatario

Pj_DuetSystems.DSBaseClasses.basico

None.

destinatarios

Collection of AtendimentoDestinatario_DuetSystems.DSBaseClasses.atend

None.

idPropriedade

integer

None.

dataCadastramento

date

None.

cadastrador

Pf_DuetSystems.DSBaseClasses.basico

None.

responsavelUltimaAlteracao

Pf_DuetSystems.DSBaseClasses.basico

None.

Request Formats

application/json

Sample:
An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'cadastrador' with type 'DuetSystems.DSBaseClasses.basico.Pf'. Path 'solicitante.tratamento'.

text/json

Sample:
An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'cadastrador' with type 'DuetSystems.DSBaseClasses.basico.Pf'. Path 'solicitante.tratamento'.

application/xml

Sample:
An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'DuetSystems.DSBaseClasses.basico.Pf' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:
An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'DuetSystems.DSBaseClasses.basico.Pf' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:
Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Atendimento'.

Response Information

Resource Description



IHttpActionResult_System.Web.Http    

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.