Post
/jb-rest-api/rest/1/jbcont
Overview
This API provides functionality to create job contract.
UI Navigation
- Project Controls > Job Billing > Contracts > Enter Contract
Commonly Used Body Parameters
| CMiC UI Fieldname | Name | Description | Type | Data Length | Example | Required |
|---|---|---|---|---|---|---|
| Company Code | JbcCompCode | Company Code - A unique code representing the Company or business unit. | string | 8 | “ZZ” | Y |
| Job Code | JbcJobCode | Job Code - A code that uniquely identifies the job within a company or business unit. | string | 10 | "CONT.1" | Y |
| Draw Number | JbcStartingDrawNum | Draw number | Number | 6 | 1 | Y |
| Currency code | JbcCurrCode | Currency code | String | 3 | US | Y |
| Invoice Currency Code | JbcInvoiceCurrCode | Invoice currency code | string | 3 | US | Y |
Security
HTTP
Type basic
Basic authentication
Body parameters
object
Example{
"JbcCompCode": "EAB01",
"JbcJobCode": "SPTEST-2",
"JbcCurrCode": "US",
"JbcInvoiceCurrCode": "US",
"JbcStartingDrawNum": "1",
"JbcVUuid": ""
}
Responses
200
Successful response