POST API/AgendServManter/Salvar

Salva os dados do agendamento.

Request Information

URI Parameters

None.

Body Parameters

WilsonSons.Terminais.WSNegocio.API.Models.ManterAgendServModel
NameDescriptionTypeAdditional information
AgendServ

WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServ

None.

AgendServMotorista

WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServMotorista

None.

AgendServItens

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServItem

None.

AgendServItemNotaFiscal

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServItemNf

None.

AgendServItemMerc

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServItemMerc

None.

AgendServAnexos

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScAgendServAnex

None.

UsuarioId

decimal number

None.

UsuarioIdTecon

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "AgendServ": {
    "Id": 1.0,
    "TranspId": 1.0,
    "AgendTipoServId": 2.0,
    "IndStatus": "sample string 3",
    "DatAgend": "2025-06-06T20:28:08.9540397-03:00",
    "HoraAgend": 1.0,
    "Cnh": 1.0,
    "PlacaCavalo": "sample string 4",
    "PlacaCarret1": "sample string 5",
    "PlacaCarret2": "sample string 6",
    "MembershipuseridIncl": 1.0,
    "DatIncl": "2025-06-06T20:28:08.9696646-03:00",
    "CdLoc": "sample string 7",
    "DatUsuAlt": "2025-06-06T20:28:08.9696646-03:00",
    "UsuAlt": 1.0,
    "AnaliCritId": 1.0,
    "BlId": 1.0,
    "NumBooking": "sample string 8",
    "ParcIdCobrar": 1.0,
    "EstabIdCobrar": 1.0,
    "ParcIdDespa": 1.0,
    "EstabIdDespa": 1.0,
    "FlgComboio": "sample string 9",
    "EadiId": 1.0,
    "DscObs": "sample string 10",
    "IndStatusOsGerad": "sample string 11",
    "DiasFreetime": 1.0,
    "IndVeic": "sample string 12",
    "DatFimPrev": "2025-06-06T20:28:08.9696646-03:00",
    "MembershipuseridInclTecon": 1.0,
    "MercId": 1.0,
    "FlgCancOsNoShow": "sample string 13",
    "EhClienteEstrangeiro": true,
    "EhCobrarDeEstrangeiro": true,
    "DataHoraAgendFormat": "sample string 16",
    "DesistiuVistoria": true,
    "RefTipoServ": "sample string 18",
    "DscTipoServ": "sample string 19",
    "DscGrupo": "sample string 20",
    "CnpjCobrar": "sample string 21",
    "CnpjDespa": "sample string 22",
    "RazaoSocialCobrar": "sample string 23",
    "RazaoSocialDespa": "sample string 24",
    "NumeroBl": "sample string 25"
  },
  "AgendServMotorista": {
    "Id": 1.0,
    "Cnh": 2.0,
    "CategCnh": "sample string 3",
    "Cpf": 1.0,
    "Identidade": 1.0,
    "OrgEmissId": 1.0,
    "Nome": "sample string 4",
    "CnhString": "sample string 5",
    "CpfString": "sample string 6",
    "IdentidadeString": "sample string 7"
  },
  "AgendServItens": [
    {
      "Id": 1.0,
      "AgendServId": 2.0,
      "IndStatus": "sample string 3",
      "UnitId": 1.0,
      "Volumes": 1.0,
      "CodCntr": "sample string 4",
      "IndExcluido": "sample string 5",
      "Excluir": true,
      "NotasFiscais": null
    },
    {
      "Id": 1.0,
      "AgendServId": 2.0,
      "IndStatus": "sample string 3",
      "UnitId": 1.0,
      "Volumes": 1.0,
      "CodCntr": "sample string 4",
      "IndExcluido": "sample string 5",
      "Excluir": true,
      "NotasFiscais": null
    }
  ],
  "AgendServItemNotaFiscal": [
    {
      "Id": 1.0,
      "AgendServItemId": 2.0,
      "ProtocoloInfDocId": 3.0,
      "QtdVolume": 4.0,
      "Excluir": true,
      "NumeroNota": 1.0
    },
    {
      "Id": 1.0,
      "AgendServItemId": 2.0,
      "ProtocoloInfDocId": 3.0,
      "QtdVolume": 4.0,
      "Excluir": true,
      "NumeroNota": 1.0
    }
  ],
  "AgendServItemMerc": [
    {
      "Id": 1.0,
      "AgendServItemId": 1.0,
      "AgendServId": 2.0,
      "MercId": 1.0,
      "Excluir": true
    },
    {
      "Id": 1.0,
      "AgendServItemId": 1.0,
      "AgendServId": 2.0,
      "MercId": 1.0,
      "Excluir": true
    }
  ],
  "AgendServAnexos": [
    {
      "Id": 1.0,
      "AgendServId": 2.0,
      "ValAnexo": "QEA=",
      "DscAnexo": "sample string 3",
      "DscExtenAnexo": "sample string 4",
      "FlgEnvioOsConc": "sample string 5",
      "FlgEnvioOsFech": "sample string 6",
      "Excluir": true
    },
    {
      "Id": 1.0,
      "AgendServId": 2.0,
      "ValAnexo": "QEA=",
      "DscAnexo": "sample string 3",
      "DscExtenAnexo": "sample string 4",
      "FlgEnvioOsConc": "sample string 5",
      "FlgEnvioOsFech": "sample string 6",
      "Excluir": true
    }
  ],
  "UsuarioId": 1.0,
  "UsuarioIdTecon": 1.0
}

