POST api/extra/receptionConference

Request Information

URI Parameters

None.

Body Parameters

ReceptionConference
NameDescriptionTypeAdditional information
Reconference

boolean

None.

Key

string

None.

Document

string

None.

Action

enumAcaoConferencia

None.

Items

Collection of Object

None.

Id

string

None.

UserTableFields

Collection of Object

None.

CreationUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "reconference": true,
  "key": "sample string 2",
  "document": "sample string 3",
  "action": 0,
  "items": [],
  "id": "sample string 5",
  "userTableFields": null,
  "creationUser": "sample string 6"
}

application/xml, text/xml

Sample:
<ReceptionConference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Avant.Plenus.WebApi.Models.Business.Extra.Collectors.Receipt">
  <CreationUser xmlns="http://schemas.datacontract.org/2004/07/Avant.Plenus.WebApi.Models.Business.Common">sample string 6</CreationUser>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Avant.Plenus.WebApi.Models.Business.Common">sample string 5</Id>
  <UserTableFields i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Avant.Plenus.WebApi.Models.Business.Common" />
  <Action>Sair</Action>
  <Document>sample string 3</Document>
  <Items />
  <Key>sample string 2</Key>
  <Reconference>true</Reconference>
</ReceptionConference>

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 'ReceptionConference'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />