Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Operation

Add Account Receivable to Profile

POST
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

POST https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/profile/2/accountReceivable

Example body

Body

An element of type AccountReceivable.


FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

AccountReceivable.

codeStringtrueCode of the

AccountReceivable. <10 length

nameStringtrueName of the

AccountReceivable. <50 length

accountReceivableStatementSendTypeAccountReceivableStatementSendTypefalse
emailStatementSendStringfalse
limitDueDayIntegerfalse
limitAmountBigDecimalfalse
accountReceivableEmailListAccountReceivableEmailfalse
accountReceivablePhoneListAccountReceivablePhonefalse
accountReceivableAddressListAccountReceivableAddressfalse
remarkStringfalseMAX 255

{
    "id": 3
}

Response

ResponseApiMessage

Example response

{
    "httpStatus": "201",
    "userMessage": "Success",
    "technicalMessage": "Success AccountReceivable added to Profile",
    "errorCode": "0",
    "moreInfo": "0",
    "id": 18,
    "entity": null,
    "responseApiErrorList": null
}
  • No labels