POST api/FeeNewProduct/AddNewProductEntryFeeHaiHui?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
AddNewProductEntryFeeHaiHuiDtoName | Description | Type | Additional information |
---|---|---|---|
ms373 | MS373_NewProductEntryFeeInfo |
None. |
|
ts170list | Collection of TS170_NewProductEntryFeeDetailInfo |
None. |
|
ts171list | Collection of TS171_NewProductEntryFeePicInfo |
None. |
Request Formats
application/json, text/json
Sample:
{ "ms373": { "TID": "4fa0d4a2-2156-4d96-b4f9-1d1ecd9a1718", "DomainID": "3c652b1a-7af3-4daa-93d6-89e7a3f4af6a", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:43:11", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:43:11", "IsDelete": true, "DealerID": "c1a2e2f5-a5e5-4be9-aed4-0cae8af7c1b4", "CustomerID": "7311d492-c27c-43b3-a8a8-072077f55596", "EntryFeeNumber": "sample string 5", "AccountID": "cf2ba3da-35f3-4287-8a1e-a3f343c529e5", "PersonID": "c9424550-b822-436d-a6e9-223357a2835e", "PersonName": "sample string 6", "ReportDate": "2025-07-23 07:43:11", "BranchOfficeID": "d921307f-73f5-4b72-8e1f-4b093ad7d676", "ActivityType": "bd1149e8-6264-42d9-98a5-4c2f726111eb", "ActivityAmount": 1.0, "PaymentAmount": 1.0, "EntryDate": "2025-07-23 07:43:11", "Remark": "sample string 7", "StatusKey": "sample string 8", "AuditRemark": "sample string 9", "AuditPersonID": "a901770e-cc5c-4d93-91f8-5a18329705a7", "AuditAccountID": "ba28713e-ec23-4413-bb13-c69f3c0aef67", "AuditPersonName": "sample string 10", "AuditDateTime": "2025-07-23 07:43:11", "StatusLifecycle": "sample string 11", "FeeActivityID": "87b86051-fa02-4795-b63f-d643e34a61f1", "BelongToSystem": "sample string 12", "InCustomerCount": 1 }, "ts170list": [ { "TID": "b93c8835-8857-48d7-8761-af6ceb418058", "DomainID": "fb4bc8fb-a26f-4952-9ca0-388185091dde", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:43:11", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:43:11", "IsDelete": true, "EntryFeeID": "d245398c-22ae-45e7-888c-78e855537c85", "ProductID": "35b503f2-9f9f-437b-85d0-31a862458fd7", "EntryAmount": 1.0, "BrandsRatio": 1.0, "BrandsAmount": 1.0, "ProvidePrice": 1.0, "RetailPrice": 1.0, "ProductName": "sample string 5", "ProductNumber": "sample string 6", "BarCode": "sample string 7" }, { "TID": "b93c8835-8857-48d7-8761-af6ceb418058", "DomainID": "fb4bc8fb-a26f-4952-9ca0-388185091dde", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:43:11", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:43:11", "IsDelete": true, "EntryFeeID": "d245398c-22ae-45e7-888c-78e855537c85", "ProductID": "35b503f2-9f9f-437b-85d0-31a862458fd7", "EntryAmount": 1.0, "BrandsRatio": 1.0, "BrandsAmount": 1.0, "ProvidePrice": 1.0, "RetailPrice": 1.0, "ProductName": "sample string 5", "ProductNumber": "sample string 6", "BarCode": "sample string 7" } ], "ts171list": [ { "TID": "bd950dd4-a617-438b-9519-5b9045a08609", "DomainID": "634545f4-3d80-4474-b4ea-6b2d64a73212", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:43:11", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:43:11", "IsDelete": true, "EntryFeeID": "c4846b30-b916-4b44-9af5-da6dfb2977d8", "PhotocURL": "sample string 5", "PhotoDateTime": "2025-07-23 07:43:11" }, { "TID": "bd950dd4-a617-438b-9519-5b9045a08609", "DomainID": "634545f4-3d80-4474-b4ea-6b2d64a73212", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:43:11", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:43:11", "IsDelete": true, "EntryFeeID": "c4846b30-b916-4b44-9af5-da6dfb2977d8", "PhotocURL": "sample string 5", "PhotoDateTime": "2025-07-23 07:43:11" } ] }
application/xml, text/xml
Sample:
<AddNewProductEntryFeeHaiHuiDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO.ApiDTO"> <ms373 xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <d2p1:AccountID>cf2ba3da-35f3-4287-8a1e-a3f343c529e5</d2p1:AccountID> <d2p1:ActivityAmount>1</d2p1:ActivityAmount> <d2p1:ActivityType>bd1149e8-6264-42d9-98a5-4c2f726111eb</d2p1:ActivityType> <d2p1:AuditAccountID>ba28713e-ec23-4413-bb13-c69f3c0aef67</d2p1:AuditAccountID> <d2p1:AuditDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:AuditDateTime> <d2p1:AuditPersonID>a901770e-cc5c-4d93-91f8-5a18329705a7</d2p1:AuditPersonID> <d2p1:AuditPersonName>sample string 10</d2p1:AuditPersonName> <d2p1:AuditRemark>sample string 9</d2p1:AuditRemark> <d2p1:BelongToSystem>sample string 12</d2p1:BelongToSystem> <d2p1:BranchOfficeID>d921307f-73f5-4b72-8e1f-4b093ad7d676</d2p1:BranchOfficeID> <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID> <d2p1:CreateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:CreateDateTime> <d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID> <d2p1:CustomerID>7311d492-c27c-43b3-a8a8-072077f55596</d2p1:CustomerID> <d2p1:DealerID>c1a2e2f5-a5e5-4be9-aed4-0cae8af7c1b4</d2p1:DealerID> <d2p1:DomainID>3c652b1a-7af3-4daa-93d6-89e7a3f4af6a</d2p1:DomainID> <d2p1:EntryDate>2025-07-23T07:43:11.7701928+08:00</d2p1:EntryDate> <d2p1:EntryFeeNumber>sample string 5</d2p1:EntryFeeNumber> <d2p1:FeeActivityID>87b86051-fa02-4795-b63f-d643e34a61f1</d2p1:FeeActivityID> <d2p1:InCustomerCount>1</d2p1:InCustomerCount> <d2p1:IsDelete>true</d2p1:IsDelete> <d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID> <d2p1:LastUpdateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:LastUpdateDateTime> <d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID> <d2p1:PaymentAmount>1</d2p1:PaymentAmount> <d2p1:PersonID>c9424550-b822-436d-a6e9-223357a2835e</d2p1:PersonID> <d2p1:PersonName>sample string 6</d2p1:PersonName> <d2p1:Remark>sample string 7</d2p1:Remark> <d2p1:ReportDate>2025-07-23T07:43:11.7701928+08:00</d2p1:ReportDate> <d2p1:StatusKey>sample string 8</d2p1:StatusKey> <d2p1:StatusLifecycle>sample string 11</d2p1:StatusLifecycle> <d2p1:TID>4fa0d4a2-2156-4d96-b4f9-1d1ecd9a1718</d2p1:TID> </ms373> <ts170list xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <d2p1:TS170_NewProductEntryFeeDetailInfo> <d2p1:BarCode>sample string 7</d2p1:BarCode> <d2p1:BrandsAmount>1</d2p1:BrandsAmount> <d2p1:BrandsRatio>1</d2p1:BrandsRatio> <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID> <d2p1:CreateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:CreateDateTime> <d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID> <d2p1:DomainID>fb4bc8fb-a26f-4952-9ca0-388185091dde</d2p1:DomainID> <d2p1:EntryAmount>1</d2p1:EntryAmount> <d2p1:EntryFeeID>d245398c-22ae-45e7-888c-78e855537c85</d2p1:EntryFeeID> <d2p1:IsDelete>true</d2p1:IsDelete> <d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID> <d2p1:LastUpdateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:LastUpdateDateTime> <d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID> <d2p1:ProductID>35b503f2-9f9f-437b-85d0-31a862458fd7</d2p1:ProductID> <d2p1:ProductName>sample string 5</d2p1:ProductName> <d2p1:ProductNumber>sample string 6</d2p1:ProductNumber> <d2p1:ProvidePrice>1</d2p1:ProvidePrice> <d2p1:RetailPrice>1</d2p1:RetailPrice> <d2p1:TID>b93c8835-8857-48d7-8761-af6ceb418058</d2p1:TID> </d2p1:TS170_NewProductEntryFeeDetailInfo> <d2p1:TS170_NewProductEntryFeeDetailInfo> <d2p1:BarCode>sample string 7</d2p1:BarCode> <d2p1:BrandsAmount>1</d2p1:BrandsAmount> <d2p1:BrandsRatio>1</d2p1:BrandsRatio> <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID> <d2p1:CreateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:CreateDateTime> <d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID> <d2p1:DomainID>fb4bc8fb-a26f-4952-9ca0-388185091dde</d2p1:DomainID> <d2p1:EntryAmount>1</d2p1:EntryAmount> <d2p1:EntryFeeID>d245398c-22ae-45e7-888c-78e855537c85</d2p1:EntryFeeID> <d2p1:IsDelete>true</d2p1:IsDelete> <d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID> <d2p1:LastUpdateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:LastUpdateDateTime> <d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID> <d2p1:ProductID>35b503f2-9f9f-437b-85d0-31a862458fd7</d2p1:ProductID> <d2p1:ProductName>sample string 5</d2p1:ProductName> <d2p1:ProductNumber>sample string 6</d2p1:ProductNumber> <d2p1:ProvidePrice>1</d2p1:ProvidePrice> <d2p1:RetailPrice>1</d2p1:RetailPrice> <d2p1:TID>b93c8835-8857-48d7-8761-af6ceb418058</d2p1:TID> </d2p1:TS170_NewProductEntryFeeDetailInfo> </ts170list> <ts171list xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <d2p1:TS171_NewProductEntryFeePicInfo> <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID> <d2p1:CreateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:CreateDateTime> <d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID> <d2p1:DomainID>634545f4-3d80-4474-b4ea-6b2d64a73212</d2p1:DomainID> <d2p1:EntryFeeID>c4846b30-b916-4b44-9af5-da6dfb2977d8</d2p1:EntryFeeID> <d2p1:IsDelete>true</d2p1:IsDelete> <d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID> <d2p1:LastUpdateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:LastUpdateDateTime> <d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID> <d2p1:PhotoDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:PhotoDateTime> <d2p1:PhotocURL>sample string 5</d2p1:PhotocURL> <d2p1:TID>bd950dd4-a617-438b-9519-5b9045a08609</d2p1:TID> </d2p1:TS171_NewProductEntryFeePicInfo> <d2p1:TS171_NewProductEntryFeePicInfo> <d2p1:CreateAccountID>sample string 4</d2p1:CreateAccountID> <d2p1:CreateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:CreateDateTime> <d2p1:CreatePersonID>sample string 3</d2p1:CreatePersonID> <d2p1:DomainID>634545f4-3d80-4474-b4ea-6b2d64a73212</d2p1:DomainID> <d2p1:EntryFeeID>c4846b30-b916-4b44-9af5-da6dfb2977d8</d2p1:EntryFeeID> <d2p1:IsDelete>true</d2p1:IsDelete> <d2p1:LastUpdateAccountID>sample string 2</d2p1:LastUpdateAccountID> <d2p1:LastUpdateDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:LastUpdateDateTime> <d2p1:LastUpdatePersonID>sample string 1</d2p1:LastUpdatePersonID> <d2p1:PhotoDateTime>2025-07-23T07:43:11.7701928+08:00</d2p1:PhotoDateTime> <d2p1:PhotocURL>sample string 5</d2p1:PhotocURL> <d2p1:TID>bd950dd4-a617-438b-9519-5b9045a08609</d2p1:TID> </d2p1:TS171_NewProductEntryFeePicInfo> </ts171list> </AddNewProductEntryFeeHaiHuiDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfBooleanName | 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>