Home / API Documentation

Post request, create a new program

Method: POST api/v1/Program/PostCreateProgram

Response Format:

application/json

Required Parameters Description Additional information
companyid
No documentation available.

Define this parameter in the request body.

accountid
No documentation available.

Define this parameter in the request body.

siteid
No documentation available.

Define this parameter in the request body.

branchid
No documentation available.

Define this parameter in the request body.

programtypeid
No documentation available.

Define this parameter in the request body.

routeid
No documentation available.

Define this parameter in the request body.

estimateid
No documentation available.

Define this parameter in the request body.

application/json, text/json

Sample Request:
                        {
  "companyid": 1,
  "accountid": 2,
  "siteid": 3,
  "branchid": 4,
  "programtypeid": 5,
  "routeid": 6,
  "estimateid": 7
};