POST api/FeeNewProduct/AddNewProductEntryFeeNew?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
保存新品进场费 新版
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainId |
域Id |
globally unique identifier |
None. |
| AccountId |
账户Id |
globally unique identifier |
None. |
| PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
AddNewProductEntryFeeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryFeeID | globally unique identifier |
None. |
|
| DealerID | globally unique identifier |
None. |
|
| DealerOrgID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
None. |
|
| CustomerName | string |
None. |
|
| CustomerNumber | string |
None. |
|
| EntryFeeNumber | string |
None. |
|
| AccountID | globally unique identifier |
None. |
|
| PersonID | globally unique identifier |
None. |
|
| PersonName | string |
None. |
|
| ReportDate | date |
None. |
|
| BranchOfficeID | globally unique identifier |
None. |
|
| ActivityType | globally unique identifier |
None. |
|
| ActivityAmount | decimal number |
None. |
|
| InCustomerCount | decimal number |
None. |
|
| PaymentAmount | decimal number |
None. |
|
| EntryDate | date |
None. |
|
| Remark | string |
None. |
|
| StatusKey | string |
None. |
|
| AuditRemark | string |
None. |
|
| AuditAccountID | globally unique identifier |
None. |
|
| AuditPersonID | globally unique identifier |
None. |
|
| AuditPersonName | string |
None. |
|
| AuditDateTime | date |
None. |
|
| FeeActivityID | globally unique identifier |
None. |
|
| FeeActivityNumber | string |
None. |
|
| FeeActivityName | string |
None. |
|
| BelongToSystem | string |
None. |
|
| msg | string |
None. |
|
| TS170 | Collection of NewProductEntryFeeDetailDto |
None. |
|
| TS171 | Collection of NewProductEntryFeePicDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"TS170": [
{
"EntryFeeID": "38cc12f5-2131-4684-9712-e7aa45296f14",
"ProductID": "ab2e7452-11f2-47fc-ad1d-1c2f91844aa5",
"ProductNumber": "sample string 1",
"BarCode": "sample string 2",
"ProductName": "sample string 3",
"EntryAmount": 4.0,
"InCustomerCount": 5.0,
"BrandsRatio": 6.0,
"BrandsAmount": 7.0,
"ProvidePrice": 8.0,
"RetailPrice": 9.0
},
{
"EntryFeeID": "38cc12f5-2131-4684-9712-e7aa45296f14",
"ProductID": "ab2e7452-11f2-47fc-ad1d-1c2f91844aa5",
"ProductNumber": "sample string 1",
"BarCode": "sample string 2",
"ProductName": "sample string 3",
"EntryAmount": 4.0,
"InCustomerCount": 5.0,
"BrandsRatio": 6.0,
"BrandsAmount": 7.0,
"ProvidePrice": 8.0,
"RetailPrice": 9.0
}
],
"TS171": [
{
"EntryFeeID": "8d99c11a-54f7-4731-b4d8-84350aa8cd6b",
"PhotocURL": "sample string 1",
"PhotoDateTime": "2025-12-17 05:48:11"
},
{
"EntryFeeID": "8d99c11a-54f7-4731-b4d8-84350aa8cd6b",
"PhotocURL": "sample string 1",
"PhotoDateTime": "2025-12-17 05:48:11"
}
],
"EntryFeeID": "c79067f0-d8f7-4de6-8e1e-a981af4d33c2",
"DealerID": "a33ca9c0-9e0c-4df0-b8c0-88529b550211",
"DealerOrgID": "a15f4d3c-6565-47c0-ab36-31ac42b06c8e",
"CustomerID": "603875a8-e0f7-4339-a1f7-8920bca43646",
"CustomerName": "sample string 1",
"CustomerNumber": "sample string 2",
"EntryFeeNumber": "sample string 3",
"AccountID": "cfe8a4ad-72c0-47fd-a599-bf1dfa4bd22c",
"PersonID": "ac6cc2b0-e464-442a-a6ba-b25a36b02b42",
"PersonName": "sample string 4",
"ReportDate": "2025-12-17 05:48:11",
"BranchOfficeID": "acb6ee5f-61da-4c2b-b283-fd6398252d15",
"ActivityType": "0e60bd84-39b9-469c-a538-28c7f3f50fd3",
"ActivityAmount": 5.0,
"InCustomerCount": 6.0,
"PaymentAmount": 7.0,
"EntryDate": "2025-12-17 05:48:11",
"Remark": "sample string 8",
"StatusKey": "sample string 9",
"AuditRemark": "sample string 10",
"AuditAccountID": "b1837ecf-9da1-4476-92a8-b78466358dc0",
"AuditPersonID": "2fca1678-ec18-464c-83aa-597804ba9713",
"AuditPersonName": "sample string 11",
"AuditDateTime": "2025-12-17 05:48:11",
"FeeActivityID": "a66d395f-e657-4b9c-9660-eb51c9e41e0a",
"FeeActivityNumber": "sample string 12",
"FeeActivityName": "sample string 13",
"BelongToSystem": "sample string 14",
"msg": "sample string 15"
}
application/xml, text/xml
Sample:
<AddNewProductEntryFeeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO.ApiDTO">
<AccountID>cfe8a4ad-72c0-47fd-a599-bf1dfa4bd22c</AccountID>
<ActivityAmount>5</ActivityAmount>
<ActivityType>0e60bd84-39b9-469c-a538-28c7f3f50fd3</ActivityType>
<AuditAccountID>b1837ecf-9da1-4476-92a8-b78466358dc0</AuditAccountID>
<AuditDateTime>2025-12-17T05:48:11.3622294+08:00</AuditDateTime>
<AuditPersonID>2fca1678-ec18-464c-83aa-597804ba9713</AuditPersonID>
<AuditPersonName>sample string 11</AuditPersonName>
<AuditRemark>sample string 10</AuditRemark>
<BelongToSystem>sample string 14</BelongToSystem>
<BranchOfficeID>acb6ee5f-61da-4c2b-b283-fd6398252d15</BranchOfficeID>
<CustomerID>603875a8-e0f7-4339-a1f7-8920bca43646</CustomerID>
<CustomerName>sample string 1</CustomerName>
<CustomerNumber>sample string 2</CustomerNumber>
<DealerID>a33ca9c0-9e0c-4df0-b8c0-88529b550211</DealerID>
<DealerOrgID>a15f4d3c-6565-47c0-ab36-31ac42b06c8e</DealerOrgID>
<EntryDate>2025-12-17T05:48:11.3622294+08:00</EntryDate>
<EntryFeeID>c79067f0-d8f7-4de6-8e1e-a981af4d33c2</EntryFeeID>
<EntryFeeNumber>sample string 3</EntryFeeNumber>
<FeeActivityID>a66d395f-e657-4b9c-9660-eb51c9e41e0a</FeeActivityID>
<FeeActivityName>sample string 13</FeeActivityName>
<FeeActivityNumber>sample string 12</FeeActivityNumber>
<InCustomerCount>6</InCustomerCount>
<PaymentAmount>7</PaymentAmount>
<PersonID>ac6cc2b0-e464-442a-a6ba-b25a36b02b42</PersonID>
<PersonName>sample string 4</PersonName>
<Remark>sample string 8</Remark>
<ReportDate>2025-12-17T05:48:11.3622294+08:00</ReportDate>
<StatusKey>sample string 9</StatusKey>
<TS170>
<NewProductEntryFeeDetailDto>
<BarCode>sample string 2</BarCode>
<BrandsAmount>7</BrandsAmount>
<BrandsRatio>6</BrandsRatio>
<EntryAmount>4</EntryAmount>
<EntryFeeID>38cc12f5-2131-4684-9712-e7aa45296f14</EntryFeeID>
<InCustomerCount>5</InCustomerCount>
<ProductID>ab2e7452-11f2-47fc-ad1d-1c2f91844aa5</ProductID>
<ProductName>sample string 3</ProductName>
<ProductNumber>sample string 1</ProductNumber>
<ProvidePrice>8</ProvidePrice>
<RetailPrice>9</RetailPrice>
</NewProductEntryFeeDetailDto>
<NewProductEntryFeeDetailDto>
<BarCode>sample string 2</BarCode>
<BrandsAmount>7</BrandsAmount>
<BrandsRatio>6</BrandsRatio>
<EntryAmount>4</EntryAmount>
<EntryFeeID>38cc12f5-2131-4684-9712-e7aa45296f14</EntryFeeID>
<InCustomerCount>5</InCustomerCount>
<ProductID>ab2e7452-11f2-47fc-ad1d-1c2f91844aa5</ProductID>
<ProductName>sample string 3</ProductName>
<ProductNumber>sample string 1</ProductNumber>
<ProvidePrice>8</ProvidePrice>
<RetailPrice>9</RetailPrice>
</NewProductEntryFeeDetailDto>
</TS170>
<TS171>
<NewProductEntryFeePicDto>
<EntryFeeID>8d99c11a-54f7-4731-b4d8-84350aa8cd6b</EntryFeeID>
<PhotoDateTime>2025-12-17T05:48:11.3632189+08:00</PhotoDateTime>
<PhotocURL>sample string 1</PhotocURL>
</NewProductEntryFeePicDto>
<NewProductEntryFeePicDto>
<EntryFeeID>8d99c11a-54f7-4731-b4d8-84350aa8cd6b</EntryFeeID>
<PhotoDateTime>2025-12-17T05:48:11.3632189+08:00</PhotoDateTime>
<PhotocURL>sample string 1</PhotocURL>
</NewProductEntryFeePicDto>
</TS171>
<msg>sample string 15</msg>
</AddNewProductEntryFeeDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfBoolean| Name | Description | Type | Additional 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>