POST api/FeeMaterial/ConfirmReceiveHaiHui?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

ms386 直接更新

Collection of MS386_FeeMaterialHandedOutInfo
NameDescriptionTypeAdditional information
TID

globally unique identifier

None.

DomainID

globally unique identifier

None.

LastUpdatePersonID

string

None.

LastUpdateAccountID

string

None.

LastUpdateDateTime

date

None.

CreatePersonID

string

None.

CreateAccountID

string

None.

CreateDateTime

date

None.

IsDelete

boolean

None.

DealerID

globally unique identifier

None.

MaterialApplyID

globally unique identifier

None.

ApplyAmount

decimal number

None.

AuditAmount

decimal number

None.

HandedOutAmount

decimal number

None.

OptDateTime

date

None.

OptAccountID

globally unique identifier

None.

OptPersonID

globally unique identifier

None.

OptPersonName

string

None.

Remark

string

None.

ReceiveStatus

string

None.

ReceiveDateTime

date

None.

ReceiveAccountID

globally unique identifier

None.

ReceivePersonID

globally unique identifier

None.

ReceivePersonName

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "TID": "51c2d2ec-d9cf-43ce-b54a-68bd9f00c021",
    "DomainID": "e487ccb9-1cc2-4217-931b-769ee3a82662",
    "LastUpdatePersonID": "sample string 1",
    "LastUpdateAccountID": "sample string 2",
    "LastUpdateDateTime": "2025-06-23 22:36:36",
    "CreatePersonID": "sample string 3",
    "CreateAccountID": "sample string 4",
    "CreateDateTime": "2025-06-23 22:36:36",
    "IsDelete": true,
    "DealerID": "bafa1728-3452-4aa4-895e-3720a4614194",
    "MaterialApplyID": "83a19b4b-208f-423e-9beb-bc02ad4d0897",
    "ApplyAmount": 1.0,
    "AuditAmount": 1.0,
    "HandedOutAmount": 1.0,
    "OptDateTime": "2025-06-23 22:36:36",
    "OptAccountID": "08d7e85a-1067-42ef-be77-a1d423f8734d",
    "OptPersonID": "5a833452-e347-40e5-adb3-b05ede01e7b7",
    "OptPersonName": "sample string 5",
    "Remark": "sample string 6",
    "ReceiveStatus": "sample string 7",
    "ReceiveDateTime": "2025-06-23 22:36:36",
    "ReceiveAccountID": "15690d01-6be2-4eea-8f14-9d90b40ed56b",
    "ReceivePersonID": "46be292c-37d6-480e-9c37-52e41f6dce55",
    "ReceivePersonName": "sample string 8"
  },
  {
    "TID": "51c2d2ec-d9cf-43ce-b54a-68bd9f00c021",
    "DomainID": "e487ccb9-1cc2-4217-931b-769ee3a82662",
    "LastUpdatePersonID": "sample string 1",
    "LastUpdateAccountID": "sample string 2",
    "LastUpdateDateTime": "2025-06-23 22:36:36",
    "CreatePersonID": "sample string 3",
    "CreateAccountID": "sample string 4",
    "CreateDateTime": "2025-06-23 22:36:36",
    "IsDelete": true,
    "DealerID": "bafa1728-3452-4aa4-895e-3720a4614194",
    "MaterialApplyID": "83a19b4b-208f-423e-9beb-bc02ad4d0897",
    "ApplyAmount": 1.0,
    "AuditAmount": 1.0,
    "HandedOutAmount": 1.0,
    "OptDateTime": "2025-06-23 22:36:36",
    "OptAccountID": "08d7e85a-1067-42ef-be77-a1d423f8734d",
    "OptPersonID": "5a833452-e347-40e5-adb3-b05ede01e7b7",
    "OptPersonName": "sample string 5",
    "Remark": "sample string 6",
    "ReceiveStatus": "sample string 7",
    "ReceiveDateTime": "2025-06-23 22:36:36",
    "ReceiveAccountID": "15690d01-6be2-4eea-8f14-9d90b40ed56b",
    "ReceivePersonID": "46be292c-37d6-480e-9c37-52e41f6dce55",
    "ReceivePersonName": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMS386_FeeMaterialHandedOutInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity">
  <MS386_FeeMaterialHandedOutInfo>
    <ApplyAmount>1</ApplyAmount>
    <AuditAmount>1</AuditAmount>
    <CreateAccountID>sample string 4</CreateAccountID>
    <CreateDateTime>2025-06-23T22:36:36.810289+08:00</CreateDateTime>
    <CreatePersonID>sample string 3</CreatePersonID>
    <DealerID>bafa1728-3452-4aa4-895e-3720a4614194</DealerID>
    <DomainID>e487ccb9-1cc2-4217-931b-769ee3a82662</DomainID>
    <HandedOutAmount>1</HandedOutAmount>
    <IsDelete>true</IsDelete>
    <LastUpdateAccountID>sample string 2</LastUpdateAccountID>
    <LastUpdateDateTime>2025-06-23T22:36:36.810289+08:00</LastUpdateDateTime>
    <LastUpdatePersonID>sample string 1</LastUpdatePersonID>
    <MaterialApplyID>83a19b4b-208f-423e-9beb-bc02ad4d0897</MaterialApplyID>
    <OptAccountID>08d7e85a-1067-42ef-be77-a1d423f8734d</OptAccountID>
    <OptDateTime>2025-06-23T22:36:36.810289+08:00</OptDateTime>
    <OptPersonID>5a833452-e347-40e5-adb3-b05ede01e7b7</OptPersonID>
    <OptPersonName>sample string 5</OptPersonName>
    <ReceiveAccountID>15690d01-6be2-4eea-8f14-9d90b40ed56b</ReceiveAccountID>
    <ReceiveDateTime>2025-06-23T22:36:36.810289+08:00</ReceiveDateTime>
    <ReceivePersonID>46be292c-37d6-480e-9c37-52e41f6dce55</ReceivePersonID>
    <ReceivePersonName>sample string 8</ReceivePersonName>
    <ReceiveStatus>sample string 7</ReceiveStatus>
    <Remark>sample string 6</Remark>
    <TID>51c2d2ec-d9cf-43ce-b54a-68bd9f00c021</TID>
  </MS386_FeeMaterialHandedOutInfo>
  <MS386_FeeMaterialHandedOutInfo>
    <ApplyAmount>1</ApplyAmount>
    <AuditAmount>1</AuditAmount>
    <CreateAccountID>sample string 4</CreateAccountID>
    <CreateDateTime>2025-06-23T22:36:36.810289+08:00</CreateDateTime>
    <CreatePersonID>sample string 3</CreatePersonID>
    <DealerID>bafa1728-3452-4aa4-895e-3720a4614194</DealerID>
    <DomainID>e487ccb9-1cc2-4217-931b-769ee3a82662</DomainID>
    <HandedOutAmount>1</HandedOutAmount>
    <IsDelete>true</IsDelete>
    <LastUpdateAccountID>sample string 2</LastUpdateAccountID>
    <LastUpdateDateTime>2025-06-23T22:36:36.810289+08:00</LastUpdateDateTime>
    <LastUpdatePersonID>sample string 1</LastUpdatePersonID>
    <MaterialApplyID>83a19b4b-208f-423e-9beb-bc02ad4d0897</MaterialApplyID>
    <OptAccountID>08d7e85a-1067-42ef-be77-a1d423f8734d</OptAccountID>
    <OptDateTime>2025-06-23T22:36:36.810289+08:00</OptDateTime>
    <OptPersonID>5a833452-e347-40e5-adb3-b05ede01e7b7</OptPersonID>
    <OptPersonName>sample string 5</OptPersonName>
    <ReceiveAccountID>15690d01-6be2-4eea-8f14-9d90b40ed56b</ReceiveAccountID>
    <ReceiveDateTime>2025-06-23T22:36:36.810289+08:00</ReceiveDateTime>
    <ReceivePersonID>46be292c-37d6-480e-9c37-52e41f6dce55</ReceivePersonID>
    <ReceivePersonName>sample string 8</ReceivePersonName>
    <ReceiveStatus>sample string 7</ReceiveStatus>
    <Remark>sample string 6</Remark>
    <TID>51c2d2ec-d9cf-43ce-b54a-68bd9f00c021</TID>
  </MS386_FeeMaterialHandedOutInfo>
</ArrayOfMS386_FeeMaterialHandedOutInfo>

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>