### GET /api/public/v1/Creditor/{creditorId} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get creditor ```markdown ### Parameters - **creditorId** (string, path, required): Creditor Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Creditor/{creditorId}" ``` ``` -------------------------------- ### GET /api/public/v1/PurchaseReturn/reports Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/PurchaseReturn/reports ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/PurchaseReturn/reports" ``` ``` -------------------------------- ### GET /api/public/v1/PurchaseReturn/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/PurchaseReturn/{id} ```markdown ### Parameters - **id** (string, path, required): PurchaseReturn Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/PurchaseReturn/{id}" ``` ``` -------------------------------- ### GET /api/public/v1/Debtor/{debtorId} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get debtor ```markdown ### Parameters - **debtorId** (string, path, required): Debtor Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Debtor/{debtorId}" ``` ``` -------------------------------- ### POST /api/public/v1/Race/GetList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get list of Race. ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/Race/GetList" ``` ``` -------------------------------- ### POST /api/public/v1/StockItem/GetList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get list of Stock Item. ```markdown ### Parameters - **keyword** (string, query, optional) - **ModifiedFromDate** (string, query, optional): Modified Date From in YYYYMMDD format - **ModifiedToDate** (string, query, optional): Modified Date To in YYYYMMDD format ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/StockItem/GetList?keyword=value&ModifiedFromDate=value&ModifiedToDate=value" ``` ``` -------------------------------- ### GET /api/public/v1/Payment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Payment ```markdown ### Parameters - **invoiceId** (string, query, optional) - **fromDate** (string, query, optional) - **toDate** (string, query, optional) - **debtor** (string, query, optional) - **description** (string, query, optional) - **OnlyUnappliedAmount** (string, query, optional) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Payment?invoiceId=value&fromDate=value&toDate=value&debtor=value&description=value&OnlyUnappliedAmount=value" ``` ``` -------------------------------- ### GET /api/public/v1/CreditNote/printlisting Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/CreditNote/printlisting ```markdown ### Parameters - **fromDate** (string, query, optional): CreditNote transaction from date Param - **toDate** (string, query, optional): CreditNote transaction to date Param - **keyword** (string, query, optional): CreditNote transaction keyword search filter Param - **reportName** (string, query, optional): CreditNote report name Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/CreditNote/printlisting?fromDate=value&toDate=value&keyword=value&reportName=value" ``` ``` -------------------------------- ### GET /api/public/v1/Lookup/PaymentMethodLookup Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Lookup/PaymentMethodLookup ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Lookup/PaymentMethodLookup" ``` ``` -------------------------------- ### GET /api/public/v1/ReceiptVoucher/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get receipt voucher ```markdown ### Parameters - **id** (string, path, required): Receipt Voucher ID ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/ReceiptVoucher/{id}" ``` ``` -------------------------------- ### GET /api/public/v1/APPayment/{paymentId} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get APPayment ```markdown ### Parameters - **paymentId** (string, path, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/APPayment/{paymentId}" ``` ``` -------------------------------- ### GET /api/public/v1/CreditNote/listingreports Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/CreditNote/listingreports ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/CreditNote/listingreports" ``` ``` -------------------------------- ### POST /api/public/v1/Member/GetList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get list of Member. ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/Member/GetList" ``` ``` -------------------------------- ### GET /api/public/v1/DeliveryOrder/printlisting Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/DeliveryOrder/printlisting ```markdown ### Parameters - **fromDate** (string, query, optional): DeliveryOrder transaction from date Param - **toDate** (string, query, optional): DeliveryOrder transaction to date Param - **keyword** (string, query, optional): DeliveryOrder transaction keyword search filter Param - **reportName** (string, query, optional): DeliveryOrder report name Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/DeliveryOrder/printlisting?fromDate=value&toDate=value&keyword=value&reportName=value" ``` ``` -------------------------------- ### GET /api/public/v1/ReceiptVoucher Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/ReceiptVoucher ```markdown ### Parameters - **fromDate** (string, query, optional): Not early than this date - **toDate** (string, query, optional): Not later than this date - **documentNumber2** (string, query, optional): DocNo2 ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/ReceiptVoucher?fromDate=value&toDate=value&documentNumber2=value" ``` ``` -------------------------------- ### GET /api/public/v1/APPayment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/APPayment ```markdown ### Parameters - **invoiceId** (string, query, optional): InvoiceId - **fromDate** (string, query, optional): Not early than this date - **toDate** (string, query, optional): Not later than this date - **creditor** (string, query, optional): Creditor - **documentNumber2** (string, query, optional): DocNo2 ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/APPayment?invoiceId=value&fromDate=value&toDate=value&creditor=value&documentNumber2=value" ``` ``` -------------------------------- ### GET /api/public/v1/DeliveryOrder/listingreports Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/DeliveryOrder/listingreports ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/DeliveryOrder/listingreports" ``` ``` -------------------------------- ### GET /api/public/v1/DebitNote/listingreports Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/DebitNote/listingreports ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/DebitNote/listingreports" ``` ``` -------------------------------- ### GET /api/public/v1/StockItem Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 GetStock Item. ```markdown ### Parameters - **itemCode** (string, query, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/StockItem?itemCode=value" ``` ``` -------------------------------- ### GET /api/public/v1/CashSale/listingreports Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/CashSale/listingreports ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/CashSale/listingreports" ``` ``` -------------------------------- ### GET /api/public/v1/StockItem/{stockItemId} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 GetStock Item. ```markdown ### Parameters - **stockItemId** (string, path, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/StockItem/{stockItemId}" ``` ``` -------------------------------- ### GET /api/public/v1/DebitNote/printlisting Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/DebitNote/printlisting ```markdown ### Parameters - **fromDate** (string, query, optional): DebitNote transaction from date Param - **toDate** (string, query, optional): DebitNote transaction to date Param - **keyword** (string, query, optional): DebitNote transaction keyword search filter Param - **reportName** (string, query, optional): DebitNote report name Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/DebitNote/printlisting?fromDate=value&toDate=value&keyword=value&reportName=value" ``` ``` -------------------------------- ### GET /api/public/v1/Race/{race} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Race/{race} ```markdown ### Parameters - **race** (string, path, required): race ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Race/{race}" ``` ``` -------------------------------- ### GET /api/public/v1/CashSale/printlisting Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/CashSale/printlisting ```markdown ### Parameters - **fromDate** (string, query, optional): Cash Sale transaction from date Param - **toDate** (string, query, optional): Cash Sale transaction to date Param - **keyword** (string, query, optional): Cash Sale transaction keyword search filter Param - **reportName** (string, query, optional): Cash Sale report name Param - **debtor** (string, query, optional): Cash Sale transaction debtor search filter Param - **location** (string, query, optional): Cash Sale transaction location search filter Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/CashSale/printlisting?fromDate=value&toDate=value&keyword=value&reportName=value&debtor=value&location=value" ``` ``` -------------------------------- ### GET /api/public/v1/Creditor Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get list of creditors in this company. ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Creditor" ``` ``` -------------------------------- ### GET /api/public/v1/Lookup/GeneralAccountLookup Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Lookup/GeneralAccountLookup ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Lookup/GeneralAccountLookup" ``` ``` -------------------------------- ### GET /api/public/v1/Lookup/DebtorLookup Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Lookup/DebtorLookup ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Lookup/DebtorLookup" ``` ``` -------------------------------- ### GET /api/public/v1/Payment/outstandingInvoice Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Payment/outstandingInvoice ```markdown ### Parameters - **debtorCode** (string, query, required) - **paymentId** (string, query, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Payment/outstandingInvoice?debtorCode=value&paymentId=value" ``` ``` -------------------------------- ### GET /api/public/v1/JournalEntry Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/JournalEntry ```markdown ### Parameters - **fromDate** (string, query, optional): Not early than this date. It will be defaulted to Today Date if no date is passed in. - **toDate** (string, query, optional): Not later than this date. It will be defaulted to Today Date if no date is passed in. - **documentNumber2** (string, query, optional): DocNo2 ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/JournalEntry?fromDate=value&toDate=value&documentNumber2=value" ``` ``` -------------------------------- ### POST /api/public/v1/PointOfSales/GetList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get list of POS Transactions. ```markdown ### Parameters - **param** (GetPosTransactionListParam, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/PointOfSales/GetList" ``` ``` -------------------------------- ### GET /api/public/v1/Lookup/CashBookAccountLookup Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Lookup/CashBookAccountLookup ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Lookup/CashBookAccountLookup" ``` ``` -------------------------------- ### GET /api/public/v1/CashBook Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/CashBook ```markdown ### Parameters - **fromDate** (string, query, optional): Not early than this date - **toDate** (string, query, optional): Not later than this date - **documentNumber2** (string, query, optional): DocNo2 ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/CashBook?fromDate=value&toDate=value&documentNumber2=value" ``` ``` -------------------------------- ### POST /api/public/v1/MemberType/GetList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get list of Member. ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/MemberType/GetList" ``` ``` -------------------------------- ### GET /api/public/v1/Lookup/CreditorLookup Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Lookup/CreditorLookup ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Lookup/CreditorLookup" ``` ``` -------------------------------- ### GET /api/public/v1/DeliveryOrder/reports Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/DeliveryOrder/reports ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/DeliveryOrder/reports" ``` ``` -------------------------------- ### GET /api/public/v1/Debtor Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Get list of debtors in this company. ```markdown ### Parameters - **ModifiedFromDate** (string, query, optional): Modified Date From in YYYYMMDD format - **ModifiedToDate** (string, query, optional): Modified Date To in YYYYMMDD format ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Debtor?ModifiedFromDate=value&ModifiedToDate=value" ``` ``` -------------------------------- ### GET /api/public/v1/DebitNote/reports Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/DebitNote/reports ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/DebitNote/reports" ``` ``` -------------------------------- ### GET /api/public/v1/APCreditNote/GetAPCreditNote/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/APCreditNote/GetAPCreditNote/{id} ```markdown ### Parameters - **id** (string, path, required): AP CreditNote Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/APCreditNote/GetAPCreditNote/{id}" ``` ``` -------------------------------- ### GET /api/public/v1/CreditNote/reports Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/CreditNote/reports ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/CreditNote/reports" ``` ``` -------------------------------- ### GET /api/public/v1/CreditNote/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/CreditNote/{id} ```markdown ### Parameters - **id** (string, path, required): CreditNote Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/CreditNote/{id}" ``` ``` -------------------------------- ### GET /api/public/v1/ARCreditNote/GetARCreditNote/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/ARCreditNote/GetARCreditNote/{id} ```markdown ### Parameters - **id** (string, path, required): AR CreditNote Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/ARCreditNote/GetARCreditNote/{id}" ``` ``` -------------------------------- ### GET /api/public/v1/APPayment/outstandingInvoice Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/APPayment/outstandingInvoice ```markdown ### Parameters - **creditorCode** (string, query, required): Creditor Code - **paymentId** (string, query, required): Not required if getting all outstanding invoice of the Creditor. ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/APPayment/outstandingInvoice?creditorCode=value&paymentId=value" ``` ``` -------------------------------- ### GET /api/public/v1/CashSale/{cashSaleId} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/CashSale/{cashSaleId} ```markdown ### Parameters - **cashSaleId** (string, path, required): Cash Sales Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/CashSale/{cashSaleId}" ``` ``` -------------------------------- ### GET /api/public/v1/PurchaseInvoice/{invoiceId} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/PurchaseInvoice/{invoiceId} ```markdown ### Parameters - **invoiceId** (string, path, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/PurchaseInvoice/{invoiceId}" ``` ``` -------------------------------- ### GET /api/public/v1/CashSale/reports Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/CashSale/reports ```markdown ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/CashSale/reports" ``` ``` -------------------------------- ### GET /api/public/v1/Payment/{paymentId} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Payment/{paymentId} ```markdown ### Parameters - **paymentId** (string, path, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Payment/{paymentId}" ``` ``` -------------------------------- ### GET /api/public/v1/SalesInvoice/{invoiceId} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/SalesInvoice/{invoiceId} ```markdown ### Parameters - **invoiceId** (string, path, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/SalesInvoice/{invoiceId}" ``` ``` -------------------------------- ### POST /api/public/v1/APPayment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Create APPayment ```markdown ### Parameters - **APPayment** (APPaymentCreateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/APPayment" ``` ``` -------------------------------- ### GET /api/public/v1/APInvoice/GetAPInvoice/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/APInvoice/GetAPInvoice/{id} ```markdown ### Parameters - **id** (string, path, required): APInvoice Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/APInvoice/GetAPInvoice/{id}" ``` ``` -------------------------------- ### GET /api/public/v1/ARDeposit/GetARDeposit/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/ARDeposit/GetARDeposit/{id} ```markdown ### Parameters - **id** (string, path, required): ARDeposit id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/ARDeposit/GetARDeposit/{id}" ``` ``` -------------------------------- ### GET /api/public/v1/Member/{memberNo} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Member/{memberNo} ```markdown ### Parameters - **memberNo** (string, path, required): Member No ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Member/{memberNo}" ``` ``` -------------------------------- ### POST /api/public/v1/Creditor Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Create creditor ```markdown ### Parameters - **creditor** (CreditorCreateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/Creditor" ``` ``` -------------------------------- ### GET /api/public/v1/DeliveryOrder/{orderId} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/DeliveryOrder/{orderId} ```markdown ### Parameters - **orderId** (string, path, required): DeliveryOrder Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/DeliveryOrder/{orderId}" ``` ``` -------------------------------- ### GET /api/public/v1/MemberType/{memberType} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/MemberType/{memberType} ```markdown ### Parameters - **memberType** (string, path, required): Member Type ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/MemberType/{memberType}" ``` ``` -------------------------------- ### GET /api/public/v1/DebitNote/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/DebitNote/{id} ```markdown ### Parameters - **id** (string, path, required): DebitNote Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/DebitNote/{id}" ``` ``` -------------------------------- ### GET /api/public/v1/ARInvoice/GetARInvoice/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/ARInvoice/GetARInvoice/{id} ```markdown ### Parameters - **id** (string, path, required): ARInvoice Id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/ARInvoice/GetARInvoice/{id}" ``` ``` -------------------------------- ### POST /api/public/v1/Debtor Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Create debtor ```markdown ### Parameters - **debtor** (DebtorCreateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/Debtor" ``` ``` -------------------------------- ### PUT /api/public/v1/APPayment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Updated APPayment ```markdown ### Parameters - **APPayment** (APPaymentUpdateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X PUT "https://api.example.com/api/public/v1/APPayment" ``` ``` -------------------------------- ### GET /api/public/v1/ARDebitNote/GetARDebitNote/{id} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/ARDebitNote/GetARDebitNote/{id} ```markdown ### Parameters - **id** (string, path, required): Document id ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/ARDebitNote/GetARDebitNote/{id}" ``` ``` -------------------------------- ### POST /api/public/v1/PurchaseReturn/{id}/print/{reportName} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/PurchaseReturn/{id}/print/{reportName} ```markdown ### Parameters - **id** (string, path, required): PurchaseReturn Id Param - **reportName** (string, path, required): PurchaseReturn report name Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/PurchaseReturn/{id}/print/{reportName}" ``` ``` -------------------------------- ### POST /api/public/v1/ReceiptVoucher Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Create receipt voucher ```markdown ### Parameters - **receiptVoucher** (ReceiptVoucherCreateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/ReceiptVoucher" ``` ``` -------------------------------- ### POST /api/public/v1/ARCreditNote/CreateARCreditNote Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/ARCreditNote/CreateARCreditNote ```markdown ### Parameters - **param** (CreateARCreditNoteParam, body, required): ARCreditNote ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/ARCreditNote/CreateARCreditNote" ``` ``` -------------------------------- ### GET /api/public/v1/Result/{requestName}/{requestId}/result Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for GET /api/public/v1/Result/{requestName}/{requestId}/result ```markdown ### Parameters - **requestName** (string, path, required) - **requestId** (string, path, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X GET "https://api.example.com/api/public/v1/Result/{requestName}/{requestId}/result" ``` ``` -------------------------------- ### POST /api/public/v1/ARCreditNote/GetARCreditNoteList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/ARCreditNote/GetARCreditNoteList ```markdown ### Parameters - **param** (GetARCreditNoteListParam, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/ARCreditNote/GetARCreditNoteList" ``` ``` -------------------------------- ### POST /api/public/v1/GetPurchaseReturnList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/GetPurchaseReturnList ```markdown ### Parameters - **param** (GetPurchaseReturnListParam, body, required): Get PurchaseReturn List Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/GetPurchaseReturnList" ``` ``` -------------------------------- ### POST /api/public/v1/StockItem/CreateStockItem Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/StockItem/CreateStockItem ```markdown ### Parameters - **param** (CreateStockItemParam, body, required): StockItem ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/StockItem/CreateStockItem" ``` ``` -------------------------------- ### POST /api/public/v1/APCreditNote/CreateAPCreditNote Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/APCreditNote/CreateAPCreditNote ```markdown ### Parameters - **param** (CreateAPCreditNoteParam, body, required): APCreditNote ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/APCreditNote/CreateAPCreditNote" ``` ``` -------------------------------- ### POST /api/public/v1/APCreditNote/GetAPCreditNoteList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/APCreditNote/GetAPCreditNoteList ```markdown ### Parameters - **param** (GetAPCreditNoteListParam, body, required): APCreditNoteList Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/APCreditNote/GetAPCreditNoteList" ``` ``` -------------------------------- ### POST /api/public/v1/PurchaseReturn Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/PurchaseReturn ```markdown ### Parameters - **param** (CreatePurchaseReturnParam, body, required): PurchaseReturn to be created ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/PurchaseReturn" ``` ``` -------------------------------- ### POST /api/public/v1/GetCreditNoteList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/GetCreditNoteList ```markdown ### Parameters - **param** (GetCreditNoteListParam, body, required): Get CreditNote List Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/GetCreditNoteList" ``` ``` -------------------------------- ### PUT /api/public/v1/PurchaseReturn Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for PUT /api/public/v1/PurchaseReturn ```markdown ### Parameters - **param** (UpdatePurchaseReturnParam, body, required): PurchaseReturn to be updated ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X PUT "https://api.example.com/api/public/v1/PurchaseReturn" ``` ``` -------------------------------- ### POST /api/public/v1/Member/CreateBatchMember Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/Member/CreateBatchMember ```markdown ### Parameters - **param** (array (CreateBatchMemberParam), body, required): BatchMember ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/Member/CreateBatchMember" ``` ``` -------------------------------- ### POST /api/public/v1/JournalEntry/CreateJournalEntry Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/JournalEntry/CreateJournalEntry ```markdown ### Parameters - **param** (CreateJournalEntryParam, body, required): JournalEntry ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/JournalEntry/CreateJournalEntry" ``` ``` -------------------------------- ### POST /api/public/v1/Race/CreateRace Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/Race/CreateRace ```markdown ### Parameters - **param** (CreateRaceParam, body, required): Race ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/Race/CreateRace" ``` ``` -------------------------------- ### API Overview: PSW.SOTC.WebApiService Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 OpenAPI specification version v1 ```yaml # PSW.SOTC.WebApiService # Version: v1 OpenAPI specification # Base URL: Not specified ``` -------------------------------- ### POST /api/public/v1/ARInvoice/CreateBatchARInvoice Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/ARInvoice/CreateBatchARInvoice ```markdown ### Parameters - **param** (array (CreateBatchARInvoiceParam), body, required): BatchARInvoice ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/ARInvoice/CreateBatchARInvoice" ``` ``` -------------------------------- ### PUT /api/public/v1/Creditor Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Update creditor ```markdown ### Parameters - **creditor** (CreditorUpdateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X PUT "https://api.example.com/api/public/v1/Creditor" ``` ``` -------------------------------- ### POST /api/public/v1/APInvoice/CreateAPInvoice Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/APInvoice/CreateAPInvoice ```markdown ### Parameters - **param** (CreateAPInvoiceParam, body, required): APInvoice to be created ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/APInvoice/CreateAPInvoice" ``` ``` -------------------------------- ### POST /api/public/v1/GetDebitNoteList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/GetDebitNoteList ```markdown ### Parameters - **param** (GetDebitNoteListParam, body, required): Get DebitNote List Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/GetDebitNoteList" ``` ``` -------------------------------- ### POST /api/public/v1/GetCashSalesList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/GetCashSalesList ```markdown ### Parameters - **param** (GetCashSalesListParam, body, required): Get CashSales List Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/GetCashSalesList" ``` ``` -------------------------------- ### POST /api/public/v1/APCreditNote/GetAPOutstandingInvoiceDebitNote Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/APCreditNote/GetAPOutstandingInvoiceDebitNote ```markdown ### Parameters - **param** (GetAPOutstandingInvoiceDebitNoteParam, body, required): OutstandingInvoiceDebitNote Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/APCreditNote/GetAPOutstandingInvoiceDebitNote" ``` ``` -------------------------------- ### POST /api/public/v1/CashSale/CreditPayment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/CashSale/CreditPayment ```markdown ### Parameters - **param** (CreateCashSales_CreditPaymentParam, body, required): Cash Sales ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/CashSale/CreditPayment" ``` ``` -------------------------------- ### POST /api/public/v1/ARDeposit/CreateARDeposit Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/ARDeposit/CreateARDeposit ```markdown ### Parameters - **param** (CreateARDepositParam, body, required): Create ARDeposit Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/ARDeposit/CreateARDeposit" ``` ``` -------------------------------- ### POST /api/public/v1/ARInvoice/CreateARInvoice Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/ARInvoice/CreateARInvoice ```markdown ### Parameters - **param** (CreateARInvoiceParam, body, required): ARInvoice ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/ARInvoice/CreateARInvoice" ``` ``` -------------------------------- ### POST /api/public/v1/Member/CreateMember Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/Member/CreateMember ```markdown ### Parameters - **param** (CreateMemberParam, body, required): Member ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/Member/CreateMember" ``` ``` -------------------------------- ### PUT /api/public/v1/Debtor Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Update debtor ```markdown ### Parameters - **debtor** (DebtorUpdateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X PUT "https://api.example.com/api/public/v1/Debtor" ``` ``` -------------------------------- ### POST /api/public/v1/ARDebitNote/CreateARDebitNote Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/ARDebitNote/CreateARDebitNote ```markdown ### Parameters - **param** (CreateARDebitNoteParam, body, required): AR Debit Note to be created. ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/ARDebitNote/CreateARDebitNote" ``` ``` -------------------------------- ### POST /api/public/v1/APInvoice/GetAPInvoiceList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/APInvoice/GetAPInvoiceList ```markdown ### Parameters - **param** (GetAPInvoiceListParam, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/APInvoice/GetAPInvoiceList" ``` ``` -------------------------------- ### PUT /api/public/v1/PaymentVoucher Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 Updae payment voucher ```markdown ### Parameters - **paymentVoucher** (PaymentVoucherUpdateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X PUT "https://api.example.com/api/public/v1/PaymentVoucher" ``` ``` -------------------------------- ### POST /api/public/v1/CashSale/{cashSaleId}/print/{reportName} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/CashSale/{cashSaleId}/print/{reportName} ```markdown ### Parameters - **cashSaleId** (string, path, required): Cash Sale Id Param - **reportName** (string, path, required): Cash Sale report name Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/CashSale/{cashSaleId}/print/{reportName}" ``` ``` -------------------------------- ### PUT /api/public/v1/Payment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for PUT /api/public/v1/Payment ```markdown ### Parameters - **ARPayment** (ARPaymentUpdateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X PUT "https://api.example.com/api/public/v1/Payment" ``` ``` -------------------------------- ### POST /api/public/v1/CreditNote Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/CreditNote ```markdown ### Parameters - **param** (CreateCreditNoteParam, body, required): CreditNote to be created ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/CreditNote" ``` ``` -------------------------------- ### PUT /api/public/v1/CashSale/CreditPayment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for PUT /api/public/v1/CashSale/CreditPayment ```markdown ### Parameters - **param** (UpdateCashSales_CreditPaymentParam, body, required): Cash Sales ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X PUT "https://api.example.com/api/public/v1/CashSale/CreditPayment" ``` ``` -------------------------------- ### PUT /api/public/v1/CreditNote Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for PUT /api/public/v1/CreditNote ```markdown ### Parameters - **param** (UpdateCreditNoteParam, body, required): CreditNote to be updated ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X PUT "https://api.example.com/api/public/v1/CreditNote" ``` ``` -------------------------------- ### POST /api/public/v1/Payment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/Payment ```markdown ### Parameters - **ARPayment** (ARPaymentCreateEntity, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/Payment" ``` ``` -------------------------------- ### POST /api/public/v1/CreditNote/{id}/print/{reportName} Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/CreditNote/{id}/print/{reportName} ```markdown ### Parameters - **id** (string, path, required): CreditNote Id Param - **reportName** (string, path, required): CreditNote report name Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/CreditNote/{id}/print/{reportName}" ``` ``` -------------------------------- ### POST /api/public/v1/CashSale/CashPayment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/CashSale/CashPayment ```markdown ### Parameters - **param** (CreateCashSales_CashPaymentParam, body, required): Cash Sales ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/CashSale/CashPayment" ``` ``` -------------------------------- ### POST /api/public/v1/CashSale/CreditCardPayment Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/CashSale/CreditCardPayment ```markdown ### Parameters - **param** (CreateCashSales_CreditCardPaymentParam, body, required): Cash Sales ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/CashSale/CreditCardPayment" ``` ``` -------------------------------- ### POST /api/public/v1/TokenAuth/Authenticate Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/TokenAuth/Authenticate ```markdown ### Parameters - **param** (AuthenticateParam, body, required) ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/TokenAuth/Authenticate" ``` ``` -------------------------------- ### POST /api/public/v1/ARDeposit/GetARDepositList Source: https://aotgapi.autocountcloud.com/swagger/docs/v1 API endpoint for POST /api/public/v1/ARDeposit/GetARDepositList ```markdown ### Parameters - **param** (GetARDepositListParam, body, required): Get ARDeposit List Param ### Responses #### 200 - OK Empty response body ### Example Usage ```bash curl -X POST "https://api.example.com/api/public/v1/ARDeposit/GetARDepositList" ``` ```