We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf993ba commit b9f6822Copy full SHA for b9f6822
1 file changed
openapi.yaml
@@ -4141,6 +4141,22 @@ components:
4141
example: Body of request cannot be null.
4142
minLength: 1
4143
description: An error message associated with the failed API call
4144
+ carrier_id:
4145
+ readOnly: true
4146
+ nullable: true
4147
+ allOf:
4148
+ - $ref: '#/components/schemas/se_id'
4149
+ description: A string that uniquely identifies the carrier.
4150
+ carrier_code:
4151
+ type: string
4152
4153
4154
+ description: A string that uniquely identifies the carrier by code.
4155
+ carrier_name:
4156
4157
4158
4159
+ description: A string that uniquely identifies the carrier by name.
4160
error_source:
4161
title: error_source
4162
type: string
0 commit comments