Non-Customer API REST Endpoints

Core Services/Non-Customer API
This service is used to create new Non-Customer with its basic information, address information, tax information and supporting documents.
Adds a new non customer
Method: post
Path: /web/v1/noncustomer
Authorize the non customer by given ID
Method: patch
Path: /web/v1/noncustomer/{id}/approve
Close the non customer by given ID
Method: patch
Path: /web/v1/noncustomer/{id}/close
Deletes the noncustomer identified by given ID
Method: delete
Path: /web/v1/noncustomer/{id}
Get all valid non customer
Method: get
Path: /web/v1/noncustomer
Reopen the non customer by given ID
Method: patch
Path: /web/v1/noncustomer/{id}/reopen
Retrieves the non customer by ID
Method: get
Path: /web/v1/noncustomer/{id}
Retrives the non customer by given ID
Method: get
Path: /web/v1/noncustomer/{id}/history
Retrives the noncustomer by given ID
Method: get
Path: /web/v1/noncustomer/{id}/unauthorized
Update an existing non customer
Method: put
Path: /web/v1/noncustomer/{id}