Debt Positions API
The Organization creates a debt Position.
post/organizations/{organizationfiscalcode}/debtpositions
Path parameters
organizationfiscalcodestring required
Organization fiscal code, the fiscal code of the Organization.
Query parameters
toPublishboolean
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"
}
}
]
}
]
}