Person REST Endpoints

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