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: postPath:
/web/v1/noncustomer
- Authorize the non customer by given ID
- Method: patchPath:
/web/v1/noncustomer/{id}/approve
- Close the non customer by given ID
- Method: patchPath:
/web/v1/noncustomer/{id}/close
- Deletes the noncustomer identified by given ID
- Method: deletePath:
/web/v1/noncustomer/{id}
- Get all valid non customer
- Method: getPath:
/web/v1/noncustomer
- Reopen the non customer by given ID
- Method: patchPath:
/web/v1/noncustomer/{id}/reopen
- Retrieves the non customer by ID
- Method: getPath:
/web/v1/noncustomer/{id}
- Retrives the non customer by given ID
- Method: getPath:
/web/v1/noncustomer/{id}/history
- Retrives the noncustomer by given ID
- Method: getPath:
/web/v1/noncustomer/{id}/unauthorized
- Update an existing non customer
- Method: putPath:
/web/v1/noncustomer/{id}