POST WEvalProject/ChargeBackDetails

获取退单详情

Request Information

URI Parameters

None.

Body Parameters

ChargeBackDetailRequest
NameDescriptionTypeAdditional information
ChargeBackID

integer

None.

UserID

string

None.

ActionID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ChargeBackID": 1,
  "UserID": "sample string 2",
  "ActionID": 3
}

application/xml, text/xml

Sample:
<ChargeBackDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <ActionID>3</ActionID>
  <ChargeBackID>1</ChargeBackID>
  <UserID>sample string 2</UserID>
</ChargeBackDetailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfChargeBackDetailResponse
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

ChargeBackDetailResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": {
    "ProjectNo": "sample string 1",
    "ProjectName": "sample string 2",
    "FromName": "sample string 3",
    "Consignee": "sample string 4",
    "ProjectDeptName": "sample string 5",
    "IsReportChecked": true,
    "ReportCounts": "sample string 6",
    "ReportApplyCounts": "sample string 7",
    "ReportRealCounts": "sample string 8",
    "CommentOnReport": "sample string 9",
    "IsBillChecked": true,
    "CommentOnBill": "sample string 10",
    "IsRefundChecked": true,
    "PaymentPrice": 1.0,
    "PaymentRealPrice": 1.0,
    "RefundApplyAmount": 1.0,
    "CommentOnRefund": "sample string 11",
    "Status": "sample string 12",
    "ApprovalActionButtons": [
      {
        "ButtonName": "sample string 1",
        "TaskID": 2,
        "ActionID": 3
      },
      {
        "ButtonName": "sample string 1",
        "TaskID": 2,
        "ActionID": 3
      }
    ]
  }
}

application/xml, text/xml

Sample:
<RemoteResponseOfChargeBackDetailResponsedmGyRm56 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 xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
    <d2p1:ApprovalActionButtons>
      <d2p1:ApprovalActionButton>
        <d2p1:ActionID>3</d2p1:ActionID>
        <d2p1:ButtonName>sample string 1</d2p1:ButtonName>
        <d2p1:TaskID>2</d2p1:TaskID>
      </d2p1:ApprovalActionButton>
      <d2p1:ApprovalActionButton>
        <d2p1:ActionID>3</d2p1:ActionID>
        <d2p1:ButtonName>sample string 1</d2p1:ButtonName>
        <d2p1:TaskID>2</d2p1:TaskID>
      </d2p1:ApprovalActionButton>
    </d2p1:ApprovalActionButtons>
    <d2p1:CommentOnBill>sample string 10</d2p1:CommentOnBill>
    <d2p1:CommentOnRefund>sample string 11</d2p1:CommentOnRefund>
    <d2p1:CommentOnReport>sample string 9</d2p1:CommentOnReport>
    <d2p1:Consignee>sample string 4</d2p1:Consignee>
    <d2p1:FromName>sample string 3</d2p1:FromName>
    <d2p1:IsBillChecked>true</d2p1:IsBillChecked>
    <d2p1:IsRefundChecked>true</d2p1:IsRefundChecked>
    <d2p1:IsReportChecked>true</d2p1:IsReportChecked>
    <d2p1:PaymentPrice>1</d2p1:PaymentPrice>
    <d2p1:PaymentRealPrice>1</d2p1:PaymentRealPrice>
    <d2p1:ProjectDeptName>sample string 5</d2p1:ProjectDeptName>
    <d2p1:ProjectName>sample string 2</d2p1:ProjectName>
    <d2p1:ProjectNo>sample string 1</d2p1:ProjectNo>
    <d2p1:RefundApplyAmount>1</d2p1:RefundApplyAmount>
    <d2p1:ReportApplyCounts>sample string 7</d2p1:ReportApplyCounts>
    <d2p1:ReportCounts>sample string 6</d2p1:ReportCounts>
    <d2p1:ReportRealCounts>sample string 8</d2p1:ReportRealCounts>
    <d2p1:Status>sample string 12</d2p1:Status>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfChargeBackDetailResponsedmGyRm56>