POST WEvalProject/SaveAccountQuery

Request Information

URI Parameters

None.

Body Parameters

AccountQueryInfo
NameDescriptionTypeAdditional information
SubmitInfo

SubmitInfo

None.

ChargingProjectList

Collection of CProjectSubmitInto

None.

ApprovalActionButton

ApprovalActionButton

None.

Request Formats

application/json, text/json

Sample:
{
  "SubmitInfo": {
    "ID": 1,
    "Name": "sample string 2",
    "PayCustomer": "sample string 3",
    "PaymentMethod": 1,
    "ChargeAmount": 1.0,
    "ConfirmDateTime": "2026-06-02T20:30:50.3313437+08:00",
    "ChargeUserId": "sample string 4",
    "AgentCompanyId": 1,
    "Notes": "sample string 5",
    "InvoiceInfo": "sample string 6",
    "GID": "96a06fae-40d9-48d4-b425-ad0980cd4174",
    "UserId": "sample string 7"
  },
  "ChargingProjectList": [
    {
      "ID": 1,
      "PID": 2,
      "ChargeAmount": 3.0
    },
    {
      "ID": 1,
      "PID": 2,
      "ChargeAmount": 3.0
    }
  ],
  "ApprovalActionButton": {
    "ButtonName": "sample string 1",
    "TaskID": 2,
    "ActionID": 3
  }
}

application/xml, text/xml

Sample:
<AccountQueryInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <ApprovalActionButton>
    <ActionID>3</ActionID>
    <ButtonName>sample string 1</ButtonName>
    <TaskID>2</TaskID>
  </ApprovalActionButton>
  <ChargingProjectList>
    <CProjectSubmitInto>
      <ChargeAmount>3</ChargeAmount>
      <ID>1</ID>
      <PID>2</PID>
    </CProjectSubmitInto>
    <CProjectSubmitInto>
      <ChargeAmount>3</ChargeAmount>
      <ID>1</ID>
      <PID>2</PID>
    </CProjectSubmitInto>
  </ChargingProjectList>
  <SubmitInfo>
    <AgentCompanyId>1</AgentCompanyId>
    <ChargeAmount>1</ChargeAmount>
    <ChargeUserId>sample string 4</ChargeUserId>
    <ConfirmDateTime>2026-06-02T20:30:50.3313437+08:00</ConfirmDateTime>
    <GID>96a06fae-40d9-48d4-b425-ad0980cd4174</GID>
    <ID>1</ID>
    <InvoiceInfo>sample string 6</InvoiceInfo>
    <Name>sample string 2</Name>
    <Notes>sample string 5</Notes>
    <PayCustomer>sample string 3</PayCustomer>
    <PaymentMethod>1</PaymentMethod>
    <UserId>sample string 7</UserId>
  </SubmitInfo>
</AccountQueryInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfBoolean
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": true
}

application/xml, text/xml

Sample:
<RemoteResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <Errors>sample string 2</Errors>
  <Result>true</Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfboolean>