Name value service¶
Methods associated with the NameValueService.
GetOrderTypes(LoginInfo)¶
This method retrieves information about the customer using a specified customer ID.
| Parameter | Type | Max length | Description | Example | Comment |
|---|---|---|---|---|---|
| LoginInfo | object | See section LoginInfo |
| Return value | Comment |
|---|---|
| A list of NameValue | See section NameValue |
GetElectronicInvoiceBanks(LoginInfo)¶
This method retrieves information about the available banks to choose from when using electronic invoice.
| Parameter | Type | Max length | Description | Example | Comment |
|---|---|---|---|---|---|
| LoginInfo | object | See section LoginInfo |
| Return value | Comment |
|---|---|
| A list of NameValue | See section NameValue |
GetExternalPartService(LoginInfo, deliveryMethod)¶
This method retrieves information about the available service-codes to choose from when using a specific DeliveryMethod.
| Parameter | Type | Max length | Description | Example | Comment |
|---|---|---|---|---|---|
| LoginInfo | object | See section LoginInfo | |||
| deliveryMethod | Enum | Enums.DeliveryMethod | PostenLogistic | See section DeliveryMethod |
| Return value | Comment |
|---|---|
| A list of NameValue | See section NameValue |
CancelPeriodItemReasonCode(LoginInfo)¶
This method retrieves information about the available service-codes to choose from when using a specific no-thanks (CancelPeriodItem)
| Parameter | Type | Max length | Description | Example | Comment |
|---|---|---|---|---|---|
| LoginInfo | object | See section LoginInfo |
| Return value | Comment |
|---|---|
| A list of NameValue | See section NameValue |