Create Make API

Create Make API

Description

Add a make 

Security

Logged in user has quote API permissions

URL

Parameters        

CreateMakeRequest

FieldTypeDescription
codeStringThe Make Code
descriptionStringThe Make Name
notes1StringNotes 1 field
notes2
String
Notes 2 field
curtailmentScheduleCode
String (only required if "Curtailment Mandatory on Security Make" is enabled)
The Curtailment Schedule

Example

Notes

{                                                                                                                                          
"code": "string",
  "description": "string",
  "notes1": "string",
  "notes2": "string",
  "curtailmentScheduleCode": "string"

Error Codes

HTTP Status Code
Type
200
OK (Success)
400
Bad Request (request format error or validation failure)
403
Forbidden (Invalid Authorisation)
503
Service Unavailable (due to maintenance)


    • Related Articles

    • Argos API/EDI Import Tool

      This document outlines how to use the Argos API Import tool to import new Bailment Accounts from an external file through the Argos API Server. Also how raise Credit Returns and Price Adjustments. Prerequisites API Server The API Import tool requires ...
    • Installing Argos Internal API

      The Argos Internal API is used to power the Vault and Bailment applications. Note, this is available from Argos v6.0 onwards Installation Types The installer can be used to install a production instance of the Argos Internal API. Instructions to ...
    • Bailment Account Details Curtailment Tab

      Purpose To manually create, monitor and edit the details of a curtailment arrangement and curtailment direct debit, or review the details of part payments made on the account. Access Bailment Account Browse | [Edit] Account | Bailment Account Details ...
    • Create External Audit API

      Description For the requested External audit, uploads the audit results matching the External System Audit Id. Security Logged in user has API > Audit> Create External Audit permissions API Version Argos API V6 URL POST ...
    • Create Client API

      Description Add a new client Security Logged in user has client API permissions URL POST http://example.com/api/clients/createClient Parameters TBC Response Create Client Request Field Type Description code String The client code name String The ...