Home / API Documentation

Insert a new record on tavidtrackinfo and uptade estimate

Method: POST api/v1/AvidTrack/PostInsertAvidTrack

Response Format:

application/json

Required Parameters Description Additional information
AccountId
No documentation available.

Define this parameter in the request body.

EstimateId
No documentation available.

Define this parameter in the request body.

RC_ContactID
No documentation available.

Define this parameter in the request body.

AvidTrak
No documentation available.

Define this parameter in the request body.

application/json, text/json

Sample Request:
                        {
  "AccountId": 1,
  "EstimateId": 2,
  "RC_ContactID": "sample string 3",
  "AvidTrak": {
    "caller": "sample string 1",
    "duration": "00:00:00.1234567",
    "duration_in_minutes": "sample string 3",
    "tracking_number": "sample string 4",
    "receiving_number": "sample string 5",
    "city": "sample string 6",
    "state": "sample string 7",
    "zipcode": "sample string 8",
    "tactic_label": "sample string 9",
    "label": "sample string 10",
    "description": "sample string 11",
    "username": "sample string 12"
  }
};