POST api/CheckAndBill/Update
Request Information
URI Parameters
None.
Body Parameters
CheckAndBillUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
AccountType | AccountType |
None. |
|
CheckAndBillStatus | CheckAndBillStatus |
None. |
|
IsCheck | boolean |
None. |
|
BookNumber | string |
None. |
|
StartNumber | string |
None. |
|
PageNumber | string |
None. |
|
Bank | string |
None. |
|
Branch | string |
None. |
|
AccountNumber | string |
None. |
|
PrincipalDebtor | string |
None. |
|
ActionDate | date |
None. |
|
ExpirationDate | date |
None. |
|
CurrencyAmount | decimal number |
None. |
|
CurrencyRate | decimal number |
None. |
|
Description | string |
None. |
|
SerialNumber | string |
None. |
|
AccountID | globally unique identifier |
None. |
|
CurrencyID | globally unique identifier |
None. |
|
EndorsedAccountID | globally unique identifier |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "accountType": 7, "checkAndBillStatus": 1, "isCheck": true, "bookNumber": "sample string 2", "startNumber": "sample string 3", "pageNumber": "sample string 4", "bank": "sample string 5", "branch": "sample string 6", "accountNumber": "sample string 7", "principalDebtor": "sample string 8", "actionDate": "2025-05-24T16:55:09.4660225+03:00", "expirationDate": "2025-05-24T16:55:09.4660225+03:00", "currencyAmount": 9.0, "currencyRate": 10.1, "description": "sample string 11", "serialNumber": "sample string 12", "accountID": "77e3eae4-7a74-4ee7-8079-19b241209eba", "currencyID": "fdd7a1cd-121f-4170-a08e-8df0ce68c2bf", "endorsedAccountID": "721a96ff-e22a-4125-a46f-d7d9abd00dff", "id": "43d8cd73-63b6-4cf7-b9d6-954e16170068", "companyID": "7822a298-65b3-4fe5-8038-4a3b4b74613d" }
application/xml, text/xml
Sample:
<CheckAndBillUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>7822a298-65b3-4fe5-8038-4a3b4b74613d</CompanyID> <ID>43d8cd73-63b6-4cf7-b9d6-954e16170068</ID> <AccountID>77e3eae4-7a74-4ee7-8079-19b241209eba</AccountID> <AccountNumber>sample string 7</AccountNumber> <AccountType>Expense</AccountType> <ActionDate>2025-05-24T16:55:09.4660225+03:00</ActionDate> <Bank>sample string 5</Bank> <BookNumber>sample string 2</BookNumber> <Branch>sample string 6</Branch> <CheckAndBillStatus>Portfolio</CheckAndBillStatus> <CurrencyAmount>9</CurrencyAmount> <CurrencyID>fdd7a1cd-121f-4170-a08e-8df0ce68c2bf</CurrencyID> <CurrencyRate>10.1</CurrencyRate> <Description>sample string 11</Description> <EndorsedAccountID>721a96ff-e22a-4125-a46f-d7d9abd00dff</EndorsedAccountID> <ExpirationDate>2025-05-24T16:55:09.4660225+03:00</ExpirationDate> <IsCheck>true</IsCheck> <PageNumber>sample string 4</PageNumber> <PrincipalDebtor>sample string 8</PrincipalDebtor> <SerialNumber>sample string 12</SerialNumber> <StartNumber>sample string 3</StartNumber> </CheckAndBillUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"accountType":7,"checkAndBillStatus":1,"isCheck":true,"bookNumber":"sample string 2","startNumber":"sample string 3","pageNumber":"sample string 4","bank":"sample string 5","branch":"sample string 6","accountNumber":"sample string 7","principalDebtor":"sample string 8","actionDate":"2025-05-24T16:55:09.4660225+03:00","expirationDate":"2025-05-24T16:55:09.4660225+03:00","currencyAmount":9.0,"currencyRate":10.1,"description":"sample string 11","serialNumber":"sample string 12","accountID":"77e3eae4-7a74-4ee7-8079-19b241209eba","currencyID":"fdd7a1cd-121f-4170-a08e-8df0ce68c2bf","endorsedAccountID":"721a96ff-e22a-4125-a46f-d7d9abd00dff","id":"43d8cd73-63b6-4cf7-b9d6-954e16170068","companyID":"7822a298-65b3-4fe5-8038-4a3b4b74613d"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.