POST api/FeeCustomerSales/AddCustomerSalesFeeHaiHui?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}

保存进场费到上级域

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DomainId

域Id

globally unique identifier

None.

AccountId

账户Id

globally unique identifier

None.

PersonId

人员Id

globally unique identifier

None.

Body Parameters

CustomerSalesFeeHaiHuiDto
NameDescriptionTypeAdditional information
ms504

MS504_CustomerSalesFeeInfo

None.

ts308list

Collection of TS308_CustomerSalesFeePicInfo

None.

Request Formats

application/json, text/json

Sample:
{
  "ms504": {
    "TID": "8b6fb329-b47c-4d63-96c4-854d4003feee",
    "DomainID": "7ee246f9-68e7-41f4-86b9-99ce7d87e7c8",
    "LastUpdatePersonID": "sample string 1",
    "LastUpdateAccountID": "sample string 2",
    "LastUpdateDateTime": "2025-06-23 22:37:46",
    "CreatePersonID": "sample string 3",
    "CreateAccountID": "sample string 4",
    "CreateDateTime": "2025-06-23 22:37:46",
    "IsDelete": true,
    "DealerID": "1bbf5338-ed3f-44d4-ab71-0a77e0db1f59",
    "MonthID": 1,
    "CustomerID": "219bc0b6-f3d1-4b35-9a63-d233bdd55762",
    "PredictAmount": 1.0,
    "NetSupportAmount": 1.0,
    "ApplyAccountID": "ebd3aae1-2452-4113-b3f3-ffb4e5e1ccfa",
    "ApplyPersonID": "8f147e9b-f018-4518-9967-e7686aa0b23d",
    "ApplyPersonName": "sample string 5",
    "ApplyDateTime": "2025-06-23 22:37:46",
    "Remark": "sample string 6",
    "StatusKey": "sample string 7",
    "AuditPersonID": "e563248a-eb21-40d9-8726-851eafd945a8",
    "AuditAccountID": "098cc99e-3a0d-41c8-93ae-526bed0cfb13",
    "AuditPersonName": "sample string 8",
    "AuditDateTime": "2025-06-23 22:37:46",
    "AuditRemark": "sample string 9",
    "StatusLifecycle": "sample string 10",
    "FeeNumber": "sample string 11"
  },
  "ts308list": [
    {
      "TID": "ff3752e7-c0d0-4155-92f3-5903022b3d5e",
      "DomainID": "303d4ab4-95c9-4fc1-bb12-505f168d4a78",
      "LastUpdatePersonID": "sample string 1",
      "LastUpdateAccountID": "sample string 2",
      "LastUpdateDateTime": "2025-06-23 22:37:46",
      "CreatePersonID": "sample string 3",
      "CreateAccountID": "sample string 4",
      "CreateDateTime": "2025-06-23 22:37:46",
      "IsDelete": true,
      "CustomerSalesFeeID": "bf54e07b-b63d-4fe8-b9b1-6e95b91fb99a",
      "PhotocURL": "sample string 5",
      "PhotoDateTime": "2025-06-23 22:37:46"
    },
    {
      "TID": "ff3752e7-c0d0-4155-92f3-5903022b3d5e",
      "DomainID": "303d4ab4-95c9-4fc1-bb12-505f168d4a78",
      "LastUpdatePersonID": "sample string 1",
      "LastUpdateAccountID": "sample string 2",
      "LastUpdateDateTime": "2025-06-23 22:37:46",
      "CreatePersonID": "sample string 3",
      "CreateAccountID": "sample string 4",
      "CreateDateTime": "2025-06-23 22:37:46",
      "IsDelete": true,
      "CustomerSalesFeeID": "bf54e07b-b63d-4fe8-b9b1-6e95b91fb99a",
      "PhotocURL": "sample string 5",
      "PhotoDateTime": "2025-06-23 22:37:46"
    }
  ]
}

application/xml, text/xml

