POST api/FECorporate/UpdateQuote

Request Information

URI Parameters

None.

Body Parameters

QuoteUpdateData
NameDescriptionTypeAdditional information
Code

string

None.

CustomerId

string

None.

QuoteType

string

None.

CollectFrequency

string

None.

CollectWeekDay

Collection of string

None.

CollectDesignatedDate

string

None.

IsAgreeSignFree

boolean

None.

ApplyWasteType

string

None.

CCA_ID

integer

None.

ClearZipCode

string

None.

ClearCity

string

None.

ClearDistrict

string

None.

ClearRoad

string

None.

WasteStoragePlace

string

None.

PayMethod

string

None.

PayItem

string

None.

ProvideEquip

Collection of QuoteProvideEquipData

None.

IsNeedRecord

boolean

None.

QuoteStatus

string

None.

QuoteDateTime

date

None.

QuoteReplyDateTime

date

None.

QuoteCompleteDateTime

date

None.

WasteData

Collection of QuoteWasteData

None.

UP_UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "CustomerId": "sample string 2",
  "QuoteType": "sample string 3",
  "CollectFrequency": "sample string 4",
  "CollectWeekDay": [
    "sample string 1",
    "sample string 2"
  ],
  "CollectDesignatedDate": "sample string 5",
  "IsAgreeSignFree": true,
  "ApplyWasteType": "sample string 7",
  "CCA_ID": 8,
  "ClearZipCode": "sample string 9",
  "ClearCity": "sample string 10",
  "ClearDistrict": "sample string 11",
  "ClearRoad": "sample string 12",
  "WasteStoragePlace": "sample string 13",
  "PayMethod": "sample string 14",
  "PayItem": "sample string 15",
  "ProvideEquip": [
    {
      "QuoteProvideEquip": "sample string 1",
      "Qty": 2,
      "Price": 3
    },
    {
      "QuoteProvideEquip": "sample string 1",
      "Qty": 2,
      "Price": 3
    }
  ],
  "IsNeedRecord": true,
  "QuoteStatus": "sample string 17",
  "QuoteDateTime": "2026-04-21 17:39:53",
  "QuoteReplyDateTime": "2026-04-21 17:39:53",
  "QuoteCompleteDateTime": "2026-04-21 17:39:53",
  "WasteData": [
    {
      "WasteCode": "sample string 1",
      "WasteStatus": "sample string 2",
      "MonthlyQty": 3.0,
      "WasteUnit": "sample string 4",
      "Price": 1,
      "BucketWeight": 5.0
    },
    {
      "WasteCode": "sample string 1",
      "WasteStatus": "sample string 2",
      "MonthlyQty": 3.0,
      "WasteUnit": "sample string 4",
      "Price": 1,
      "BucketWeight": 5.0
    }
  ],
  "UP_UserId": "sample string 21"
}

application/xml, text/xml

Sample:
<QuoteModel.QuoteUpdateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <ApplyWasteType>sample string 7</ApplyWasteType>
  <CCA_ID>8</CCA_ID>
  <ClearCity>sample string 10</ClearCity>
  <ClearDistrict>sample string 11</ClearDistrict>
  <ClearRoad>sample string 12</ClearRoad>
  <ClearZipCode>sample string 9</ClearZipCode>
  <Code>sample string 1</Code>
  <CollectDesignatedDate>sample string 5</CollectDesignatedDate>
  <CollectFrequency>sample string 4</CollectFrequency>
  <CollectWeekDay xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </CollectWeekDay>
  <CustomerId>sample string 2</CustomerId>
  <IsAgreeSignFree>true</IsAgreeSignFree>
  <IsNeedRecord>true</IsNeedRecord>
  <PayItem>sample string 15</PayItem>
  <PayMethod>sample string 14</PayMethod>
  <ProvideEquip>
    <QuoteModel.QuoteProvideEquipData>
      <Price>3</Price>
      <Qty>2</Qty>
      <QuoteProvideEquip>sample string 1</QuoteProvideEquip>
    </QuoteModel.QuoteProvideEquipData>
    <QuoteModel.QuoteProvideEquipData>
      <Price>3</Price>
      <Qty>2</Qty>
      <QuoteProvideEquip>sample string 1</QuoteProvideEquip>
    </QuoteModel.QuoteProvideEquipData>
  </ProvideEquip>
  <QuoteCompleteDateTime>2026-04-21T17:39:53.1049605+08:00</QuoteCompleteDateTime>
  <QuoteDateTime>2026-04-21T17:39:53.1049605+08:00</QuoteDateTime>
  <QuoteReplyDateTime>2026-04-21T17:39:53.1049605+08:00</QuoteReplyDateTime>
  <QuoteStatus>sample string 17</QuoteStatus>
  <QuoteType>sample string 3</QuoteType>
  <UP_UserId>sample string 21</UP_UserId>
  <WasteData>
    <QuoteModel.QuoteWasteData>
      <BucketWeight>5</BucketWeight>
      <MonthlyQty>3</MonthlyQty>
      <Price>1</Price>
      <WasteCode>sample string 1</WasteCode>
      <WasteStatus>sample string 2</WasteStatus>
      <WasteUnit>sample string 4</WasteUnit>
    </QuoteModel.QuoteWasteData>
    <QuoteModel.QuoteWasteData>
      <BucketWeight>5</BucketWeight>
      <MonthlyQty>3</MonthlyQty>
      <Price>1</Price>
      <WasteCode>sample string 1</WasteCode>
      <WasteStatus>sample string 2</WasteStatus>
      <WasteUnit>sample string 4</WasteUnit>
    </QuoteModel.QuoteWasteData>
  </WasteData>
  <WasteStoragePlace>sample string 13</WasteStoragePlace>
</QuoteModel.QuoteUpdateData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfObject
NameDescriptionTypeAdditional information
body

Object

None.

isSuccess

boolean

None.

message

string

None.

code

string

None.

response

Enum

None.

exception

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body />
  <exception>sample string 3</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfanyTypeRvdAXEcW>