getCapability
Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
Samples
fun main() {
//sampleStart
// Sample GetCapabilty call
val resp = b2BiClient.getCapability {
capabilityId = "ca-963a8121e4fc4e348"
}
//sampleEnd
}