Sample:
<CustomerSalesFeeHaiHuiDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO.ApiDTO">
  <ms504 xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity">
    <d2p1:ApplyAccountID>ebd3aae1-2452-4113-b3f3-ffb4e5e1ccfa</d2p1:ApplyAccountID>
    <d2p1:ApplyDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:ApplyDateTime>
    <d2p1:ApplyPersonID>8f147e9b-f018-4518-9967-e7686aa0b23d</d2p1:ApplyPersonID>
    <d2p1:ApplyPersonName>sample string 5</d2p1:ApplyPersonName>
    <d2p1:AuditAccountID>098cc99e-3a0d-41c8-93ae-526bed0cfb13</d2p1:AuditAccountID>
    <d2p1:AuditDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:AuditDateTime>
    <d2p1:AuditPersonID>e563248a-eb21-40d9-8726-851eafd945a8</d2p1:AuditPersonID>
    <d2p1:AuditPersonName>sample string 8</d2p1:AuditPersonName>
    <d2p1:AuditRemark>sample string 9</d2p1:AuditRemark>
    <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID>
    <d2p1:CreateDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:CreateDateTime>
    <d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID>
    <d2p1:CustomerID>219bc0b6-f3d1-4b35-9a63-d233bdd55762</d2p1:CustomerID>
    <d2p1:DealerID>1bbf5338-ed3f-44d4-ab71-0a77e0db1f59</d2p1:DealerID>
    <d2p1:DomainID>7ee246f9-68e7-41f4-86b9-99ce7d87e7c8</d2p1:DomainID>
    <d2p1:FeeNumber>sample string 11</d2p1:FeeNumber>
    <d2p1:IsDelete>true</d2p1:IsDelete>
    <d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID>
    <d2p1:LastUpdateDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:LastUpdateDateTime>
    <d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID>
    <d2p1:MonthID>1</d2p1:MonthID>
    <d2p1:NetSupportAmount>1</d2p1:NetSupportAmount>
    <d2p1:PredictAmount>1</d2p1:PredictAmount>
    <d2p1:Remark>sample string 6</d2p1:Remark>
    <d2p1:StatusKey>sample string 7</d2p1:StatusKey>
    <d2p1:StatusLifecycle>sample string 10</d2p1:StatusLifecycle>
    <d2p1:TID>8b6fb329-b47c-4d63-96c4-854d4003feee</d2p1:TID>
  </ms504>
  <ts308list xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity">
    <d2p1:TS308_CustomerSalesFeePicInfo>
      <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID>
      <d2p1:CreateDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:CreateDateTime>
      <d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID>
      <d2p1:CustomerSalesFeeID>bf54e07b-b63d-4fe8-b9b1-6e95b91fb99a</d2p1:CustomerSalesFeeID>
      <d2p1:DomainID>303d4ab4-95c9-4fc1-bb12-505f168d4a78</d2p1:DomainID>
      <d2p1:IsDelete>true</d2p1:IsDelete>
      <d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID>
      <d2p1:LastUpdateDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:LastUpdateDateTime>
      <d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID>
      <d2p1:PhotoDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:PhotoDateTime>
      <d2p1:PhotocURL>sample string 5</d2p1:PhotocURL>
      <d2p1:TID>ff3752e7-c0d0-4155-92f3-5903022b3d5e</d2p1:TID>
    </d2p1:TS308_CustomerSalesFeePicInfo>
    <d2p1:TS308_CustomerSalesFeePicInfo>
      <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID>
      <d2p1:CreateDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:CreateDateTime>
      <d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID>
      <d2p1:CustomerSalesFeeID>bf54e07b-b63d-4fe8-b9b1-6e95b91fb99a</d2p1:CustomerSalesFeeID>
      <d2p1:DomainID>303d4ab4-95c9-4fc1-bb12-505f168d4a78</d2p1:DomainID>
      <d2p1:IsDelete>true</d2p1:IsDelete>
      <d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID>
      <d2p1:LastUpdateDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:LastUpdateDateTime>
      <d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID>
      <d2p1:PhotoDateTime>2025-06-23T22:37:46.8069491+08:00</d2p1:PhotoDateTime>
      <d2p1:PhotocURL>sample string 5</d2p1:PhotocURL>
      <d2p1:TID>ff3752e7-c0d0-4155-92f3-5903022b3d5e</d2p1:TID>
    </d2p1:TS308_CustomerSalesFeePicInfo>
  </ts308list>
</CustomerSalesFeeHaiHuiDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultModelOfBoolean
NameDescriptionTypeAdditional information
Code

ReturnCode

None.

Message

string

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 200,
  "Message": "sample string 1",
  "Data": true
}

application/xml, text/xml

Sample:
<ResultModelOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility">
  <Code>Success</Code>
  <Data>true</Data>
  <Message>sample string 1</Message>
</ResultModelOfboolean>