application/xml, text/xml

Sample:
<ManterAgendServModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models">
  <AgendServ xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <TranspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TranspId>
    <AgendTipoServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendTipoServId>
    <IndStatus xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</IndStatus>
    <DatAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:28:08.9540397-03:00</DatAgend>
    <HoraAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</HoraAgend>
    <Cnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cnh>
    <PlacaCavalo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</PlacaCavalo>
    <PlacaCarret1 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</PlacaCarret1>
    <PlacaCarret2 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</PlacaCarret2>
    <MembershipuseridIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MembershipuseridIncl>
    <DatIncl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:28:08.9696646-03:00</DatIncl>
    <CdLoc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</CdLoc>
    <DatUsuAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:28:08.9696646-03:00</DatUsuAlt>
    <UsuAlt xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</UsuAlt>
    <AnaliCritId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AnaliCritId>
    <BlId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</BlId>
    <NumBooking xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</NumBooking>
    <ParcIdCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ParcIdCobrar>
    <EstabIdCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EstabIdCobrar>
    <ParcIdDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ParcIdDespa>
    <EstabIdDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EstabIdDespa>
    <FlgComboio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</FlgComboio>
    <EadiId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EadiId>
    <DscObs xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</DscObs>
    <IndStatusOsGerad xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</IndStatusOsGerad>
    <DiasFreetime xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DiasFreetime>
    <IndVeic xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</IndVeic>
    <DatFimPrev xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:28:08.9696646-03:00</DatFimPrev>
    <MembershipuseridInclTecon xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MembershipuseridInclTecon>
    <MercId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MercId>
    <FlgCancOsNoShow xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</FlgCancOsNoShow>
    <EhClienteEstrangeiro xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</EhClienteEstrangeiro>
    <EhCobrarDeEstrangeiro xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</EhCobrarDeEstrangeiro>
    <DataHoraAgendFormat xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</DataHoraAgendFormat>
    <DesistiuVistoria xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:boolean" xmlns="">true</DesistiuVistoria>
    <RefTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</RefTipoServ>
    <DscTipoServ xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 19</DscTipoServ>
    <DscGrupo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 20</DscGrupo>
    <CnpjCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 21</CnpjCobrar>
    <CnpjDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 22</CnpjDespa>
    <RazaoSocialCobrar xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 23</RazaoSocialCobrar>
    <RazaoSocialDespa xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 24</RazaoSocialDespa>
    <NumeroBl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 25</NumeroBl>
  </AgendServ>
  <AgendServAnexos xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <d2p1:ScAgendServAnex>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
      <ValAnexo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:base64Binary" xmlns="">QEA=</ValAnexo>
      <DscAnexo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</DscAnexo>
      <DscExtenAnexo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</DscExtenAnexo>
      <FlgEnvioOsConc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</FlgEnvioOsConc>
      <FlgEnvioOsFech xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 6</FlgEnvioOsFech>
      <Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
    </d2p1:ScAgendServAnex>
    <d2p1:ScAgendServAnex>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
      <ValAnexo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:base64Binary" xmlns="">QEA=</ValAnexo>
      <DscAnexo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</DscAnexo>
      <DscExtenAnexo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</DscExtenAnexo>
      <FlgEnvioOsConc xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</FlgEnvioOsConc>
      <FlgEnvioOsFech xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 6</FlgEnvioOsFech>
      <Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
    </d2p1:ScAgendServAnex>
  </AgendServAnexos>
  <AgendServItemMerc xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <d2p1:ScAgendServItemMerc>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</AgendServItemId>
      <AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
      <MercId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MercId>
      <Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
    </d2p1:ScAgendServItemMerc>
    <d2p1:ScAgendServItemMerc>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</AgendServItemId>
      <AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
      <MercId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MercId>
      <Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
    </d2p1:ScAgendServItemMerc>
  </AgendServItemMerc>
  <AgendServItemNotaFiscal xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <d2p1:ScAgendServItemNf>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServItemId>
      <ProtocoloInfDocId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</ProtocoloInfDocId>
      <QtdVolume xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</QtdVolume>
      <Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
      <NumeroNota xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</NumeroNota>
    </d2p1:ScAgendServItemNf>
    <d2p1:ScAgendServItemNf>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AgendServItemId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServItemId>
      <ProtocoloInfDocId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</ProtocoloInfDocId>
      <QtdVolume xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</QtdVolume>
      <Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
      <NumeroNota xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</NumeroNota>
    </d2p1:ScAgendServItemNf>
  </AgendServItemNotaFiscal>
  <AgendServItens xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <d2p1:ScAgendServItem>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
      <IndStatus xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</IndStatus>
      <UnitId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</UnitId>
      <Volumes xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Volumes>
      <CodCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</CodCntr>
      <IndExcluido xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</IndExcluido>
      <Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
      <NotasFiscais i:nil="true" xmlns="" />
    </d2p1:ScAgendServItem>
    <d2p1:ScAgendServItem>
      <Id xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Id>
      <AgendServId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</AgendServId>
      <IndStatus xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 3</IndStatus>
      <UnitId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</UnitId>
      <Volumes xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Volumes>
      <CodCntr xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</CodCntr>
      <IndExcluido xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</IndExcluido>
      <Excluir xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:boolean" xmlns="">true</Excluir>
      <NotasFiscais i:nil="true" xmlns="" />
    </d2p1:ScAgendServItem>
  </AgendServItens>
  <AgendServMotorista xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <Cnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</Cnh>
    <CategCnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CategCnh>
    <Cpf xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cpf>
    <Identidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Identidade>
    <OrgEmissId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</OrgEmissId>
    <Nome xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</Nome>
    <CnhString xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</CnhString>
    <CpfString xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</CpfString>
    <IdentidadeString xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</IdentidadeString>
  </AgendServMotorista>
  <UsuarioId>1</UsuarioId>
  <UsuarioIdTecon>1</UsuarioIdTecon>
</ManterAgendServModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WilsonSons.Terminais.WSNegocio.API.Models.ManterAgendServModel+Result
NameDescriptionTypeAdditional information
Mensagem

Mensagem de retorno (alertas, erros e etc).

string

None.

Mensagens

Lista completa de mensagens / erros e etc.

Collection of string

None.

Sucesso

Indica o sucesso.

boolean

None.

AgendServId

Retorna o Id do Agendamento de Serviço.

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "Mensagem": "sample string 1",
  "Mensagens": [
    "sample string 1",
    "sample string 2"
  ],
  "Sucesso": true,
  "AgendServId": 3.0
}

application/xml, text/xml

Sample:
<ManterAgendServModel.Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models">
  <AgendServId>3</AgendServId>
  <Mensagem>sample string 1</Mensagem>
  <Mensagens xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Mensagens>
  <Sucesso>true</Sucesso>
</ManterAgendServModel.Result>