InterfaceItem_Deposit
Model
Deposit information
Nullable
Provider :
GeneralProviders
The provider that was used for the Deposit operation
Nullable
ProviderName :
string
The provider name that was used for the Deposit operation
Nullable
DepositID :
string (GUID)
The ID of the Deposit
Nullable
ContactID :
string (GUID)
The reference ID of the actual contact the deposit was linked to
Nullable
DepositCode :
string
The Deposit code assigned to the deposit
Nullable
Amount :
number (decimal)
The Amount of the deposit
Example
{
"Provider": 1,
"ProviderName": "string value",
"DepositID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"ContactID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"DepositCode": "string value",
"Amount": 1.23
}