POST api/Reservation/UpdateBCVPNeed

修改業務往來

Request Information

URI Parameters

None.

Body Parameters

UpdateBCVPNeedRequest
NameDescriptionTypeAdditional information
member_id

string

None.

item_no

string

None.

engaged_date

date

None.

wedding_date

date

None.

entertaining_date

date

None.

wedding_date_source_kind

string

None.

wedding_date_sured

integer

None.

wedding_venue

string

None.

dealer_role

string

None.

relation_way

string

None.

relationship

string

None.

bridegroom_name

string

None.

bridegroom_phone

string

None.

bridegroom_mobile

string

None.

bridegroom_email

string

None.

bride_name

string

None.

bride_phone

string

None.

bride_mobile

string

None.

bride_email

string

None.

father_name

string

None.

mother_name

string

None.

baby_name_1

string

None.

baby_sex_1

string

None.

baby_name_2

string

None.

baby_sex_2

string

None.

baby_birthday

date

None.

encrypted_key

string

None.

data_string

string

None.

Request Formats

application/json, text/json

Sample:
{
  "member_id": "sample string 1",
  "item_no": "sample string 2",
  "engaged_date": "2026-07-16T17:28:17.8224682+08:00",
  "wedding_date": "2026-07-16T17:28:17.8224682+08:00",
  "entertaining_date": "2026-07-16T17:28:17.8224682+08:00",
  "wedding_date_source_kind": "sample string 3",
  "wedding_date_sured": 1,
  "wedding_venue": "sample string 4",
  "dealer_role": "sample string 5",
  "relation_way": "sample string 6",
  "relationship": "sample string 7",
  "bridegroom_name": "sample string 8",
  "bridegroom_phone": "sample string 9",
  "bridegroom_mobile": "sample string 10",
  "bridegroom_email": "sample string 11",
  "bride_name": "sample string 12",
  "bride_phone": "sample string 13",
  "bride_mobile": "sample string 14",
  "bride_email": "sample string 15",
  "father_name": "sample string 16",
  "mother_name": "sample string 17",
  "baby_name_1": "sample string 18",
  "baby_sex_1": "sample string 19",
  "baby_name_2": "sample string 20",
  "baby_sex_2": "sample string 21",
  "baby_birthday": "2026-07-16T17:28:17.8234901+08:00",
  "encrypted_key": "sample string 22",
  "data_string": "sample string 23"
}

application/xml, text/xml

Sample:
<UpdateBCVPNeedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoodApi.API_DataTransferObject">
  <data_string>sample string 23</data_string>
  <encrypted_key>sample string 22</encrypted_key>
  <baby_birthday>2026-07-16T17:28:17.8234901+08:00</baby_birthday>
  <baby_name_1>sample string 18</baby_name_1>
  <baby_name_2>sample string 20</baby_name_2>
  <baby_sex_1>sample string 19</baby_sex_1>
  <baby_sex_2>sample string 21</baby_sex_2>
  <bride_email>sample string 15</bride_email>
  <bride_mobile>sample string 14</bride_mobile>
  <bride_name>sample string 12</bride_name>
  <bride_phone>sample string 13</bride_phone>
  <bridegroom_email>sample string 11</bridegroom_email>
  <bridegroom_mobile>sample string 10</bridegroom_mobile>
  <bridegroom_name>sample string 8</bridegroom_name>
  <bridegroom_phone>sample string 9</bridegroom_phone>
  <dealer_role>sample string 5</dealer_role>
  <engaged_date>2026-07-16T17:28:17.8224682+08:00</engaged_date>
  <entertaining_date>2026-07-16T17:28:17.8224682+08:00</entertaining_date>
  <father_name>sample string 16</father_name>
  <item_no>sample string 2</item_no>
  <member_id>sample string 1</member_id>
  <mother_name>sample string 17</mother_name>
  <relation_way>sample string 6</relation_way>
  <relationship>sample string 7</relationship>
  <wedding_date>2026-07-16T17:28:17.8224682+08:00</wedding_date>
  <wedding_date_source_kind>sample string 3</wedding_date_source_kind>
  <wedding_date_sured>1</wedding_date_sured>
  <wedding_venue>sample string 4</wedding_venue>
</UpdateBCVPNeedRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional information
error_code

integer

None.

error_msg

string

None.

logs

Collection of string

None.

error_logs

Collection of Exception

None.

data_string

string

None.

dec_request

string

None.

dec_response

string

None.

Response Formats

application/json, text/json

Sample:
{
  "error_code": 1,
  "error_msg": "sample string 2",
  "logs": [
    "sample string 1",
    "sample string 2"
  ],
  "error_logs": [
    {
      "ClassName": "System.Exception",
      "Message": null,
      "Data": null,
      "InnerException": null,
      "HelpURL": "sample string 1",
      "StackTraceString": null,
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "ExceptionMethod": null,
      "HResult": 3,
      "Source": "sample string 2",
      "WatsonBuckets": null
    },
    {
      "ClassName": "System.Exception",
      "Message": null,
      "Data": null,
      "InnerException": null,
      "HelpURL": "sample string 1",
      "StackTraceString": null,
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "ExceptionMethod": null,
      "HResult": 3,
      "Source": "sample string 2",
      "WatsonBuckets": null
    }
  ],
  "data_string": "sample string 3",
  "dec_request": "sample string 4",
  "dec_response": "sample string 5"
}

application/xml, text/xml

Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FoodApi.API_DataTransferObject">
  <data_string>sample string 3</data_string>
  <dec_request>sample string 4</dec_request>
  <dec_response>sample string 5</dec_response>
  <error_code>1</error_code>
  <error_logs xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:Exception>
      <ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
      <Message i:nil="true" xmlns="" />
      <Data i:nil="true" xmlns="" />
      <InnerException i:nil="true" xmlns="" />
      <HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
      <StackTraceString i:nil="true" xmlns="" />
      <RemoteStackTraceString i:nil="true" xmlns="" />
      <RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
      <ExceptionMethod i:nil="true" xmlns="" />
      <HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
      <Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
      <WatsonBuckets i:nil="true" xmlns="" />
    </d2p1:Exception>
    <d2p1:Exception>
      <ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
      <Message i:nil="true" xmlns="" />
      <Data i:nil="true" xmlns="" />
      <InnerException i:nil="true" xmlns="" />
      <HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
      <StackTraceString i:nil="true" xmlns="" />
      <RemoteStackTraceString i:nil="true" xmlns="" />
      <RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
      <ExceptionMethod i:nil="true" xmlns="" />
      <HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
      <Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
      <WatsonBuckets i:nil="true" xmlns="" />
    </d2p1:Exception>
  </error_logs>
  <error_msg>sample string 2</error_msg>
  <logs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </logs>
</BaseResponse>