Manage the currency entities.
Name | Type | Is Mandatory |
---|---|---|
CurrencyId | String | |
Label | String | |
DeletionFlag | Boolean | |
PurchaseGoods | Collection of PurchaseGood | |
PurchaseHeaders | Collection of PurchaseHeader | |
CurrencyTranslations | Collection of CurrencyTranslation | |
RefCurrencyPurchaseHeaders | Collection of PurchaseHeader | |
Vouchers | Collection of Voucher |
Select all Currencies
https://customerapi.fts-crm360.com/data/Currencies()
HttpMethod : GET
Json Result :
[
{
"CurrencyId" : "ia B epWt1e3y",
"Label" : "Lqnaz",
"DeletionFlag" : "False"
},
{
"CurrencyId" : "7MRBWh",
"Label" : "a8lJz4jTGiZytMM",
"DeletionFlag" : "False"
},
...
]
Select Currency by Id
https://customerapi.fts-crm360.com/data/Currencies('string key')
HttpMethod : GET
Json Result :
{
"CurrencyId" : "FQ ZsoRp",
"Label" : "emNi n896wQUE3d2iEB",
"DeletionFlag" : "True"
}
Translate a Currency label
https://customerapi.fts-crm360.com/data/Currencies('string key')/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3