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: postPath:
/rest/apis/customer/v-model/persons/
- Delete Person
- Method: deletePath:
/rest/apis/customer/v-model/persons/{personId}
- Get Person
- Method: getPath:
/rest/apis/customer/v-model/persons/{personId}
- Person Search
- Method: postPath:
/rest/apis/customer/v-model/persons/search
- Update Person
- Method: putPath:
/rest/apis/customer/v-model/persons/{personId}