The Organization creates a debt Position.
Path parameters
Organization fiscal code, the fiscal code of the Organization.
Query parameters
Request body
Example request
{
"payStandIn": true,
"country": "IT",
"email": "email@domain.com",
"paymentOption": [
{
"transfer": [
{
"organizationFiscalCode": "00000000000",
"iban": "IT0000000000000000000000000",
"postalIban": "IT0000000000000000000000000",
"stamp": {
"provincialResidence": "RM"
}
}
]
}
]
}Response
Request created.
Example response
{
"payStandIn": true,
"country": "IT",
"email": "email@domain.com",
"paymentOption": [
{
"transfer": [
{
"organizationFiscalCode": "00000000000",
"iban": "IT0000000000000000000000000",
"postalIban": "IT0000000000000000000000000",
"stamp": {
"provincialResidence": "RM"
}
}
]
}
]
}Changes
Changed in 8 of the 17 revisions of this API.121831
- ○
the request optional property
paymentOption/items/feebecame read-onlyrequest-optional-property-became-read-only
- ○
the
payStandInrequest property default value changed fromtruetotruerequest-property-default-value-changed
- ○
the
switchToExpiredrequest property default value changed fromfalsetofalserequest-property-default-value-changed
- ○
the response optional property
paymentOption/items/feebecame read-only for the status201response-optional-property-became-read-only
- ○
the
payStandInresponse's property default value changed fromtruetotruefor the status201response-property-default-value-changed
- ○
the
switchToExpiredresponse's property default value changed fromfalsetofalsefor the status201response-property-default-value-changed
- ○
- ▲
the request property
paymentOption/items/paymentOptionMetadata/items/valuebecame requiredrequest-property-became-required
- ▲
the request property
paymentOption/items/transfer/items/transferMetadata/items/valuebecame requiredrequest-property-became-required
- ▲
the
paymentOption/items/transfer/items/ibanrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
paymentOption/items/transfer/items/postalIbanrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
added the pattern
^$|^[A-Za-z0-9]{1,35}$to the request propertypaymentOption/items/transfer/items/postalIbanrequest-property-pattern-added
- ▲
added the pattern
^[A-Za-z0-9]{1,35}$to the request propertypaymentOption/items/transfer/items/ibanrequest-property-pattern-added
- ●
the
paymentOption/items/paymentOptionMetadata/items/keyrequest property's maxLength was set to140request-property-max-length-set
- ●
the
paymentOption/items/paymentOptionMetadata/items/valuerequest property's maxLength was set to140request-property-max-length-set
- ●
the
paymentOption/items/transfer/items/ibanrequest property's maxLength was set to35request-property-max-length-set
- ●
the
paymentOption/items/transfer/items/postalIbanrequest property's maxLength was set to35request-property-max-length-set
- ●
the
paymentOption/items/transfer/items/remittanceInformationrequest property's maxLength was set to140request-property-max-length-set
- ●
the
paymentOption/items/transfer/items/transferMetadata/items/keyrequest property's maxLength was set to140request-property-max-length-set
- ●
the
paymentOption/items/transfer/items/transferMetadata/items/valuerequest property's maxLength was set to140request-property-max-length-set
- ●
the
paymentOption/items/amountrequest property's min was set to1.00request-property-min-set
- ●
the
paymentOption/items/transfer/items/amountrequest property's min was set to1.00request-property-min-set
- ○
the endpoint scheme security
Authorizationwas removed from the APIapi-security-removed
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
the response property
paymentOption/items/paymentOptionMetadata/items/valuebecame required for the status201response-property-became-required
- ○
the response property
paymentOption/items/transfer/items/transferMetadata/items/valuebecame required for the status201response-property-became-required
- ○
the
paymentOption/items/transfer/items/ibanresponse's property pattern^[A-Za-z0-9]{1,35}$was added for the status201response-property-pattern-added
- ○
the
paymentOption/items/transfer/items/postalIbanresponse's property pattern^$|^[A-Za-z0-9]{1,35}$was added for the status201response-property-pattern-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
the
paymentOption/items/transfer/items/stamp/hashDocumentrequest property's maxLength was set to72request-property-max-length-set
- ●
removed the request property
acarequest-property-removed
- ●
removed the optional property
acafrom the response with the201statusresponse-optional-property-removed
- ○
added the new optional request property
paymentOption/items/transfer/items/companyNamenew-optional-request-property
- ○
added the optional property
paymentOption/items/transfer/items/companyNameto the response with the201statusresponse-optional-property-added
- ●
- ▲
the request property
paymentOption/items/descriptionbecame requiredrequest-property-became-required
- ●
the
companyNamerequest property's maxLength was set to140request-property-max-length-set
- ●
the
officeNamerequest property's maxLength was set to140request-property-max-length-set
- ●
the
paymentOption/items/descriptionrequest property's maxLength was set to140request-property-max-length-set
- ○
the response property
paymentOption/items/descriptionbecame required for the status201response-property-became-required
- ▲
- ○
the
acarequest property default valuefalsewas addedrequest-property-default-value-added
- ○
the
payStandInrequest property default valuetruewas addedrequest-property-default-value-added
- ○
the
acaresponse's property default valuefalsewas added for the status201response-property-default-value-added
- ○
the
payStandInresponse's property default valuetruewas added for the status201response-property-default-value-added
- ○
- ▲
the response property
paymentOption/items/descriptionbecame optional for the status201response-property-became-optional
- ▲
the
companyNameresponse property's maxLength was unset from140for the response status201response-property-max-length-unset
- ▲
the
officeNameresponse property's maxLength was unset from140for the response status201response-property-max-length-unset
- ▲
the
paymentOption/items/descriptionresponse property's maxLength was unset from140for the response status201response-property-max-length-unset
- ○
added the new optional request property
acanew-optional-request-property
- ○
the request property
paymentOption/items/descriptionbecame optionalrequest-property-became-optional
- ○
the
payStandInrequest property default valuetruewas removedrequest-property-default-value-removed
- ○
added the optional property
acato the response with the201statusresponse-optional-property-added
- ○
the
payStandInresponse's property default valuetruewas removed for the status201response-property-default-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the request property
paymentOption/items/descriptionbecame requiredrequest-property-became-required
- ●
the
companyNamerequest property's maxLength was set to140request-property-max-length-set
- ●
the
officeNamerequest property's maxLength was set to140request-property-max-length-set
- ●
the
paymentOption/items/descriptionrequest property's maxLength was set to140request-property-max-length-set
- ○
added the new optional request property
payStandInnew-optional-request-property
- ○
added the optional property
payStandInto the response with the201statusresponse-optional-property-added
- ○
the response property
paymentOption/items/descriptionbecame required for the status201response-property-became-required
- ▲
- ○
the request optional property
paymentOption/items/navbecame not read-onlyrequest-optional-property-became-not-read-only
- ○
the request property
switchToExpiredwith a default value became requiredrequest-property-became-required-with-default
- ○
the response optional property
paymentOption/items/navbecame not read-only for the status201response-optional-property-became-not-read-only
- ○
the response property
switchToExpiredbecame required for the status201response-property-became-required
- ○