# Contact

General call of tasks:

 let objectJob = domainrobot.contact().create(contact);

List of all available tasks (with typescript defintions) with linked examples (if available):

  • create(model: DomainRobotModels.Contact): DomainRobotResult<JsonResponseDataContact, Number>;
  • update(model: DomainRobotModels.Contact): DomainRobotResult<JsonResponseDataContact, Number>;
  • list(model: DomainRobotModels.Query, keys?: String[]): DomainRobotResult<JsonResponseDataContact, Number>;
  • info(id: Number): DomainRobotResult<JsonResponseDataContact, Number>;
  • delete(id: Number): DomainRobotResult<JsonResponseDataJsonNoData, Number>;