ExchangeRate
API | Description |
---|---|
GET api/ExchangeRate/GetExchangeRate/{fromcurrency}/{tocurrency}/{date} |
Get ExchangeRate By Date From Currency To Currency |
GET api/ExchangeRate/GetExchangeRateListByDate/{tocurrency}/{date} |
Get ExchangeRate By Date From Currency To Currency |
GET api/ExchangeRate/GetBudgetRate/{fromcurrency}/{tocurrency}/{date} |
Get ExchangeRate By Date From Currency To Currency |
Currency
API | Description |
---|---|
GET api/Currency/GetCurrency |
Get Currency List |
CostCenter
API | Description |
---|---|
GET api/CostCenter/GetCostCenterByCode/{code}/{companyabacuscode} |
Get Cost Center Detail By Code and CompanyAbacusCode |
GET api/CostCenter/GetCostCenterList/{keyword}/{companyabacuscode} |
Get Cost Center List By Code(Like) and CompanyAbacusCode(Optional) |
GET api/CostCenter/SearchCostCenter/{keyfield}/{keyword}/{isall}/{companyabacuscode} |
Get Cost Center List By Field(costcenter,companyabacuscode,personincharge) and CompanyAbacusCode(Optional) |
GET api/CostCenter/GetResponsibleByCode?code={code} |
Get Cost Center Responsible By Code |
Address
API | Description |
---|---|
GET api/Address/GetAddressByID/{id} |
C:\Users\Administrator\Documents\Visual Studio 2013\Projects\CNABB.ServiceBus.WCF\CNABB.MasterData.Azure.WebAPI\App_Data\ Get Address Detail By AddressID |
GET api/Address/GetAddressListByCity/{city} |
Get Address List By City Or CityCode |
GET api/Address/GetAddressListByCountry/{country} |
Get Address List By Country |
OUMasterData
API | Description |
---|---|
GET api/OUMasterData/GetAllChildsByOUID/{id} |
Get All Childs list By OUID |
GET api/OUMasterData/GetAllParentsByOUID/{id} |
Get All Parents List By OUID |
GET api/OUMasterData/GetAllChildsByHeader/{header} |
Get All Childs By Header |
GET api/OUMasterData/GetOUDetailByOUID/{id} |
Get OUDetail By OUID |
Organization
API | Description |
---|---|
GET api/Organization/GetAllDivision |
Get All Division |
GET api/Organization/GetAllBU |
Get All BU |
GET api/Organization/GetAllPG |
Get All PG |
GET api/Organization/SearchByCodeAndLevel/{code}/{level} |
Search By Code And Level |
GET api/Organization/GetChildByParentCode/{parentcode} |
GetChildByParentCode |
EmployeeTransfer
API | Description |
---|---|
GET api/EmployeeTransfer/GetTransferEmployeeByGEID/{geid} |
"Get TransferEmployee By GEID |
GET api/EmployeeTransfer/GetTransferEmployeeByCompany/{company} |
Get TransferEmployee By company |
GET api/EmployeeTransfer/GetTransferEmployeeByDate/{date} |
Get TransferEmployee By date |
GET api/EmployeeTransfer/GetTransferEmployeeByUpdateTime/{date} |
Get TransferEmployee By UpdateTime |
Company
API | Description |
---|---|
GET api/Company/GetCompanyByCode/{code} |
Get Company Detail By Code Or AbacusCode |
GET api/Company/GetCompanyListByCountry/{country} |
Get Company List By Country |
GET api/Company/GetCompanyList/{organization} |
Get Company List |
Employee
Values
API | Description |
---|---|
GET api/Values/GetEmployeeByADAccount |
No documentation available. |
GET api/Values/GetEmployeeByGEID |
No documentation available. |
GET api/Values |
No documentation available. |
GET api/Values/{id} |
No documentation available. |
POST api/Values |
No documentation available. |
PUT api/Values/{id} |
No documentation available. |
DELETE api/Values/{id} |
No documentation available. |
Customer
API | Description |
---|---|
GET api/Customer/GetCustomerByCustomerNo/{customerno}/{scope} |
Get Customer By CustomerNo |
GET api/Customer/GetBasicDataByCustomerNo/{customerno}/{scope} |
Get BasicData By CustomerNo |
GET api/Customer/SearchCustomerByCustomerNo/{customerno}/{scope}/{maxcount}/{company}/{creditcontrolarea} |
SearchCustomerByCustomerNo |
GET api/Customer/SearchCustomerByCustomerName/{customername}/{scope}/{maxcount}/{company}/{creditcontrolarea} |
Search Customer By CustomerName |
GET api/Customer/SearchCustomerByName?customername={customername}&scope={scope}&maxcount={maxcount}&company={company}&creditcontrolarea={creditcontrolarea} |
Search Customer By CustomerName(Support Chinese characters) |
Vendor
API | Description |
---|---|
GET api/Vendor/GetVendorByVendorNo/{vendorno}/{scope} |
Get Vendor By VendorNo |
GET api/Vendor/GetBasicDataByVendorNo/{vendorno}/{scope} |
Get BasicData By VendorNo |
GET api/Vendor/SearchVendorByVendorNo/{vendorno}/{scope}/{maxcount}/{company} |
Search Vendor By VendorNo |
GET api/Vendor/SearchVendorByVendorName/{vendorname}/{scope}/{maxcount}/{company} |
Search Vendor By VendorName |
GET api/Vendor/SearchVendorByName?vendorname={vendorname}&scope={scope}&maxcount={maxcount}&company={company} |
Search Vendor By VendorName(Support Chinese characters) |