POST api/QuotationAbstract/PostQuotationAbstract

Request Information

URI Parameters

None.

Body Parameters

QuotationAbstractInfoModel
NameDescriptionTypeAdditional information
ID

string

None.

goodsID

string

None.

consignorPriceMode

string

None.

status

string

None.

isSubstitute

boolean

None.

totalPrice

decimal number

None.

unitPrice

decimal number

None.

isTrustor

boolean

None.

companyType

string

None.

companyAbstractID

string

None.

Remark

string

None.

updateTime

date

None.

updateUser

string

None.

creator

string

None.

createTime

date

None.

AmountInfoID

string

None.

count

integer

None.

sonQuotationID

string

None.

feesInfoList

Collection of feesInfoModel

None.

AmountInfo

AmountInfoModel

None.

subtotal

decimal number

None.

headerImgUrl

string

None.

OperateType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "goodsID": "sample string 2",
  "consignorPriceMode": "sample string 3",
  "status": "sample string 4",
  "isSubstitute": true,
  "totalPrice": 1.0,
  "unitPrice": 1.0,
  "isTrustor": true,
  "companyType": "sample string 5",
  "companyAbstractID": "sample string 6",
  "Remark": "sample string 7",
  "updateTime": "2025-05-05T18:37:51.3654055+08:00",
  "updateUser": "sample string 8",
  "creator": "sample string 9",
  "createTime": "2025-05-05T18:37:51.3654055+08:00",
  "AmountInfoID": "sample string 10",
  "count": 1,
  "sonQuotationID": "sample string 11",
  "feesInfoList": [
    {
      "ID": "sample string 1",
      "type": "sample string 2",
      "objectID": "sample string 3",
      "accountSubjectID": "sample string 4",
      "feesDesc": "sample string 5",
      "accountAlgorithmMode": "sample string 6",
      "algorithmModeDesc": "sample string 7",
      "count": 1,
      "price": 1.0,
      "volprice": 1.0,
      "subtotal": 1.0,
      "settlePrice": 1.0,
      "updateTime": "2025-05-05T18:37:51.3654055+08:00",
      "updateUser": "sample string 8",
      "creator": "sample string 9",
      "createTime": "2025-05-05T18:37:51.3654055+08:00",
      "isOtherFees": true,
      "comment": "sample string 10",
      "accountSubjectName": "sample string 11"
    },
    {
      "ID": "sample string 1",
      "type": "sample string 2",
      "objectID": "sample string 3",
      "accountSubjectID": "sample string 4",
      "feesDesc": "sample string 5",
      "accountAlgorithmMode": "sample string 6",
      "algorithmModeDesc": "sample string 7",
      "count": 1,
      "price": 1.0,
      "volprice": 1.0,
      "subtotal": 1.0,
      "settlePrice": 1.0,
      "updateTime": "2025-05-05T18:37:51.3654055+08:00",
      "updateUser": "sample string 8",
      "creator": "sample string 9",
      "createTime": "2025-05-05T18:37:51.3654055+08:00",
      "isOtherFees": true,
      "comment": "sample string 10",
      "accountSubjectName": "sample string 11"
    }
  ],
  "AmountInfo": {
    "ID": "sample string 1",
    "cargoInfoID": "sample string 2",
    "amountBizType": "sample string 3",
    "quantity": 1.1,
    "quantityUnitID": "sample string 4",
    "quantityUnitName": "sample string 5",
    "weight": 1.1,
    "weightUnitID": "sample string 6",
    "weightUnitName": "sample string 7",
    "volume": 1.1,
    "volumeUnitID": "sample string 8",
    "volumeUnitName": "sample string 9",
    "creator": "sample string 10",
    "createTime": "2025-05-05T18:37:51.3654055+08:00",
    "updateTime": "2025-05-05T18:37:51.3654055+08:00",
    "updateUser": "sample string 11",
    "cargoName": "sample string 12"
  },
  "subtotal": 1.0,
  "headerImgUrl": "sample string 12",
  "OperateType": "sample string 13"
}

application/xml, text/xml

