Skip to main content

SendingFeeDto

A sending (delivery) fee. SOAP equivalent: ACPO_SendingFee.

sendingFeeIdinteger<int32>required

Sending fee identifier (SOAP: ID_SendingFee).

labelstringnullable

Display label (SOAP: Label).

commentstringnullable

Free-form comment (SOAP: Comment).

feeTypestringnullable

Fee type (SOAP: FeeType).

unitAmountnumber<double>required

Unit amount (SOAP: UnitAmount).

globalAmountnumber<double>required

Global amount (SOAP: GlobalAmount).

typeCalculinteger<int32>required

Calculation type (SOAP: TypeCalcul).

deadLineUnitstringnullable

Deadline unit (SOAP: DeadLineUnit).

deadLineValueinteger<int32>required

Deadline value (SOAP: DeadLineValue).

SendingFeeDto
{
"sendingFeeId": 0,
"label": "string",
"comment": "string",
"feeType": "string",
"unitAmount": 0,
"globalAmount": 0,
"typeCalcul": 0,
"deadLineUnit": "string",
"deadLineValue": 0
}