...
Panel | ||
---|---|---|
| ||
|
Elements
...
Element | Data Type | Required?Default | Description | Sample Data | |
---|---|---|---|---|---|
PaymentTermId | Int32 | On Insert: No On Update: No | The payment term Id is a unique identifier for a payment term. For internal use only. | 9078 | |
PaymentTermName | String On Insert: Yes (if PaymentTermUid is not supplied) On Update: Yes (if PaymentTermUid is not supplied)(50) | One of PaymentTermName or PaymentTermUid is required | The payment term name is a unique identifier for a payment term. | Net 15 30 | |
PaymentTermUid | Int64 | On Insert: Yes (if PaymentTermName is not supplied) On Update: Yes (if PaymentTermName is not supplied) | The payment term Uid is a See PaymentTermName | A unique and immutable identifier for a payment term. | 1152921504606856054 |
Usage
...
Examples
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PaymentTermIdentity><b:PaymentTermIdentity> <PaymentTermId>9078</PaymentTermId><b:PaymentTermId i:nil="true"/> <PaymentTermName>Net<b:PaymentTermName>Net 30</b:PaymentTermName> <PaymentTermUid>1152921504606856054<<b:PaymentTermUid>1152921504606856054</b:PaymentTermUid> </b:PaymentTermIdentity> |