---
title: "Create a AP Insurance"
slug: "create-a-ap-insurance"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-ap-insurance"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a AP Insurance

Post/ap-rest-api/rest/1/apinsurance

## Create Insurances

### 

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceItem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='c9e517c9-ad3e-48df-8dd6-0d063691be2e'>application/json</option>
</select>object  Example{
  "InsComplType": "VEN",
  "InsCompCode": "001",
  "InsInscompCode": "ALTIM",
  "InsVenCode": "1031006",
  "InsCoverTypeCode": "INS",
  "InsVouNum": null,
  "InsCertNum": "1236181821PP",
  "InsAmt": 220000.0,
  "InsVUuid": ""
}InsVenCodestring    

Vendor Code – must be a valid vendor code and must be the vendor associated with the subcontract. INS_SC_CONT_CODE

Max length10
InsInscompCodestring    Max length5
InsCoverTypeCodestring    

Compliance Code – must be a valid compliance code already defined in the Compliance Table (INSTYPE)

Max length10
InsCertNumstring    

Insurance/bonding certificate number. Will default to ‘*’ (asterisk) if left null.

Max length30
InsVUuidstring    
InsCompCodestring    

If the type cover type is insurance then this field is the insurance company code – This must be a valid insurance/bonding company (INSCOMP)

Max length8
InsVouNumnumber    

Must be a valid VOUCHER in CMiC

Max length22
InsComplTypestring    Max length3
InsAmtnumber    

The amount if applicable usually for insurance types only

Max length2218

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='afbbcf3d-2f2b-4830-a6e5-8300f7113cf5'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='3fed9857-8812-4eaf-ac69-870be75d6672'>example-0</option>
<option value='df12b850-5742-439e-8f53-08a1fa0be76e'>example-1</option>
</select>example-0

Successful Response

```json
{
  "InsAmt": 220000,
  "InsCPoAutoAssignFlag": null,
  "InsCScAutoAssignFlag": null,
  "InsCertLoc": null,
  "InsCertNum": "1236181821PP",
  "InsCompCode": "001",
  "InsComplType": "VEN",
  "InsComplianceFlag": null,
  "InsCoverTypeCode": "INS",
  "InsCoverTypeDesc": null,
  "InsDateComplianceFlag": null,
  "InsDateSensitiveFlag": null,
  "InsDeleteFlag": null,
  "InsEndDate": null,
  "InsInscompCode": "ALTIM",
  "InsInscompName": null,
  "InsNotesFlag": null,
  "InsPoAutoAssignFlag": null,
  "InsPoNum": null,
  "InsPoReleaseNum": null,
  "InsScAutoAssignFlag": null,
  "InsScContCode": null,
  "InsScJobCode": null,
  "InsStartDate": null,
  "InsUpdateDate": null,
  "InsUpdateFlag": null,
  "InsUpdateUser": null,
  "InsVUuid": "F219266C17267DF1E05316821FAC2327",
  "InsVenCode": "1031006",
  "InsVouNum": null,
  "InsVouRemitDesc": null,
  "OrigCertNum": null,
  "OrigInscompCode": null,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apinsurance/F219266C17267DF1E05316821FAC2327",
      "name": "apinsurance",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apinsurance/F219266C17267DF1E05316821FAC2327",
      "name": "apinsurance",
      "kind": "item"
    }
  ]
}
```

example-1

Successful Response

```json
{
  "InsAmt": 220000,
  "InsCPoAutoAssignFlag": null,
  "InsCScAutoAssignFlag": null,
  "InsCertLoc": null,
  "InsCertNum": "1236181821PP",
  "InsCompCode": "001",
  "InsComplType": "VEN",
  "InsComplianceFlag": null,
  "InsCoverTypeCode": "INS",
  "InsCoverTypeDesc": null,
  "InsDateComplianceFlag": null,
  "InsDateSensitiveFlag": null,
  "InsDeleteFlag": null,
  "InsEndDate": null,
  "InsInscompCode": "ALTIM",
  "InsInscompName": null,
  "InsNotesFlag": null,
  "InsPoAutoAssignFlag": null,
  "InsPoNum": null,
  "InsPoReleaseNum": null,
  "InsScAutoAssignFlag": null,
  "InsScContCode": null,
  "InsScJobCode": null,
  "InsStartDate": null,
  "InsUpdateDate": null,
  "InsUpdateFlag": null,
  "InsUpdateUser": null,
  "InsVUuid": "F219266C17267DF1E05316821FAC2327",
  "InsVenCode": "1031006",
  "InsVouNum": null,
  "InsVouRemitDesc": null,
  "OrigCertNum": null,
  "OrigInscompCode": null,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apinsurance/F219266C17267DF1E05316821FAC2327",
      "name": "apinsurance",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/ap-rest-api/rest/1/apinsurance/F219266C17267DF1E05316821FAC2327",
      "name": "apinsurance",
      "kind": "item"
    }
  ]
}
```

object
