/
Delete AccountReceivable From Profile [DELETE]
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 }
, multiple selections available,
Related content
Add AccountReceivable To Profile [POST]
Add AccountReceivable To Profile [POST]
More like this
Company delete [DELETE]
Company delete [DELETE]
More like this
Get CustomerAccounting by Id [GET]
Get CustomerAccounting by Id [GET]
More like this
List CustomerAccounting [GET]
List CustomerAccounting [GET]
More like this
Get CompanyAccounting by Id [GET]
Get CompanyAccounting by Id [GET]
More like this
Add new Customer [POST]
Add new Customer [POST]
More like this