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": "919ba394-76fb-4c4d-9b4c-c106e4f85f45", "ProductID": "f28bc7fd-a86b-4a31-a88f-145ae685010e", "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": "919ba394-76fb-4c4d-9b4c-c106e4f85f45", "ProductID": "f28bc7fd-a86b-4a31-a88f-145ae685010e", "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": "4ef5fd47-f35b-4976-a210-f5b1bdf9f6bc", "PhotocURL": "sample string 1", "PhotoDateTime": "2025-06-23 22:39:25" }, { "EntryFeeID": "4ef5fd47-f35b-4976-a210-f5b1bdf9f6bc", "PhotocURL": "sample string 1", "PhotoDateTime": "2025-06-23 22:39:25" } ], "EntryFeeID": "963f163e-594a-45ef-ad4f-e81ee02cbafc", "DealerID": "0d1bc7a6-caa4-4727-bcf5-050b2d4e95b1", "DealerOrgID": "b5919bb2-fa68-471d-a146-cd371d096797", "CustomerID": "1e992abd-ec2e-4514-b591-3e3ac7aa9a0d", "CustomerName": "sample string 1", "CustomerNumber": "sample string 2", "EntryFeeNumber": "sample string 3", "AccountID": "6fbd4c81-c6a7-4a5b-ba5a-c2efa1ae7352", "PersonID": "4e6864e7-6e31-48f0-bbd5-247c533828d9", "PersonName": "sample string 4", "ReportDate": "2025-06-23 22:39:25", "BranchOfficeID": "047f62f1-234f-4c06-8638-f55af4ffac6f", "ActivityType": "1333c372-942f-4bb1-b269-ed241b194620", "ActivityAmount": 5.0, "InCustomerCount": 6.0, "PaymentAmount": 7.0, "EntryDate": "2025-06-23 22:39:25", "Remark": "sample string 8", "StatusKey": "sample string 9", "AuditRemark": "sample string 10", "AuditAccountID": "a5372461-af9b-4beb-b1ac-c6af91a8e65a", "AuditPersonID": "1cf1e023-a018-48bb-9b74-d82c60ef33f9", "AuditPersonName": "sample string 11", "AuditDateTime": "2025-06-23 22:39:25", "FeeActivityID": "2d950a9b-da47-4f7c-9f5c-ead78fc36652", "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>6fbd4c81-c6a7-4a5b-ba5a-c2efa1ae7352</AccountID> <ActivityAmount>5</ActivityAmount> <ActivityType>1333c372-942f-4bb1-b269-ed241b194620</ActivityType> <AuditAccountID>a5372461-af9b-4beb-b1ac-c6af91a8e65a</AuditAccountID> <AuditDateTime>2025-06-23T22:39:25.3902707+08:00</AuditDateTime> <AuditPersonID>1cf1e023-a018-48bb-9b74-d82c60ef33f9</AuditPersonID> <AuditPersonName>sample string 11</AuditPersonName> <AuditRemark>sample string 10</AuditRemark> <BelongToSystem>sample string 14</BelongToSystem> <BranchOfficeID>047f62f1-234f-4c06-8638-f55af4ffac6f</BranchOfficeID> <CustomerID>1e992abd-ec2e-4514-b591-3e3ac7aa9a0d</CustomerID> <CustomerName>sample string 1</CustomerName> <CustomerNumber>sample string 2</CustomerNumber> <DealerID>0d1bc7a6-caa4-4727-bcf5-050b2d4e95b1</DealerID> <DealerOrgID>b5919bb2-fa68-471d-a146-cd371d096797</DealerOrgID> <EntryDate>2025-06-23T22:39:25.3902707+08:00</EntryDate> <EntryFeeID>963f163e-594a-45ef-ad4f-e81ee02cbafc</EntryFeeID> <EntryFeeNumber>sample string 3</EntryFeeNumber> <FeeActivityID>2d950a9b-da47-4f7c-9f5c-ead78fc36652</FeeActivityID> <FeeActivityName>sample string 13</FeeActivityName> <FeeActivityNumber>sample string 12</FeeActivityNumber> <InCustomerCount>6</InCustomerCount> <PaymentAmount>7</PaymentAmount> <PersonID>4e6864e7-6e31-48f0-bbd5-247c533828d9</PersonID> <PersonName>sample string 4</PersonName> <Remark>sample string 8</Remark> <ReportDate>2025-06-23T22:39:25.3902707+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>919ba394-76fb-4c4d-9b4c-c106e4f85f45</EntryFeeID> <InCustomerCount>5</InCustomerCount> <ProductID>f28bc7fd-a86b-4a31-a88f-145ae685010e</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>919ba394-76fb-4c4d-9b4c-c106e4f85f45</EntryFeeID> <InCustomerCount>5</InCustomerCount> <ProductID>f28bc7fd-a86b-4a31-a88f-145ae685010e</ProductID> <ProductName>sample string 3</ProductName> <ProductNumber>sample string 1</ProductNumber> <ProvidePrice>8</ProvidePrice> <RetailPrice>9</RetailPrice> </NewProductEntryFeeDetailDto> </TS170> <TS171> <NewProductEntryFeePicDto> <EntryFeeID>4ef5fd47-f35b-4976-a210-f5b1bdf9f6bc</EntryFeeID> <PhotoDateTime>2025-06-23T22:39:25.3902707+08:00</PhotoDateTime> <PhotocURL>sample string 1</PhotocURL> </NewProductEntryFeePicDto> <NewProductEntryFeePicDto> <EntryFeeID>4ef5fd47-f35b-4976-a210-f5b1bdf9f6bc</EntryFeeID> <PhotoDateTime>2025-06-23T22:39:25.3902707+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>