AdCptMod
This method returns the booking methods that can be linked to the addresses (Tab Creditor, field Booking Mode)
Body - raw:
{
"Method": "AdCptMod",
"Parameters": [
<nAddressId>
]
}
Parameters | Description |
---|---|
nAddressId |
Primary key identifying the address (ad_numero). |
Example:
*/ Returns the booking method used for the Address with ID = 1000
{
"Method": " Addresses ",
"Parameters": [
1000
]
}