PUT api/PropPlanning

Request Information

URI Parameters

None.

Body Parameters

Planning
NameDescriptionTypeAdditional information
id

integer

None.

ID_Produto

string

String length: inclusive between 0 and 100

Empresa

string

String length: inclusive between 0 and 25

NomedaUnidade

string

String length: inclusive between 0 and 25

Localizacao

string

String length: inclusive between 0 and 50

Serie

string

String length: inclusive between 0 and 50

Chave

string

String length: inclusive between 0 and 100

Box

string

String length: inclusive between 0 and 20

Comp

decimal number

None.

Larg

decimal number

None.

PeDir

decimal number

None.

Area

decimal number

None.

ValorsemDesconto

decimal number

None.

Status

string

String length: inclusive between 0 and 25

ValorAlugado

decimal number

None.

MarcaAlugou

string

String length: inclusive between 0 and 50

NomeCliente

string

String length: inclusive between 0 and 255

DataReserva

date

None.

DataMoveOut

date

None.

Segmento

string

String length: inclusive between 0 and 50

Bloqueado

boolean

None.

Observacoes

string

String length: inclusive between 0 and 255

Datainicio

date

None.

MeiodePagamento

string

String length: inclusive between 0 and 100

DatadePagamento

date

None.

ProximaCobrancaprepago

date

None.

VisaoStokarea

string

String length: inclusive between 0 and 50

VisaoAllstorage

string

String length: inclusive between 0 and 50

ContactoZoho

string

String length: inclusive between 0 and 255

NegocioZoho

string

String length: inclusive between 0 and 255

NumeroDeClientePHC

string

String length: inclusive between 0 and 50

Latitude

decimal number

None.

Longitude

decimal number

None.

ImgfileLocation

string

None.

IdPorta1HomeIt

string

String length: inclusive between 0 and 50

IdPorta2HomeIt

string

String length: inclusive between 0 and 50

IdBoxHomeIT

string

String length: inclusive between 0 and 50

IdPropertyHomeIT

string

String length: inclusive between 0 and 50

Inativo

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "ID_Produto": "sample string 2",
  "Empresa": "sample string 3",
  "NomedaUnidade": "sample string 4",
  "Localizacao": "sample string 5",
  "Serie": "sample string 6",
  "Chave": "sample string 7",
  "Box": "sample string 8",
  "Comp": 1.1,
  "Larg": 1.1,
  "PeDir": 1.1,
  "Area": 1.1,
  "ValorsemDesconto": 1.1,
  "Status": "sample string 9",
  "ValorAlugado": 1.1,
  "MarcaAlugou": "sample string 10",
  "NomeCliente": "sample string 11",
  "DataReserva": "2025-12-16T10:46:59.6846063+00:00",
  "DataMoveOut": "2025-12-16T10:46:59.6846063+00:00",
  "Segmento": "sample string 12",
  "Bloqueado": true,
  "Observacoes": "sample string 13",
  "Datainicio": "2025-12-16T10:46:59.6846063+00:00",
  "MeiodePagamento": "sample string 14",
  "DatadePagamento": "2025-12-16T10:46:59.6846063+00:00",
  "ProximaCobrancaprepago": "2025-12-16T10:46:59.6846063+00:00",
  "VisaoStokarea": "sample string 15",
  "VisaoAllstorage": "sample string 16",
  "ContactoZoho": "sample string 17",
  "NegocioZoho": "sample string 18",
  "NumeroDeClientePHC": "sample string 19",
  "Latitude": 1.0,
  "Longitude": 1.0,
  "ImgfileLocation": "sample string 20",
  "IdPorta1HomeIt": "sample string 21",
  "IdPorta2HomeIt": "sample string 22",
  "IdBoxHomeIT": "sample string 23",
  "IdPropertyHomeIT": "sample string 24",
  "Inativo": true
}

application/xml, text/xml

Sample:
<Planning xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi_DoreeIT.Models">
  <Area>1.1</Area>
  <Bloqueado>true</Bloqueado>
  <Box>sample string 8</Box>
  <Chave>sample string 7</Chave>
  <Comp>1.1</Comp>
  <ContactoZoho>sample string 17</ContactoZoho>
  <DataMoveOut>2025-12-16T10:46:59.6846063+00:00</DataMoveOut>
  <DataReserva>2025-12-16T10:46:59.6846063+00:00</DataReserva>
  <DatadePagamento>2025-12-16T10:46:59.6846063+00:00</DatadePagamento>
  <Datainicio>2025-12-16T10:46:59.6846063+00:00</Datainicio>
  <Empresa>sample string 3</Empresa>
  <ID_Produto>sample string 2</ID_Produto>
  <IdBoxHomeIT>sample string 23</IdBoxHomeIT>
  <IdPorta1HomeIt>sample string 21</IdPorta1HomeIt>
  <IdPorta2HomeIt>sample string 22</IdPorta2HomeIt>
  <IdPropertyHomeIT>sample string 24</IdPropertyHomeIT>
  <ImgfileLocation>sample string 20</ImgfileLocation>
  <Inativo>true</Inativo>
  <Larg>1.1</Larg>
  <Latitude>1</Latitude>
  <Localizacao>sample string 5</Localizacao>
  <Longitude>1</Longitude>
  <MarcaAlugou>sample string 10</MarcaAlugou>
  <MeiodePagamento>sample string 14</MeiodePagamento>
  <NegocioZoho>sample string 18</NegocioZoho>
  <NomeCliente>sample string 11</NomeCliente>
  <NomedaUnidade>sample string 4</NomedaUnidade>
  <NumeroDeClientePHC>sample string 19</NumeroDeClientePHC>
  <Observacoes>sample string 13</Observacoes>
  <PeDir>1.1</PeDir>
  <ProximaCobrancaprepago>2025-12-16T10:46:59.6846063+00:00</ProximaCobrancaprepago>
  <Segmento>sample string 12</Segmento>
  <Serie>sample string 6</Serie>
  <Status>sample string 9</Status>
  <ValorAlugado>1.1</ValorAlugado>
  <ValorsemDesconto>1.1</ValorsemDesconto>
  <VisaoAllstorage>sample string 16</VisaoAllstorage>
  <VisaoStokarea>sample string 15</VisaoStokarea>
  <id>1</id>
</Planning>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.