POST api/TorresTirShipment

Request Information

URI Parameters

None.

Body Parameters

TorresTAuth
NameDescriptionTypeAdditional information
operation

string

None.

dt

date

None.

df

date

None.

token

string

None.

iddpd

integer

None.

PostoImp

integer

None.

tTirs

Collection of TorresTirShipping

None.

Request Formats

application/json, text/json

Sample:
{
  "operation": "sample string 1",
  "dt": "2025-12-16T10:46:54.9682775+00:00",
  "df": "2025-12-16T10:46:54.9682775+00:00",
  "token": "sample string 4",
  "iddpd": 5,
  "PostoImp": 1,
  "tTirs": [
    {
      "id": 1,
      "DATA": "2025-12-16T10:46:54.9682775+00:00",
      "NOME_DES": "sample string 2",
      "MORADA_DES": "sample string 3",
      "POSTAL_DE2": "sample string 4",
      "QUANT1": 1.0,
      "PESO1": 1.0,
      "INST_EXP": "sample string 5",
      "TIPO_PAG": "sample string 6",
      "TAXA_IVA": 1.0,
      "POSTAL_DES": "sample string 7",
      "DES_P_DES": "sample string 8",
      "CUBIC1": 1.0,
      "NOME_EXP": "sample string 9",
      "MORADA_EXP": "sample string 10",
      "POSTAL_EXP": "sample string 11",
      "LOCAL_EXP": "sample string 12",
      "DATA_ENTR": "2025-12-16T10:46:54.9682775+00:00",
      "PAIS_DEST": "sample string 13",
      "TIPO_SERVICO": "sample string 14",
      "COD_AT": "sample string 15",
      "phcgostamp": "sample string 16",
      "dataInsReg": "2025-12-16T10:46:54.9682775+00:00",
      "dataExport": "2025-12-16T10:46:54.9682775+00:00",
      "exportTxt": true,
      "InstId": 1,
      "NR_EXTERNO": "sample string 17",
      "CONTRIB_D": "sample string 18",
      "NR_CONTA": "sample string 19",
      "PAGADOR": "sample string 20",
      "EMAIL": "sample string 21",
      "TLFCONTACTO": "sample string 22",
      "PostoImp": 1
    },
    {
      "id": 1,
      "DATA": "2025-12-16T10:46:54.9682775+00:00",
      "NOME_DES": "sample string 2",
      "MORADA_DES": "sample string 3",
      "POSTAL_DE2": "sample string 4",
      "QUANT1": 1.0,
      "PESO1": 1.0,
      "INST_EXP": "sample string 5",
      "TIPO_PAG": "sample string 6",
      "TAXA_IVA": 1.0,
      "POSTAL_DES": "sample string 7",
      "DES_P_DES": "sample string 8",
      "CUBIC1": 1.0,
      "NOME_EXP": "sample string 9",
      "MORADA_EXP": "sample string 10",
      "POSTAL_EXP": "sample string 11",
      "LOCAL_EXP": "sample string 12",
      "DATA_ENTR": "2025-12-16T10:46:54.9682775+00:00",
      "PAIS_DEST": "sample string 13",
      "TIPO_SERVICO": "sample string 14",
      "COD_AT": "sample string 15",
      "phcgostamp": "sample string 16",
      "dataInsReg": "2025-12-16T10:46:54.9682775+00:00",
      "dataExport": "2025-12-16T10:46:54.9682775+00:00",
      "exportTxt": true,
      "InstId": 1,
      "NR_EXTERNO": "sample string 17",
      "CONTRIB_D": "sample string 18",
      "NR_CONTA": "sample string 19",
      "PAGADOR": "sample string 20",
      "EMAIL": "sample string 21",
      "TLFCONTACTO": "sample string 22",
      "PostoImp": 1
    }
  ]
}

application/xml, text/xml

