| Name | Description | Type | Additional information |
|---|---|---|---|
| CreditItemId |
Sedona internal autonumber for the Credit Item record |
integer |
None. |
| CreditId |
Foreign key from AR_Credit table; set automatically on POST |
integer |
None. |
| CustomerSiteId |
Foreign key from AR_Customer_Site table |
integer |
None. |
| ItemCode |
Abbreviated Item Code, from AR_Item table |
string |
Required String length: inclusive between 0 and 25 |
| PartCode |
Abbreviated Part_Code, from IN_Part table |
string |
String length: inclusive between 0 and 25 |
| Description |
automatically set to Description from AR_Item or IN_Part if not supplied |
string |
String length: inclusive between 0 and 50 |
| Quantity |
If Amount is supplied, calculated automatically as Amount / Rate , otherwise, defaults to 1 if not supplied |
decimal number |
None. |
| UnitOfMeasureCode |
code from IN_Unit_Of_Measure table |
string |
None. |
| Rate |
Rate |
decimal number |
Required |
| Amount |
If not supplied, calculated automatically as Quantity * Rate (should not include tax) |
decimal number |
None. |
| PONumber |
PONumber |
string |
String length: inclusive between 0 and 20 |
| ServiceStartDate |
defaults to null date if not supplied |
string |
None. |
| ServiceEndDate |
defaults to null date if not supplied |
string |
None. |
| WarehouseCode |
Abbreviated Warehouse code; defaults to N/A if not supplied |
string |
String length: inclusive between 0 and 25 |
| Memo |
Text for memo |
string |
None. |
| BillCycle |
set only for recurring credits |
string |
None. |