Home / API Documentation

Encrypted Account Info

Method: POST api/v1/Account/PostEncryptAccountID

Response Format:

application/json

Required Parameters Description Additional information
AccountId
No documentation available.

Define this parameter in the request body.

TechnicianId
No documentation available.

Define this parameter in the request body.

application/json, text/json

Sample Request:
                        {
  "AccountId": 1,
  "TechnicianId": 2
};