{ "opencollection": "1.0.0", "info": { "name": "batches currency API", "version": "1.0.0" }, "items": [ { "info": { "name": "currency", "type": "folder" }, "items": [ { "info": { "name": "List Currency", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/settings/currencies", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" }, { "name": "filter_by", "value": "", "type": "query", "description": "Filter currencies excluding base currency. Allowed Values: Currencies.ExcludeBaseCurrency" }, { "name": "page", "value": "1", "type": "query", "description": "Page number to be fetched. Default value is 1." }, { "name": "per_page", "value": "200", "type": "query", "description": "Number of records to be fetched per page. Default value is 200." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Get list of currencies configured." }, { "info": { "name": "Create a Currency", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/inventory/v1/settings/currencies", "params": [ { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Create a currency for transaction." }, { "info": { "name": "Get a Currency", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/inventory/v1/settings/currencies/:currency_id", "params": [ { "name": "currency_id", "value": "982000000004012", "type": "path", "description": "Unique identifier of the currency." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Get the details of a currency." }, { "info": { "name": "Update a Currency", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/inventory/v1/settings/currencies/:currency_id", "params": [ { "name": "currency_id", "value": "982000000004012", "type": "path", "description": "Unique identifier of the currency." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Update the details of a currency." }, { "info": { "name": "Delete a currency", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/inventory/v1/settings/currencies/:currency_id", "params": [ { "name": "currency_id", "value": "982000000004012", "type": "path", "description": "Unique identifier of the currency." }, { "name": "organization_id", "value": "10234695", "type": "query", "description": "ID of the organization" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Delete a currency. Currency that is associated to any transaction cannot be deleted." } ] } ], "bundled": true }