Sample:
<TorresTAuth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi_DoreeIT.Models">
  <PostoImp>1</PostoImp>
  <df>2025-12-16T10:46:54.9682775+00:00</df>
  <dt>2025-12-16T10:46:54.9682775+00:00</dt>
  <iddpd>5</iddpd>
  <operation>sample string 1</operation>
  <tTirs>
    <TorresTirShipping>
      <COD_AT>sample string 15</COD_AT>
      <CONTRIB_D>sample string 18</CONTRIB_D>
      <CUBIC1>1</CUBIC1>
      <DATA>2025-12-16T10:46:54.9682775+00:00</DATA>
      <DATA_ENTR>2025-12-16T10:46:54.9682775+00:00</DATA_ENTR>
      <DES_P_DES>sample string 8</DES_P_DES>
      <EMAIL>sample string 21</EMAIL>
      <INST_EXP>sample string 5</INST_EXP>
      <InstId>1</InstId>
      <LOCAL_EXP>sample string 12</LOCAL_EXP>
      <MORADA_DES>sample string 3</MORADA_DES>
      <MORADA_EXP>sample string 10</MORADA_EXP>
      <NOME_DES>sample string 2</NOME_DES>
      <NOME_EXP>sample string 9</NOME_EXP>
      <NR_CONTA>sample string 19</NR_CONTA>
      <NR_EXTERNO>sample string 17</NR_EXTERNO>
      <PAGADOR>sample string 20</PAGADOR>
      <PAIS_DEST>sample string 13</PAIS_DEST>
      <PESO1>1</PESO1>
      <POSTAL_DE2>sample string 4</POSTAL_DE2>
      <POSTAL_DES>sample string 7</POSTAL_DES>
      <POSTAL_EXP>sample string 11</POSTAL_EXP>
      <PostoImp>1</PostoImp>
      <QUANT1>1</QUANT1>
      <TAXA_IVA>1</TAXA_IVA>
      <TIPO_PAG>sample string 6</TIPO_PAG>
      <TIPO_SERVICO>sample string 14</TIPO_SERVICO>
      <TLFCONTACTO>sample string 22</TLFCONTACTO>
      <dataExport>2025-12-16T10:46:54.9682775+00:00</dataExport>
      <dataInsReg>2025-12-16T10:46:54.9682775+00:00</dataInsReg>
      <exportTxt>true</exportTxt>
      <id>1</id>
      <phcgostamp>sample string 16</phcgostamp>
    </TorresTirShipping>
    <TorresTirShipping>
      <COD_AT>sample string 15</COD_AT>
      <CONTRIB_D>sample string 18</CONTRIB_D>
      <CUBIC1>1</CUBIC1>
      <DATA>2025-12-16T10:46:54.9682775+00:00</DATA>
      <DATA_ENTR>2025-12-16T10:46:54.9682775+00:00</DATA_ENTR>
      <DES_P_DES>sample string 8</DES_P_DES>
      <EMAIL>sample string 21</EMAIL>
      <INST_EXP>sample string 5</INST_EXP>
      <InstId>1</InstId>
      <LOCAL_EXP>sample string 12</LOCAL_EXP>
      <MORADA_DES>sample string 3</MORADA_DES>
      <MORADA_EXP>sample string 10</MORADA_EXP>
      <NOME_DES>sample string 2</NOME_DES>
      <NOME_EXP>sample string 9</NOME_EXP>
      <NR_CONTA>sample string 19</NR_CONTA>
      <NR_EXTERNO>sample string 17</NR_EXTERNO>
      <PAGADOR>sample string 20</PAGADOR>
      <PAIS_DEST>sample string 13</PAIS_DEST>
      <PESO1>1</PESO1>
      <POSTAL_DE2>sample string 4</POSTAL_DE2>
      <POSTAL_DES>sample string 7</POSTAL_DES>
      <POSTAL_EXP>sample string 11</POSTAL_EXP>
      <PostoImp>1</PostoImp>
      <QUANT1>1</QUANT1>
      <TAXA_IVA>1</TAXA_IVA>
      <TIPO_PAG>sample string 6</TIPO_PAG>
      <TIPO_SERVICO>sample string 14</TIPO_SERVICO>
      <TLFCONTACTO>sample string 22</TLFCONTACTO>
      <dataExport>2025-12-16T10:46:54.9682775+00:00</dataExport>
      <dataInsReg>2025-12-16T10:46:54.9682775+00:00</dataInsReg>
      <exportTxt>true</exportTxt>
      <id>1</id>
      <phcgostamp>sample string 16</phcgostamp>
    </TorresTirShipping>
  </tTirs>
  <token>sample string 4</token>
</TorresTAuth>

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.