Sample:
<QuotationAbstractInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <AmountInfo>
    <ID>sample string 1</ID>
    <amountBizType>sample string 3</amountBizType>
    <cargoInfoID>sample string 2</cargoInfoID>
    <cargoName>sample string 12</cargoName>
    <createTime>2025-05-05T18:37:51.3654055+08:00</createTime>
    <creator>sample string 10</creator>
    <quantity>1.1</quantity>
    <quantityUnitID>sample string 4</quantityUnitID>
    <quantityUnitName>sample string 5</quantityUnitName>
    <updateTime>2025-05-05T18:37:51.3654055+08:00</updateTime>
    <updateUser>sample string 11</updateUser>
    <volume>1.1</volume>
    <volumeUnitID>sample string 8</volumeUnitID>
    <volumeUnitName>sample string 9</volumeUnitName>
    <weight>1.1</weight>
    <weightUnitID>sample string 6</weightUnitID>
    <weightUnitName>sample string 7</weightUnitName>
  </AmountInfo>
  <AmountInfoID>sample string 10</AmountInfoID>
  <ID>sample string 1</ID>
  <OperateType>sample string 13</OperateType>
  <Remark>sample string 7</Remark>
  <companyAbstractID>sample string 6</companyAbstractID>
  <companyType>sample string 5</companyType>
  <consignorPriceMode>sample string 3</consignorPriceMode>
  <count>1</count>
  <createTime>2025-05-05T18:37:51.3654055+08:00</createTime>
  <creator>sample string 9</creator>
  <feesInfoList>
    <feesInfoModel>
      <ID>sample string 1</ID>
      <accountAlgorithmMode>sample string 6</accountAlgorithmMode>
      <accountSubjectID>sample string 4</accountSubjectID>
      <accountSubjectName>sample string 11</accountSubjectName>
      <algorithmModeDesc>sample string 7</algorithmModeDesc>
      <comment>sample string 10</comment>
      <count>1</count>
      <createTime>2025-05-05T18:37:51.3654055+08:00</createTime>
      <creator>sample string 9</creator>
      <feesDesc>sample string 5</feesDesc>
      <isOtherFees>true</isOtherFees>
      <objectID>sample string 3</objectID>
      <price>1</price>
      <settlePrice>1</settlePrice>
      <subtotal>1</subtotal>
      <type>sample string 2</type>
      <updateTime>2025-05-05T18:37:51.3654055+08:00</updateTime>
      <updateUser>sample string 8</updateUser>
      <volprice>1</volprice>
    </feesInfoModel>
    <feesInfoModel>
      <ID>sample string 1</ID>
      <accountAlgorithmMode>sample string 6</accountAlgorithmMode>
      <accountSubjectID>sample string 4</accountSubjectID>
      <accountSubjectName>sample string 11</accountSubjectName>
      <algorithmModeDesc>sample string 7</algorithmModeDesc>
      <comment>sample string 10</comment>
      <count>1</count>
      <createTime>2025-05-05T18:37:51.3654055+08:00</createTime>
      <creator>sample string 9</creator>
      <feesDesc>sample string 5</feesDesc>
      <isOtherFees>true</isOtherFees>
      <objectID>sample string 3</objectID>
      <price>1</price>
      <settlePrice>1</settlePrice>
      <subtotal>1</subtotal>
      <type>sample string 2</type>
      <updateTime>2025-05-05T18:37:51.3654055+08:00</updateTime>
      <updateUser>sample string 8</updateUser>
      <volprice>1</volprice>
    </feesInfoModel>
  </feesInfoList>
  <goodsID>sample string 2</goodsID>
  <headerImgUrl>sample string 12</headerImgUrl>
  <isSubstitute>true</isSubstitute>
  <isTrustor>true</isTrustor>
  <sonQuotationID>sample string 11</sonQuotationID>
  <status>sample string 4</status>
  <subtotal>1</subtotal>
  <totalPrice>1</totalPrice>
  <unitPrice>1</unitPrice>
  <updateTime>2025-05-05T18:37:51.3654055+08:00</updateTime>
  <updateUser>sample string 8</updateUser>
</QuotationAbstractInfoModel>

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.