...
This structure represents the unique key fields associated with identifying a Payment Termpayment term. Payment Terms define when payment of client invoices are due. Payment Terms can be identified by PaymentTermName or PaymentTermUid. When specifying a PwsPaymentTermRef as an input to a web service, you may specify one or both the PaymentTermName and/or PaymentTermUid. However, if you do specify both, they must both refer to the same Payment Term payment term or the Payment Term payment term reference will not be considered valid. When a PwsPaymentTermRef is returned in the response to a web service, both the PaymentTermName and PaymentTermUid will be populated, and guaranteed to refer to a single Payment Termpayment term.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
PaymentTermId | Int32The Payment Term | On Insert: No On Update: No | The payment term Id is a unique identifier for a Payment Term payment term. For internal use only. | 9078 | |
PaymentTermName | StringThe Payment Term Name | On Insert: Yes (if PaymentTermUid is not supplied) On Update: Yes (if PaymentTermUid is not supplied) | The payment term name is a unique identifier for a Payment Term. payment term | Net 15 | |
PaymentTermUid | Int64The Payment Term | On Insert: Yes (if PaymentTermName is not supplied) On Update: Yes (if PaymentTermName is not supplied) | The payment term Uid is a unique and immutable identifier for a Payment Term. payment term | 1152921504606856054 |
Usage Example(s)
...