Delete AccountReceivable From Profile [DELETE]
Operation
Add Account Receivable to Profile
DELETE
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/profile/{profileId}/accountReceivable
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | 0 | Unique identificator of the chain. |
propertyId | Integer | true | path parameter | 0 | Unique identificator of the property. |
propertyIdList | List<Integer> | false | request parameter | 0 |
Example request
DELETE https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/accountReceivable
Response
ResponseApiMessage
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success AccountReceivable deleted from Profile", "errorCode": "0", "moreInfo": "0", "id": 0, "entity": null, "responseApiErrorList": null }