POST api/POS/AddCheckData/{Id}?EmployeeId={EmployeeId}&CheckType={CheckType}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Checks | No documentation available. |
Define this parameter in the request body. |
Id | No documentation available. |
Define this parameter in the request URI. |
EmployeeId | No documentation available. |
Define this parameter in the request URI. |
CheckType | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "SupCustId": 2, "PhysicalLocationId": 1, "BeneficiaryName": "sample string 3", "JournalDate": "2025-05-09T16:52:20.4670894+03:00", "CreateDate": "2025-05-09T16:52:20.4670894+03:00", "CkeckDate": "2025-05-09T00:00:00+03:00", "ApproveDate": "2025-05-09T16:52:20.4670894+03:00", "CheckNo": "sample string 8", "value": 9.0, "SourceType": 1, "CheckType": 10, "Status": 11, "CurrencyRate": 12.0, "BankNotesTypeId": 1, "ProjectId": 1, "ProjectName": "sample string 13", "StatusName": "sample string 14", "UnderCollectionBank": "sample string 15", "UnderCollectionBankId": 1, "JournalId": 1, "PreCodeId": 1, "LocationId": 1, "PaidJournalId": 1, "UnderCollectionJournalId": 1, "RejectedJournalId": 1, "IsDelivered": true, "CollectionJournalId": 1, "BankName": "sample string 17", "IsArchived": true, "Customer": "sample string 18", "PreCode": "sample string 19", "ReceivedBankId": 20, "ReceivedBankType": 21, "ReceivedBankTypeName": "sample string 22", "CurrencyId": 23, "CurrenyName": "sample string 24", "CheckTypeName": "sample string 25", "SupCustName": "sample string 26", "Unit": "sample string 27", "ReceivedBankName": "sample string 28", "Location": "sample string 29", "PhysicalLocation": "sample string 30", "PortfolioType": "sample string 31", "InvoiceSerial": "sample string 32", "PermissionCode": "sample string 33", "PermissionSerial": "sample string 34", "ValueInLC": 35.0, "Collected": 36.0, "Remaining": 37.0, "Notes": "sample string 38", "ProjectCode": "sample string 39", "Address": "sample string 40", "Phone": "sample string 41", "Fracture": "sample string 42", "ArchiveStatus": "sample string 43", "ClassificationName": "sample string 44", "CreatedEmpId": 1, "CreatedDate": "2025-05-09T16:52:20.4670894+03:00", "UpdatedEmpId": 1, "UpdatedDate": "2025-05-09T16:52:20.4670894+03:00", "DeletedEmpId": 1, "DeletedDate": "2025-05-09T16:52:20.4670894+03:00", "IsDeleted": true }
application/xml, text/xml
Sample:
<Acc_Checks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>1</Id> <CreatedDate>2025-05-09T16:52:20.4670894+03:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-05-09T16:52:20.4670894+03:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-05-09T16:52:20.4670894+03:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <Address>sample string 40</Address> <ApproveDate>2025-05-09T16:52:20.4670894+03:00</ApproveDate> <ArchiveStatus>sample string 43</ArchiveStatus> <BankName>sample string 17</BankName> <BankNotesTypeId>1</BankNotesTypeId> <BeneficiaryName>sample string 3</BeneficiaryName> <CheckNo>sample string 8</CheckNo> <CheckType>10</CheckType> <CheckTypeName>sample string 25</CheckTypeName> <CkeckDate>2025-05-09T00:00:00+03:00</CkeckDate> <ClassificationName>sample string 44</ClassificationName> <Collected>36</Collected> <CollectionJournalId>1</CollectionJournalId> <CreateDate>2025-05-09T16:52:20.4670894+03:00</CreateDate> <CurrencyId>23</CurrencyId> <CurrencyRate>12</CurrencyRate> <CurrenyName>sample string 24</CurrenyName> <Customer>sample string 18</Customer> <Fracture>sample string 42</Fracture> <InvoiceSerial>sample string 32</InvoiceSerial> <IsArchived>true</IsArchived> <IsDelivered>true</IsDelivered> <JournalDate>2025-05-09T16:52:20.4670894+03:00</JournalDate> <JournalId>1</JournalId> <Location>sample string 29</Location> <LocationId>1</LocationId> <Notes>sample string 38</Notes> <PaidJournalId>1</PaidJournalId> <PermissionCode>sample string 33</PermissionCode> <PermissionSerial>sample string 34</PermissionSerial> <Phone>sample string 41</Phone> <PhysicalLocation>sample string 30</PhysicalLocation> <PhysicalLocationId>1</PhysicalLocationId> <PortfolioType>sample string 31</PortfolioType> <PreCode>sample string 19</PreCode> <PreCodeId>1</PreCodeId> <ProjectCode>sample string 39</ProjectCode> <ProjectId>1</ProjectId> <ProjectName>sample string 13</ProjectName> <ReceivedBankId>20</ReceivedBankId> <ReceivedBankName>sample string 28</ReceivedBankName> <ReceivedBankType>21</ReceivedBankType> <ReceivedBankTypeName>sample string 22</ReceivedBankTypeName> <RejectedJournalId>1</RejectedJournalId> <Remaining>37</Remaining> <SourceType>1</SourceType> <Status>11</Status> <StatusName>sample string 14</StatusName> <SupCustId>2</SupCustId> <SupCustName>sample string 26</SupCustName> <UnderCollectionBank>sample string 15</UnderCollectionBank> <UnderCollectionBankId>1</UnderCollectionBankId> <UnderCollectionJournalId>1</UnderCollectionJournalId> <Unit>sample string 27</Unit> <ValueInLC>35</ValueInLC> <value>9</value> </Acc_Checks>
application/x-www-form-urlencoded
Sample: