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
AddNewProductEntryFeeDtoName | 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": "a85467a2-5a16-4452-b8b3-719eadf118e3", "ProductID": "7231ee21-e277-42fd-a354-086d022d3203", "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": "a85467a2-5a16-4452-b8b3-719eadf118e3", "ProductID": "7231ee21-e277-42fd-a354-086d022d3203", "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": "4167ef04-ebaf-4eca-9f79-8da9ce2770b5", "PhotocURL": "sample string 1", "PhotoDateTime": "2025-07-23 07:43:09" }, { "EntryFeeID": "4167ef04-ebaf-4eca-9f79-8da9ce2770b5", "PhotocURL": "sample string 1", "PhotoDateTime": "2025-07-23 07:43:09" } ], "EntryFeeID": "b019fb72-d600-4278-837b-93db3d9914ab", "DealerID": "54958c1f-6604-45ec-861e-253fa3e505f6", "DealerOrgID": "0dc29f0e-208d-43b1-a43d-f1ba811326bb", "CustomerID": "8ed049cb-6c2a-4f11-846f-a5c70289afbb", "CustomerName": "sample string 1", "CustomerNumber": "sample string 2", "EntryFeeNumber": "sample string 3", "AccountID": "c7315b91-93a2-4a04-b4c4-7d28401fc658", "PersonID": "be80959c-6dbe-4883-877f-9f96ca625f81", "PersonName": "sample string 4", "ReportDate": "2025-07-23 07:43:09", "BranchOfficeID": "0317594d-cda6-4981-a625-41185ce7c43d", "ActivityType": "64a3afbb-d6e6-4ace-b96e-4f9606f91cbd", "ActivityAmount": 5.0, "InCustomerCount": 6.0, "PaymentAmount": 7.0, "EntryDate": "2025-07-23 07:43:09", "Remark": "sample string 8", "StatusKey": "sample string 9", "AuditRemark": "sample string 10", "AuditAccountID": "753341e0-e9a7-4f19-9473-c9eeac5ccf89", "AuditPersonID": "82e496ce-7ef6-44ac-83f6-51aa9ba4df06", "AuditPersonName": "sample string 11", "AuditDateTime": "2025-07-23 07:43:09", "FeeActivityID": "5e553265-fa18-47b4-8e19-3d2179b8d52a", "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>c7315b91-93a2-4a04-b4c4-7d28401fc658</AccountID> <ActivityAmount>5</ActivityAmount> <ActivityType>64a3afbb-d6e6-4ace-b96e-4f9606f91cbd</ActivityType> <AuditAccountID>753341e0-e9a7-4f19-9473-c9eeac5ccf89</AuditAccountID> <AuditDateTime>2025-07-23T07:43:09.6140118+08:00</AuditDateTime> <AuditPersonID>82e496ce-7ef6-44ac-83f6-51aa9ba4df06</AuditPersonID> <AuditPersonName>sample string 11</AuditPersonName> <AuditRemark>sample string 10</AuditRemark> <BelongToSystem>sample string 14</BelongToSystem> <BranchOfficeID>0317594d-cda6-4981-a625-41185ce7c43d</BranchOfficeID> <CustomerID>8ed049cb-6c2a-4f11-846f-a5c70289afbb</CustomerID> <CustomerName>sample string 1</CustomerName> <CustomerNumber>sample string 2</CustomerNumber> <DealerID>54958c1f-6604-45ec-861e-253fa3e505f6</DealerID> <DealerOrgID>0dc29f0e-208d-43b1-a43d-f1ba811326bb</DealerOrgID> <EntryDate>2025-07-23T07:43:09.6140118+08:00</EntryDate> <EntryFeeID>b019fb72-d600-4278-837b-93db3d9914ab</EntryFeeID> <EntryFeeNumber>sample string 3</EntryFeeNumber> <FeeActivityID>5e553265-fa18-47b4-8e19-3d2179b8d52a</FeeActivityID> <FeeActivityName>sample string 13</FeeActivityName> <FeeActivityNumber>sample string 12</FeeActivityNumber> <InCustomerCount>6</InCustomerCount> <PaymentAmount>7</PaymentAmount> <PersonID>be80959c-6dbe-4883-877f-9f96ca625f81</PersonID> <PersonName>sample string 4</PersonName> <Remark>sample string 8</Remark> <ReportDate>2025-07-23T07:43:09.6140118+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>a85467a2-5a16-4452-b8b3-719eadf118e3</EntryFeeID> <InCustomerCount>5</InCustomerCount> <ProductID>7231ee21-e277-42fd-a354-086d022d3203</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>a85467a2-5a16-4452-b8b3-719eadf118e3</EntryFeeID> <InCustomerCount>5</InCustomerCount> <ProductID>7231ee21-e277-42fd-a354-086d022d3203</ProductID> <ProductName>sample string 3</ProductName> <ProductNumber>sample string 1</ProductNumber> <ProvidePrice>8</ProvidePrice> <RetailPrice>9</RetailPrice> </NewProductEntryFeeDetailDto> </TS170> <TS171> <NewProductEntryFeePicDto> <EntryFeeID>4167ef04-ebaf-4eca-9f79-8da9ce2770b5</EntryFeeID> <PhotoDateTime>2025-07-23T07:43:09.6140118+08:00</PhotoDateTime> <PhotocURL>sample string 1</PhotocURL> </NewProductEntryFeePicDto> <NewProductEntryFeePicDto> <EntryFeeID>4167ef04-ebaf-4eca-9f79-8da9ce2770b5</EntryFeeID> <PhotoDateTime>2025-07-23T07:43:09.6140118+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
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>