Update Phone
Phone number associated with the assets of the user can be updated using the API.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
asset_detail_ids | array | A valid array of asset ids |
new_phone_number | string | A valid phone number which is to be updated |
Common error scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
param is missing or the value is empty: asset_detail_ids | asset_detail_ids is a required field |
param is missing or the value is empty: new_phone_number | new_phone_number is a required field |
You can try out this API here.
Updated about 1 year ago