Ascio Web Service v3
Class GetCustomerReferencesResponse
Property | Description |
---|---|
GetCustomerReferencesResult | |
TotalCount | Example: 1 |
CustomerReferenceInfos | |
ResultCode | Example: 1 |
ResultMessage | |
Errors |
Used in Classes
Used in examples
# KeyValue
keyValue = {
"Key" : "Title",
"Value" : "Mr."
}
# Extensions
customerReferenceInfoExtensions = []
# CustomerReferenceInfo
customerReferenceInfo = {
"Handle" : "JD123",
"ExternalId" : "ExternalIdTest",
"Description" : "DescriptionTest",
"Extensions" : customerReferenceInfoExtensions,
"CreationDate" : "2024-11-21T22:34:20.019+01:00",
"Status" : "StatusTest"
}
# ArrayOfCustomerReferenceInfo
customerReferenceInfos = []
# GetCustomerReferencesResponse
getCustomerReferencesResponse_type = client.get_type('v3:GetCustomerReferencesResponse')
getCustomerReferencesResponse = getCustomerReferencesResponse_type(
ResultCode = 1,
ResultMessage = "ResultMessageTest",
Errors = {"string" : [
]},
TotalCount = 1,
CustomerReferenceInfos = customerReferenceInfos
)
WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.