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


PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter0Unique identificator of the chain.
propertyIdIntegertruepath parameter0Unique identificator of the property.
propertyIdListList<Integer>falserequest parameter0

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
}