Person REST Endpoints

V-Model/Person
Person records can exist for individuals or businesses with which your company has contact related to a service or product provided. Besides customers, person records can exist for landlords or property managers, contractors, third-party guarantors, collection agencies, energy distributors or other service providers, and so on.
Create Person
Method: post
Path: /rest/apis/customer/v-model/persons/
Delete Person
Method: delete
Path: /rest/apis/customer/v-model/persons/{personId}
Get Person
Method: get
Path: /rest/apis/customer/v-model/persons/{personId}
Person Search
Method: post
Path: /rest/apis/customer/v-model/persons/search
Update Person
Method: put
Path: /rest/apis/customer/v-model/persons/{personId}