We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dcdb8 commit 1fdf778Copy full SHA for 1fdf778
1 file changed
openapi.yaml
@@ -3831,6 +3831,22 @@ components:
3831
example: Body of request cannot be null.
3832
minLength: 1
3833
description: An error message associated with the failed API call
3834
+ carrier_id:
3835
+ readOnly: true
3836
+ nullable: true
3837
+ allOf:
3838
+ - $ref: '#/components/schemas/se_id'
3839
+ description: A string that uniquely identifies the carrier.
3840
+ carrier_code:
3841
+ type: string
3842
3843
3844
+ description: A string that uniquely identifies the carrier by code.
3845
+ carrier_name:
3846
3847
3848
3849
+ description: A string that uniquely identifies the carrier by name.
3850
error_source:
3851
title: error_source
3852
type: string
0 commit comments